Hi Jade,
I put this at line 654 of my stylesheet. Should it be somewhere else?
#ezLinks ul li {display:inline;}
Thanks.Quote:
I'm not seeing the ezLinks css uploaded to your site?
Printable View
Hi Jade,
I put this at line 654 of my stylesheet. Should it be somewhere else?
#ezLinks ul li {display:inline;}
Thanks.Quote:
I'm not seeing the ezLinks css uploaded to your site?
For Some reason if you browse the site using IE 7 The Nav in the header don't show up. Also Iam trying to create a table at the buttom with white background so I can add links to the Home, about us, and other innformation from the side box.
Can you tell me how I can do that.
I think I found part of what I was looking for.
I was worried that I had messed things up by already having the grid layout module, then installing Cherry Zen over it- but I assume the Cherry Zen template file overides the default template files? I found this thread regarding the column grid layout I was asking about- it offers an update (Pro) that corrects the issue I was having: http://zen-cart.com/forum/showthread...288#post495288. So that fixed the font centering issue & gridlines.
I have learned quite a bit by your detailed instructions with your template files as well as this thread - thank you.
Diana
I think I found part of what I was looking for.
I was worried that I had messed things up by already having the grid layout module, then installing Cherry Zen over it- but I assume the Cherry Zen template file overides the default template files? I found this thread regarding the column grid layout I was asking about- it offers an update (Pro) that corrects the issue I was having: http://zen-cart.com/forum/showthread...288#post495288. So that fixed the font centering issue & gridlines.
I have learned quite a bit by your detailed instructions with your template files as well as this thread - thank you.
Diana
Hi
i want add a memu to the Navigate ,like "about us" to the nav
and also i like the search bar to the right sider,like the attached pic
how can i do ?
thanks for you support!
Best regards
Terry
Hi,
This is a really good template, well done!
I would like to ask if is possible to use Fual Slimbox or Lightbox with this template? and what editing you would need to do to get it to work?
Thanks
This will take more than one step, but I will try to explain it the way I did it.
Locate the fileincludes/templates/Cherry_zen/common
open tpl_header.php
Locate the following code"if you want to add a link you can copy one of the line starting with<li> and then paste it wherever you want to add the "about us" link.Quote:
<li><a href="<?php echo zen_href_link(FILENAME_PRODUCTS_NEW, '', 'SSL'); ?>"><span><?php echo New_Arrivals; ?></span></a></li>
<li><a href="<?php echo zen_href_link(FILENAME_ACCOUNT, '', 'SSL'); ?>"><span><?php echo HEADER_TITLE_MY_ACCOUNT; ?></span></a></li>
<?php } } ?>
<li><a href="<?php echo zen_href_link(FILENAME_SHOPPING_CART, '', 'NONSSL'); ?>"><span><?php echo HEADER_TITLE_CART_CONTENTS; ?></span></a></li>
<li><a href="<?php echo zen_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL'); ?>"><span class="last"><?php echo HEADER_TITLE_CHECKOUT; ?></span></a></li>
</ul>
Make sure you edit the link to correspond to the about us files, for example change these 2 linksQuote:
<?php echo zen_href_link(FILENAME_SHOPPING_CART, '', 'NONSSL')
This might get confusing, you better off adding a link in the ez-pages header section.Quote:
?php echo HEADER_TITLE_CART_CONTENTS;