You are here:  » logo not appearing in some pages


logo not appearing in some pages

Submitted by gahanpip on Wed, 2015-05-13 14:29 in

logo not appearing in some pages - OK in merchant, category and brand but switch to a listed brand in the atoz and it disappears leaving only the txt of the logo position?

Submitted by support on Wed, 2015-05-13 14:39

Hello gahanpip,

It sounds like there isn't a fully qualified URL to your logo. The best thing to do is to use the $config_baseHREF variable which always references the top level folder of your Price Tapestry installation. So if you save your site logo in the images/ folder of your Price Tapestry installation e.g.

images/logo.jpg

...then wherever you wish to display this, for example within html/header.php; use:

<img src='<?php print $config_baseHREF?>images/logo.png' />

If you're still not sure, if you could let me know an example URL where the logo is not being displayed correctly (I'll remove your URL before publishing your reply) I'll take a look at the source being generated to see what the problem is...

Hope this helps!

Cheers,
David.
--
PriceTapestry.com

Submitted by gahanpip on Wed, 2015-05-13 14:44

Yes, that did the trick

thank you