I don't want to be a different color. I want it so you can see the background image of the main wrapper.
I don't want to be a different color. I want it so you can see the background image of the main wrapper.
Clyde
I want to use the logo sidebox as a Category Link. With 1 category it works great, but I have 5 categories. Can I duplicate everything to create 5 logo side boxes to use with my categories??
Or do I need a different contribution?
You CAN duplicate everything (you'll just have to rename all the files)
This mod was really meant to use only one logo/image.
You might want to look at the categories dressing mod available in the downloads section. This might be more appropriate for what you are trying to do.
I would like the logo link to open in a new window. What code needs to be added? I'm assuming it is in the logo_sideboxes_defines.php. Here is my site:
http://www.gameoverbeyond.com
I'd like the Retro Arcade Radio link in the top right to open in a new window so visitors can listen while still shopping at my site.
Also, can I add text to the logo sidebox under the logo? If so, where.
Ex: Listen While You Shop
Open includes/languages/english/extra_definitions/YOUR_TEMPLATE/logo_sidebox_defines.php
Modify this define Statement as indicated by the highlighted portion
define('LOGO_SIDEBOX_LINK', 'http://www.retroarcaderadio.com/" target="_blank');
Add This New Define Statement
define('LOGO_SIDEBOX_INFO_TEXT', '<br />Listen While You Shop');
Save the file and upload to your server
Open includes/templates/YOUR_TEMPLATE/sideboxes/tpl_logo_sidebox.php
Find this line of code:
$content .= $logoimage;
and immediately below Add This Line
$content .= LOGO_SIDEBOX_INFO_TEXT;
Save the file and upload to your server
Thanks clyde! Works like a champ! I appreciate the assistance, thank you again![]()
Is there anyway i can add a Side box header image?
I cant seem to find anyway of doing this!
thanks,
andy
Bookmarks