Page 185 of 305 FirstFirst ... 85135175183184185186187195235285 ... LastLast
Results 1,841 to 1,850 of 3042
  1. #1841
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Zen Lightbox in Apple Zen

    Quote Originally Posted by RobertV View Post
    Wondering if you can help ...

    I just installed Zen Lightbox on a fresh install of Zen Cart 1.3.8a.

    I have been designing my site around your awesome Apple Zen template and have encountered my first issue.

    The product image is properly displayed in the lightbox when viewing the site with IE7 on a PC. However when viewing the image in Firefox (PC) or Safari (Mac) the Apple Zen top navigation bar stays on top of the image and the lightbox.

    Can you help? Did I miss something in the setup? Should I be asking this in the Zen Lightbox support forum?

    Thanks for your time and wonderful contribution.

    Robert
    Do a search in this thread for lightbox, there's a lot of information on that topic in this thread.

  2. #1842
    Join Date
    Mar 2008
    Location
    Kanada
    Posts
    4
    Plugin Contributions
    0

    Default Re: Zen Lightbox in Apple Zen

    Quote Originally Posted by jettrue View Post
    Do a search in this thread for lightbox, there's a lot of information on that topic in this thread.
    Hi Jade

    Thanks so much for your help and direction.

    Elsewhere in this thread, I found the instructions for increasing the z-index to 1000 (I've copied the instructions below for the benefit of others) but wasn't sure where to find this code.

    A search revealed it was in the file "stylesheet_lightbox.css" found in Web-Site-Address/includes/templates/apple_zen/css/

    I made the modification (increasing z-index:100 to 1000) and everything appears to be working well now.

    Thanks again Jade for a great template

    Instructions:

    Try changing the z-index on this section to 1000:

    #lightbox {
    left:0;
    line-height:0;
    position:absolute;
    text-align:center;
    top:40px;
    width:100%;
    z-index:100;
    }

  3. #1843
    Join Date
    Mar 2008
    Posts
    15
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by jettrue View Post
    Forst open up includes/templates/apple_zen/common/tpl_drop_menu.php, and give the home link a class like this:
    Code:
    <a class="leftLine" href="<?php echo zen_href_link(FILENAME_DEFAULT); ?>"><?php echo HEADER_TITLE_CATALOG; ?></a>
    And then add this to your stylesheet_header_menu.css:
    Code:
    div#dropMenu li a.leftLine {border-left:1px solid #ffffff}
    Cool...that worked...thanks!

  4. #1844
    Join Date
    Mar 2008
    Location
    Kanada
    Posts
    4
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Hi Jade

    I'd like to add the Advanced Cross Sell (Or JustAnotherXSell) Module to my site, which runs on Apple Zen.

    The instructions state:

    5. Now edit your product-info template file (tpl_product_info_display.php) and insert the following code
    at the point where you wish the Cross-Sell box to appear. Usually best at the end of the file:
    ---------------------------------
    <?php
    require($template->get_template_dir('tpl_modules_xsell_products.php', DIR_WS_TEMPLATE, $current_page_base,'templates'). '/' . 'tpl_modules_xsell_products.php');
    ?>
    ---------------------------------
    However, this file does not exist at WEB_SITE/includes/templates/apple_zen/templates/

    It only exists at WEB_SITE/includes/templates/template_default/templates/

    Where would I make the above changes in the template to add the Cross-Sell box?

    Thanks again

    Robert

  5. #1845
    Join Date
    Apr 2008
    Posts
    2
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Hi
    I download it and apply on my website, that is really good!
    But i dont know how to remove this

    "To change any of the site colors, open up includes/templates/apple_zen/css/stylesheet.css. To overwrite your own logo, upload your logo.gif to includes/templates/apple_zen/images/"

    from the header .

    can you tell me how to do it ?

  6. #1846
    Join Date
    Apr 2008
    Posts
    2
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    From this zencart software , does it only show one picture for one product ?
    If I want to show many pictures on same product , is it any solution?

    Pls help!

  7. #1847
    Join Date
    Mar 2008
    Posts
    15
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by fridgehihk View Post
    Hi
    I download it and apply on my website, that is really good!
    But i dont know how to remove this

    "To change any of the site colors, open up includes/templates/apple_zen/css/stylesheet.css. To overwrite your own logo, upload your logo.gif to includes/templates/apple_zen/images/"

    from the header .

    can you tell me how to do it ?
    Quote Originally Posted by fridgehihk View Post
    From this zencart software , does it only show one picture for one product ?
    If I want to show many pictures on same product , is it any solution?

    Pls help!

    I'm a newbie myself...I suggest you check out the FAQ section of Zen Cart. Both these questions are answered there.

    for your first issue go here: https://www.zen-cart.com/tutorials/i...hp?article=127

    for your second ssue go here: https://www.zen-cart.com/tutorials/index.php?article=58

    good luck.

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

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by RobertV View Post
    Hi Jade

    I'd like to add the Advanced Cross Sell (Or JustAnotherXSell) Module to my site, which runs on Apple Zen.

    The instructions state:



    However, this file does not exist at WEB_SITE/includes/templates/apple_zen/templates/

    It only exists at WEB_SITE/includes/templates/template_default/templates/

    Where would I make the above changes in the template to add the Cross-Sell box?

    Thanks again

    Robert
    You should read the "override system" FAQ in the FAQ section of zen cart.
    https://www.zen-cart.com/tutorials/i...hp?article=230


    The file does not exist at:
    WEB_SITE/includes/templates/apple_zen/templates/

    Because I didn't need to adjust that file for the template.

    Now that you want to adjust it, copy the file FROM:
    WEB_SITE/includes/templates/template_default/templates/

    TO:
    WEB_SITE/includes/templates/apple_zen/templates/

    You will then save your changes in the apple_zen folder so that zen cart will OVERRIDE the template_default file. This way your changes won't be overwritten next time you upgrade zen cart.

  9. #1849
    Join Date
    Mar 2008
    Location
    Kanada
    Posts
    4
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    You're totally Zenned... Apple Zenned! Thanks!

    Quote Originally Posted by jettrue View Post
    You should read the "override system" FAQ in the FAQ section of zen cart.
    https://www.zen-cart.com/tutorials/i...hp?article=230


    The file does not exist at:
    WEB_SITE/includes/templates/apple_zen/templates/

    Because I didn't need to adjust that file for the template.

    Now that you want to adjust it, copy the file FROM:
    WEB_SITE/includes/templates/template_default/templates/

    TO:
    WEB_SITE/includes/templates/apple_zen/templates/

    You will then save your changes in the apple_zen folder so that zen cart will OVERRIDE the template_default file. This way your changes won't be overwritten next time you upgrade zen cart.

  10. #1850
    Join Date
    Mar 2008
    Posts
    17
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Thanks for the template I like it a lot. One thing I'm trying to change is the green color that appears, in text fields customers can type in, and also whenever there is a drop down menu for attributes.

 

 

Similar Threads

  1. Zen Lightbox addon [Support Thread]
    By Alex Clarke in forum All Other Contributions/Addons
    Replies: 3725
    Last Post: 20 Feb 2025, 05:46 PM
  2. Cherry Zen Template Support Thread
    By jettrue in forum Addon Templates
    Replies: 3250
    Last Post: 13 Nov 2017, 08:02 PM
  3. v151 Zen Magnific Support Thread
    By mutinyzoo in forum All Other Contributions/Addons
    Replies: 79
    Last Post: 14 Sep 2015, 04:39 AM
  4. Simple Zen Template - Support Thread
    By jettrue in forum Addon Templates
    Replies: 461
    Last Post: 27 Apr 2013, 01:33 AM

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