How do I add an image/link to every page? I would like to place it on the right hand panel
Thanks
How do I add an image/link to every page? I would like to place it on the right hand panel
Thanks
Add it to your tpl_main_page.php
What is the path to find this file? I saw one main.php but there isn't much text in it and I have no way of knowing where to put the logo link. I want to put it on the right side below the modules. Please explain.
Thanks
is the in the Define Page Editor? If that is it, how do I place the logo in the lower right hand corner of the page?
In Define Page Editor: When I try to add a link to the page the Insert/Modify Link box doesn't let me type in the link address. How do I get it to work?
You want to edit /includes/templates/your_template/common/tpl_main_page.php.
Look for "navColumnTwo". You will probably add your link/image code in the navColumnTwoWrapper div.
I don't have a your_template. I'm using classic template.
if I go to:
Editing /home/portlao0/public_html/shop/includes/templates/template_default/common/tpl_main_page.php...
I see the nav column two but exactly where do I put the link? The code is confusing.
Thanks
here's some of the code:
<div id="navColumnTwoWrapper" style="width: <?php echo BOX_WIDTH_RIGHT; ?>"><?php require(DIR_WS_MODULES . zen_get_module_directory('column_right.php')); ?></div></td>
<?php
where do I add the link code?
Geovino-
We use YOUR_TEMPLATE to symbolize your custom template. You must make a custom template or your changes will be lost when you upgrade your cart. Please see this FAQ section for mor einformation: http://www.zen-cart.com/forum/faq.ph...late_customize
OK, but the custom template will be what I have already done? What do you mean by upgrade the cart?