Page 125 of 326 FirstFirst ... 2575115123124125126127135175225 ... LastLast
Results 1,241 to 1,250 of 3251
  1. #1241
    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 maggiesmom1 View Post
    Okay - I solved the problem about displaying additional images at all, but now I need to know how to move them up. If you look here:

    http://www.butternugsquash.com/store...roducts_id=669

    you'll see the 3 add'l images way down at the bottom. I'd like them to be directly underneath the main product image. I'd also like to move the product description to where the "Please Choose: Download 1; Download 2" box is and move that box either down below or eliminate it altogether.

    Can anyone help a poor, ignorant store owner?
    Open up includes/templates/cherry_zen/templates/tpl_product_info_display.php

    This controls the product page. You'll see that its very nicely segmented, so you can look for the sections you want to move (additional images and product description), and just cut and paste them where you want it.

  2. #1242
    Join Date
    Sep 2005
    Posts
    52
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    AWESOME!! Thank you so much - worked perfectly!

  3. #1243
    Join Date
    Feb 2008
    Posts
    46
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by jettrue View Post
    "configuration", "product info", "Product Info - Price is Call for Price Image or Text Status"

    Maybe that's the issue?
    thankz for the reply. what i mean is, how do i align the "Call for price" link along with the "tell a friend" and "write review"? and also, use the same css.

    thankz a lot!

    test site here: http://latter.jobsground.com/index.p...roducts_id=185

  4. #1244
    Join Date
    Feb 2007
    Posts
    819
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Hi Jettrue,

    I am still working on the site map links...

    How do I edit the tpl_site_map_default.php to show the ezpage links below under the important links sidebox?

    <li><?php echo '<a href="' . zen_href_link(FILENAME_GOVERNMENT_PURCHASING_INFO) . '">' . BOX_IMPORTANT_LINKS_GOVERNMENT_PURCHASING_INFO . '</a>'; ?></li>
    <li><?php echo '<a href="' . zen_href_link(FILENAME_PRINTABLE_CATALOG) . '">' . BOX_IMPORTANT_LINKS_PRINTABLE_CATALOG . '</a>'; ?></li>
    <li><?php echo '<a href="' . zen_href_link(FILENAME_DOG_TRAINING) . '">' . BOX_IMPORTANT_LINKS_DOG_TRAINING . '</a>'; ?></li>
    <li><?php echo '<a href="' . zen_href_link(FILENAME_WEB_RESOURCES) . '">' . BOX_IMPORTANT_LINKS_WEB_RESOURCES . '</a>'; ?></li>


    Are you saying to add them manually to the tpl_site_map_default.php???
    Thanks.YES!
    thanks

  5. #1245
    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 Jettrue,

    I am still working on the site map links...

    How do I edit the tpl_site_map_default.php to show the ezpage links below under the important links sidebox?

    <li><?php echo '<a href="' . zen_href_link(FILENAME_GOVERNMENT_PURCHASING_INFO) . '">' . BOX_IMPORTANT_LINKS_GOVERNMENT_PURCHASING_INFO . '</a>'; ?></li>
    <li><?php echo '<a href="' . zen_href_link(FILENAME_PRINTABLE_CATALOG) . '">' . BOX_IMPORTANT_LINKS_PRINTABLE_CATALOG . '</a>'; ?></li>
    <li><?php echo '<a href="' . zen_href_link(FILENAME_DOG_TRAINING) . '">' . BOX_IMPORTANT_LINKS_DOG_TRAINING . '</a>'; ?></li>
    <li><?php echo '<a href="' . zen_href_link(FILENAME_WEB_RESOURCES) . '">' . BOX_IMPORTANT_LINKS_WEB_RESOURCES . '</a>'; ?></li>




    thanks
    I give up, I really don't understand. You say you want them in the sitemap, so I tell you to edit tpl_site_map_default.php. Now you're saying you want them in the important links sidebox. I don't know, sorry. Please ask in the main forum.

  6. #1246
    Join Date
    Feb 2007
    Posts
    819
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Hi Jettrue,

    No worries. I am sorry for the confusion. It is all due to my poor semantics. What I meant to say was I am trying to add the links (that are in the important links sidebox) to the sitemap.

    You said to get those ezpage links (that are in the important links sidebox) to show on the sitemap I would have to edit the tpl_site_map_default.php manually.

    I was using the code below to try and edit the tpl_site_map_default.php, to show those links on the sitemap, but it is not working.

    Code:
    <li><?php echo '<a href="' . zen_href_link(FILENAME_GOVERNMENT_PURCHASING_INFO) . '">' . BOX_IMPORTANT_LINKS_GOVERNMENT_PURCHASING_INFO . '</a>'; ?></li>
    <li><?php echo '<a href="' . zen_href_link(FILENAME_PRINTABLE_CATALOG) . '">' . BOX_IMPORTANT_LINKS_PRINTABLE_CATALOG . '</a>'; ?></li>
    <li><?php echo '<a href="' . zen_href_link(FILENAME_DOG_TRAINING) . '">' . BOX_IMPORTANT_LINKS_DOG_TRAINING . '</a>'; ?></li>
    <li><?php echo '<a href="' . zen_href_link(FILENAME_WEB_RESOURCES) . '">' . BOX_IMPORTANT_LINKS_WEB_RESOURCES . '</a>'; ?></li>
    Instead of adding the links to the sitemap, they show up on the sitemap as BOX_IMPORTANT_LINKS_GOVERNMENT_PURCHASING_INFO, etc., etc.

    Again, sorry for the confusion. I will check in the main forum. And as always, a BIG thank you for all of your help.

  7. #1247
    Join Date
    Jan 2006
    Location
    Australia
    Posts
    330
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by gsdcypher View Post
    Hi Jettrue,

    No worries. I am sorry for the confusion. It is all due to my poor semantics. What I meant to say was I am trying to add the links (that are in the important links sidebox) to the sitemap.

    You said to get those ezpage links (that are in the important links sidebox) to show on the sitemap I would have to edit the tpl_site_map_default.php manually.

    I was using the code below to try and edit the tpl_site_map_default.php, to show those links on the sitemap, but it is not working.

    Code:
    <li><?php echo '<a href="' . zen_href_link(FILENAME_GOVERNMENT_PURCHASING_INFO) . '">' . BOX_IMPORTANT_LINKS_GOVERNMENT_PURCHASING_INFO . '</a>'; ?></li>
    <li><?php echo '<a href="' . zen_href_link(FILENAME_PRINTABLE_CATALOG) . '">' . BOX_IMPORTANT_LINKS_PRINTABLE_CATALOG . '</a>'; ?></li>
    <li><?php echo '<a href="' . zen_href_link(FILENAME_DOG_TRAINING) . '">' . BOX_IMPORTANT_LINKS_DOG_TRAINING . '</a>'; ?></li>
    <li><?php echo '<a href="' . zen_href_link(FILENAME_WEB_RESOURCES) . '">' . BOX_IMPORTANT_LINKS_WEB_RESOURCES . '</a>'; ?></li>
    Instead of adding the links to the sitemap, they show up on the sitemap as BOX_IMPORTANT_LINKS_GOVERNMENT_PURCHASING_INFO, etc., etc.

    Again, sorry for the confusion. I will check in the main forum. And as always, a BIG thank you for all of your help.
    Hi gsdcypher

    There is a mod in the download section located at

    http://www.zen-cart.com/index.php?ma...roducts_id=939

    which will add your ezpages as well as a few other things into your sitemap.

  8. #1248
    Join Date
    Feb 2007
    Posts
    819
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Hopefully the format comes through... this is what I have right now in the sitemap instead of the links:

    BOX_HEADING_IMPORTANT_LINKS
    * BOX_IMPORTANT_LINKS_GOVERNMENT_PURCHASING_INFO
    * BOX_IMPORTANT_LINKS_PRINTABLE_CATALOG
    * BOX_IMPORTANT_LINKS_DOG_TRAINING
    * BOX_IMPORTANT_LINKS_WEB_RESOURCES

    Thanks heavenlynights. I will check out that mod also.

  9. #1249
    Join Date
    Feb 2008
    Posts
    1,336
    Plugin Contributions
    1

    Default Re: Cherry Zen Template Support Thread

    Iam trying to build a site based on the Default Zen Template.
    I want to change the Navigation Bar to Look like the ones in the Cherry Template. I tryied to copy the StyleSheet from the Cherry to my site, which as you know changes the whole layout, SO the question is What do I need to change in my Stylesheet to be able to get the same Navigation bar without changing any other configuration for the header, I want to keep the white line between the logo area and the navigation bar. Also I want the Cherry Navigation bar to be centered.
    The site is www.coolcarpartsonline.com. Its not done yet but its a start.

  10. #1250
    Join Date
    Mar 2008
    Posts
    7
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    The individual product pages look different in IE vs. Firefox. In IE, they display perfectly. In Firefox, for some reason the main content portion where the product information is encroaches on the left sideboxes.

    I have no idea why this is happening. You can see what I mean by checking out a page here:

    http://coolbuydirect.com/c/harddrive...der-p-597.html

    Any suggestions?


    Thanks.

 

 

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