Is there any way we can add images and links below the sidex boxes but not in the footer. I want to add things like verisign, twitter, facebook, etc. the last two already have a link and I do not want to use the side box for them.
Thank you
LadyDee
Is there any way we can add images and links below the sidex boxes but not in the footer. I want to add things like verisign, twitter, facebook, etc. the last two already have a link and I do not want to use the side box for them.
Thank you
LadyDee
Sure you can.... This example is if you want the images on the left column
Find this:includes/ templates/ your_template/ common/ tpl_main_page.php
Notice below, how I added this image, you will do the same for twitter... etc...etc...<div id="navColumnOneWrapper" style="width: <?php echo BOX_WIDTH_LEFT; ?>"><?php require(DIR_WS_MODULES . zen_get_module_directory('column_left.php')); ?></div></td>
<div id="navColumnOneWrapper" style="width: <?php echo BOX_WIDTH_LEFT; ?>"><?php require(DIR_WS_MODULES . zen_get_module_directory('column_left.php')); ?></div><div align="center"><script type="text/javascript" src="https://sealserver.trustwave.com/seal.js?style=invert"></script></div></td>
Are You Vulnerable for an Accessibility Lawsuit?
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL, Domain, and MagicThumb with semi-annual and longer hosting
Thank you so much, I will try this tomorrow. I know it will work because you give great advise. Again thank you.
LadyDee
I was just about the put my images below the side boxes on the left side. I am using two templates for my web site ezblue and ezorange and neither of the have the common/ tpl_main_page.php, so what do I do now. Here is my web site for you to viewl http://lightingmadesimple.com/
Thank you
LadyDee
If any file you want to edit is not already in your custom template folders, just copy it from the /template_default/ folder.
Also, haredo's method is great, but you could also use a Blank Sidebox to contain your images - a little easier and maybe more flexible, I think.