Jump to content
thirty bees forum

Question

Posted

I'm trying to achieve next thing: It is discussed in ps forums where I found the code. Unfortunately the theme I'm trying out is using other code structure and I can't find the file with that code. I found php file which I believe the code should be placed in but I don't know where exactly to put it. So any help will be appreciated. Here is the php file from the theme:01504778067212addonlogo.php

5 answers to this question

Recommended Posts

  • 0
Posted

Yes, I would like to use svg logo and in case browser doesn't support it then jpg. Unfortunately the template I bought uses pagebuilder module and I can't find where exactly I have to place the code.

  • 0
Posted

It is the one attached in the first message I think. Meanwhile I'm experimenting with the payment module (payment icons in the footer) and it is working. But the code there is in the tpl file not php like the logo in my case... I believe it is easy job for someone who knows php.

  • 0
Posted

... works.. please delete my post. I had a typo and asked for help. working is now:

<img class="logo img-responsive replace-2xlogo" src="{$base_dir|escape:'htmlall':'UTF-8'}img/svg/logo.svg" onerror="this.src='{$base_dir|escape:'htmlall':'UTF-8'}logogs.jpg />

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...