Page 1 of 2 12 LastLast
Results 1 to 10 of 3041

Hybrid View

  1. #1
    Join Date
    Feb 2007
    Posts
    819
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    i will work on cleaning up the commenting, right now it is a mess because i am testing things on this page.

    but how do i get the second row of drop down menus to show? it shows the top row, but there is another row underneath that is hidden by the page...

    i don't want to turn off the ezpage links. i want that on top, then the drop down menu underneath (like it is) but there is another row to the drop down menu that is not showing and the flyout menu on the right side is hidden because it goes off the side of the page.

    home | log in | my account | view cart | checkout now
    on sale | agility equipment | auto accessories | balls & tugs | clothing | decals | dog equipment
    *grooming supplies | kennel supplies | protection equipment | safety & cooling | etc.

    *this second drop down row is hidden by the page.

    thanks.
    Last edited by gsdcypher; 3 May 2008 at 05:47 PM.

  2. #2
    Join Date
    Apr 2008
    Location
    Brooklyn,NY
    Posts
    25
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    button hoover options dont work in APPLE ZEN.

    i'm using using zen 1.3.8.
    converted to default ZEN 1.3.8 template - everything is fine.
    what could be the problem?


    SOURCE FOR APPLE ZEN TEMPLATE:
    <!--bof Reviews button and count-->
    <div id="productReviewLink" class="buttonRow back"><a href="http://citystylefurniture.com/index.php?main_page=product_reviews_write&amp;cPath=1_27&amp;products_id=20&amp; number_of_uploads=0"><span class="cssButton button_write_review" onmouseover="this.className='cssButtonHover button_write_review button_write_reviewHover'" onmouseout="this.className='cssButton button_write_review'" style="width: 80px;" >&nbsp;Write Review&nbsp;</span></a></div>
    <br class="clearBoth" />
    <!--eof Reviews button and count -->

    SOURCE FOR ZEN1.3.8 DEFAULT TEMPLATE:
    <!--bof Reviews button and count-->
    <div id="productReviewLink" class="buttonRow back"><a href="http://citystylefurniture.com/index.php?main_page=product_reviews_write&amp;cPath=3_13&amp;products_id=43&amp; number_of_uploads=0"><span class="cssButton button_write_review" onmouseover="this.className='cssButtonHover button_write_review button_write_reviewHover'" onmouseout="this.className='cssButton button_write_review'" style="width: 80px;" >&nbsp;Write Review&nbsp;</span></a></div>
    <br class="clearBoth" />
    <!--eof Reviews button and count -->

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

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by kot1978 View Post
    button hoover options dont work in APPLE ZEN.

    i'm using using zen 1.3.8.
    converted to default ZEN 1.3.8 template - everything is fine.
    what could be the problem?


    SOURCE FOR APPLE ZEN TEMPLATE:
    <!--bof Reviews button and count-->
    <div id="productReviewLink" class="buttonRow back"><a href="http://citystylefurniture.com/index.php?main_page=product_reviews_write&amp;cPath=1_27&amp;products_id=20&amp; number_of_uploads=0"><span class="cssButton button_write_review" onmouseover="this.className='cssButtonHover button_write_review button_write_reviewHover'" onmouseout="this.className='cssButton button_write_review'" style="width: 80px;" >&nbsp;Write Review&nbsp;</span></a></div>
    <br class="clearBoth" />
    <!--eof Reviews button and count -->

    SOURCE FOR ZEN1.3.8 DEFAULT TEMPLATE:
    <!--bof Reviews button and count-->
    <div id="productReviewLink" class="buttonRow back"><a href="http://citystylefurniture.com/index.php?main_page=product_reviews_write&amp;cPath=3_13&amp;products_id=43&amp; number_of_uploads=0"><span class="cssButton button_write_review" onmouseover="this.className='cssButtonHover button_write_review button_write_reviewHover'" onmouseout="this.className='cssButton button_write_review'" style="width: 80px;" >&nbsp;Write Review&nbsp;</span></a></div>
    <br class="clearBoth" />
    <!--eof Reviews button and count -->
    Those two things are exactly the same, aren't they?

    Did you upload the css for the button hover function in the the apple_zen/css folder?

  4. #4
    Join Date
    Apr 2008
    Location
    Brooklyn,NY
    Posts
    25
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by jettrue View Post
    Those two things are exactly the same, aren't they?

    Did you upload the css for the button hover function in the the apple_zen/css folder?

    I reinstalled zencart, apple template, created new database - and it works.
    BUT when I installed my old database from backup - buttons dont show up and hoovers dont work.

    by the way, the hoovers i'm talking about are default buttons and button hoovers provided in Apple template. such as "write review" or "tell a friend' or "checkout".


    Any input on this?

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

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by kot1978 View Post
    I reinstalled zencart, apple template, created new database - and it works.
    BUT when I installed my old database from backup - buttons dont show up and hoovers dont work.

    by the way, the hoovers i'm talking about are default buttons and button hoovers provided in Apple template. such as "write review" or "tell a friend' or "checkout".


    Any input on this?
    I'm not sure I understand what you're talking about. you're saying "hoover", so I assumed that was a typo and you meant "hover". What do you mean by "hoover"? In the css buttons, there is a hover option where a special css popup shows up when you hover over the button, and that is controlled by a stylesheet that goes into the apple_zen/css/ folder. Could I see a link of what you are referring to? Do you have css buttons turned OFF or ON in the admin, under "configuration", "css buttons".

  6. #6
    Join Date
    Apr 2008
    Location
    Brooklyn,NY
    Posts
    25
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by kot1978 View Post
    I reinstalled zencart, apple template, created new database - and it works.
    BUT when I installed my old database from backup - buttons dont show up and hoovers dont work.

    by the way, the hoovers i'm talking about are default buttons and button hoovers provided in Apple template. such as "write review" or "tell a friend' or "checkout".


    Any input on this?


    Got it !
    I need to configre CSS BUTTONS somewhere.
    S.O.S.

  7. #7
    Join Date
    Apr 2008
    Location
    Brooklyn,NY
    Posts
    25
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by kot1978 View Post
    Got it !
    I need to configre CSS BUTTONS somewhere.
    S.O.S.
    I'LL get through this. i'm going in the right direction now.

  8. #8
    Join Date
    Feb 2007
    Location
    Florida
    Posts
    4
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Hi,

    I'm trying to use Apple Zen in Showcase mode. However, the shopping cart still shows up. I've gone into Store Status and changed it to 1. When I switch back to Classic, the cart is gone. What do I need to change to do to make Apple Zen respond the same way.

    Any help will be appreciated.

    Dean

  9. #9
    Join Date
    Feb 2007
    Location
    Florida
    Posts
    4
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    One additonal question: Can someone explain how to move the drop down list of all products, specials, etc from under the Home tab to the Catagories tab? I tried using "Paul's Edition" of the CSS flyaway as was suggest for a similiar question earlier in this thread but it didn't work.

  10. #10
    Join Date
    Feb 2007
    Location
    Florida
    Posts
    4
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Found the answer to my second question about to moving the sub-menus. I moved the submenu listing in the tpl_drop_menu.php from
    HEADER_TITLE_CATALOG to the HEADER_TITLE_CATEGORIES; I would post the code fragments, but I can't figure out how to add the scrolling inserts into the comments of the forum.

    Still tring to figure out how to remove the shopping cart (and my account) in Showcase mode.

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Zen Lightbox addon [Support Thread]
    By Alex Clarke in forum All Other Contributions/Addons
    Replies: 3726
    Last Post: 2 Feb 2026, 06:28 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

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