Last edited by gee38l; 21 Mar 2010 at 02:18 AM. Reason: Add
Have to sound like one of my old grade school teachers:
go back and check your work
Code:/*OF Menu Column 5 link Definitions*/ Define('TITLE_FIVE', '<li class="menuTitle">Products</li>'); Define('UNDER','<li><a href="http://www.truwater.com.au/under-sink-systems-c-11">UNDER_SINK_SYSTEMS</a></li>'); Define('COUNTER','<li><a href="http://www.truwater.com.au/countertop-systems-c-10">COUNTERTOP_SYSTEMS</a></li>'); Define('REPLACEMENT','<li><a href="http://www.truwater.com.au/replacement-filters-media-c-15">REPLACEMENT_FILTERS</a></li>'); /*EOF Menu Column 5 link Definitions*/
Hi Clyde,
looking forward to installing this great looking mod; thank you so much for making it available
Probably a basic question, but how do I go about adding images (eg/ paypal, geotrust, credit card) to display under your footer menu?
I imagine it would be the tpl_footer.php file? If so - could you please direct me as to how to add the code (eg/ image_1, and image_2) & where in the file to insert it?
Thank you so much - your mod will really improve my site![]()
There any number of threads dealing with adding images to the footer and/or header throughout the fourm.
Do a search for "Footer Image"
Hi Clyde,
I got the five columns to show correctly.
But for the life of me i cant increase the text width in each box individually so that the text is all in one line.
If you have a look at www.truwater.com.au you will see the fifth column has text over two lines for one link...... Also they all dont seem even.
Some assistance would be good.
Thanks
Hi there - I have a questions - I've added a new item called "RETURNS" under the Customer Service footer column - however it doesn't show up after adding it. I don't receive any errors, I can add it to the left side Information box and the link works correctly. Is there something defining only 5 items??
Here is my code:
/*BOF Menu Column 3 link Definitions*/
Define('TITLE_THREE', '<li class="menuTitle">Customer Service</li>');
Define('CONTACT','<li><a href="' . zen_href_link(FILENAME_CONTACT_US) . '">' . BOX_INFORMATION_CONTACT . '</a></li>');
Define('SHIPPING', '<li><a href="' . zen_href_link(FILENAME_SHIPPING) . '">' . BOX_INFORMATION_SHIPPING . '</a></li>');
Define('PRIVACY', '<li><a href="' . zen_href_link(FILENAME_PRIVACY) . '">' . BOX_INFORMATION_PRIVACY . '</a></li>');
Define('CONDITIONS','<li><a href="' . zen_href_link(FILENAME_CONDITIONS) . '">' . BOX_INFORMATION_CONDITIONS . '</a></li>');
Define('ACCOUNT', '<li><a href="' . zen_href_link(FILENAME_ACCOUNT, '', 'SSL') .'">' . HEADER_TITLE_MY_ACCOUNT . '</a></li>');
Define('RETURNS', '<li><a href="' . zen_href_link(FILENAME_RETURNS, '', 'SSL') .'">' . BOX_INFORMATION_RETURNS . '</a></li>');/*EOF Menu Column 3 link Definitions*/