It looks like they have that setup as a banner here:
Admin -> Tools -> Banner Manager
az banners 3
az banners 4
Switch them off?
It's possible they have been added in as CSS classes, I would need to see the code to determine for sure.
It looks like they have that setup as a banner here:
Admin -> Tools -> Banner Manager
az banners 3
az banners 4
Switch them off?
It's possible they have been added in as CSS classes, I would need to see the code to determine for sure.
Twitch.
https://www.twitchtoo.com Do you work for free? Please donate.
Twitch Base8 - Obsidian - This, is what's new.
Thank you twitchoo for responding so quickly. No, unfortunately I checked the Admin -> Tools -> Banner Manager and the banners aren't listed there. I am just seeing the zencart banners.
Which codes are you referring to? I would be more than happy to show you.
I'll need ftp access to see your templates folder you can PM me address, username, password.
Twitch.
https://www.twitchtoo.com Do you work for free? Please donate.
Twitch Base8 - Obsidian - This, is what's new.
I am so sorry but I don't feel comfortable giving away my ftp info. But I would be happy to look through any folders/files and get the info you need. =)
That's fine, it's much faster for me...
You need to find the following:
<div class="az_right_bar_bottom">
<a href="http://bedroomduvetspot.com/index.php?main_page=index&cPath=9_36">
<div id="az_banner4"></div>
Which could be in includes/templates/YOUR_TEMPLATE/css/stylesheet.css
or in includes/templates/YOUR_TEMPLATE/sideboxes/EXISTING_BANNER_FILE.php or YOUR_CUSTOM_BANNER_FILE.php
or in includes/templates/YOUR_TEMPLATE/templates/EXISTING_BANNER_FILE.php or YOUR_CUSTOM_BANNER_FILE.php
and I would also check includes/languages/english/YOUR_TEMPLATE/extra_definitions/YOUR_CUSTOM_BANNER_FILE.php
and includes/modules/sideboxes/YOUR_TEMPLATE/YOUR_CUSTOM_BANNER_FILE.php
Twitch.
https://www.twitchtoo.com Do you work for free? Please donate.
Twitch Base8 - Obsidian - This, is what's new.
Thank you for your understanding.
I remember seeing the code you mentioned in the template.main_php file and I was right. Is this it? =)
<div class="az_right_bar_bottom">
<a href="http://bedroomduvetspot.com/index.php?main_page=index&cPath=9_36"><div id="az_banner4"></div></a>
<div class="clear"></div>
Yes the CSS class 'az_right_bar_bottom' calls the image, the 'a href' is the page link to that image.
Twitch.
https://www.twitchtoo.com Do you work for free? Please donate.
Twitch Base8 - Obsidian - This, is what's new.