Page 112 of 326 FirstFirst ... 1262102110111112113114122162212 ... LastLast
Results 1,111 to 1,120 of 3251
  1. #1111
    Join Date
    Feb 2007
    Posts
    819
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Hi Jade,

    I put this at line 654 of my stylesheet. Should it be somewhere else?

    #ezLinks ul li {display:inline;}

    I'm not seeing the ezLinks css uploaded to your site?
    Thanks.

  2. #1112
    Join Date
    Feb 2008
    Posts
    1,336
    Plugin Contributions
    1

    Default Re: Cherry Zen Template Support Thread

    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.

  3. #1113
    Join Date
    Jan 2006
    Location
    Australia
    Posts
    330
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by jettrue View Post
    Since I don't use the lightbox mod, this is hard for me to test. I'll try to take a look in the next few days, but it might take me a bit.
    Thanks Jade for help and time.

  4. #1114
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by gsdcypher View Post
    Hi Jade,

    I put this at line 654 of my stylesheet. Should it be somewhere else?

    #ezLinks ul li {display:inline;}



    Thanks.
    It doesn't matter where you put it, but it wasn't there the other day when I was looking at your site.

  5. #1115
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by Glamorousshoe View Post
    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.
    What "Nav" in the header are you talking about?

    Why not use the ezpages function to add those as ezpage links in your footer?

  6. #1116
    Join Date
    Feb 2008
    Posts
    7
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    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

  7. #1117
    Join Date
    Feb 2008
    Posts
    7
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by dmk909 View Post
    Hello Jade.
    Thanks so much for this template. I have been teaching myself how to work these files & practicing on a test server before I upload. I am almost ready but a couple things are still bugging me & I can't figure them out.

    I am using column layout for product listings. I would like as many products as possible on a listing page. I plan to have hundreds of products & don't want shoppers wasting time having to navigate page after page. I understand having to adjust the image size for the product listing page, but I don't know how to adjust the fonts. They are left justified and I would like them smaller & centered. I also would like the spaces removed between the product name, the price & the cart. Pretty much I need to consolidate & shrink the entire box.

    I also noticed, when I increase the column count, the row count decreases. So if I increase to 6 columns, I have only 1 row. Your dotted lines sadly disappear with this many columns also.

    My ideal listing pages would have 6 columns with at least 4 rows of products.
    I am hoping you can tell me what to modify even though I'm not yet online.
    Thanks,
    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

  8. #1118
    Join Date
    Mar 2008
    Posts
    3
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    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
    Attached Images Attached Images  

  9. #1119
    Join Date
    Mar 2008
    Posts
    1
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    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

  10. #1120
    Join Date
    Feb 2008
    Posts
    1,336
    Plugin Contributions
    1

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by yhg11 View Post
    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
    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"
    <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>
    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.

    Make sure you edit the link to correspond to the about us files, for example change these 2 links
    <?php echo zen_href_link(FILENAME_SHOPPING_CART, '', 'NONSSL')
    ?php echo HEADER_TITLE_CART_CONTENTS;
    This might get confusing, you better off adding a link in the ez-pages header section.

 

 

Similar Threads

  1. Simple Zen Template - Support Thread
    By jettrue in forum Addon Templates
    Replies: 461
    Last Post: 27 Apr 2013, 01:33 AM
  2. Fresh Zen -- JellyFish Template Support Thread
    By magicbox in forum Addon Templates
    Replies: 93
    Last Post: 11 Apr 2012, 08:54 AM
  3. Free Template "Future Zen" v1.2 Support Thread
    By kuroi in forum Addon Templates
    Replies: 69
    Last Post: 16 Jul 2010, 06:00 AM
  4. Mix Cherry Zen Template with Default template
    By Globie in forum General Questions
    Replies: 1
    Last Post: 31 Oct 2008, 08:21 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR