Page 112 of 305 FirstFirst ... 1262102110111112113114122162212 ... LastLast
Results 1,111 to 1,120 of 3042
  1. #1111
    Join Date
    Aug 2007
    Posts
    84
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by jettrue View Post
    Have you gone to "Tools", "Layout Boxes Controller", and turned ON the LEFT/RIGHT column status for the sidebox you'd like? Also, under "Configuration", "Layout Setting" is the global status for both left and right columns set to on?
    Great thanks a million...yes I completely forgot about configuration/layout settings.

    it's perfect now, you are a STAR!

  2. #1112
    Join Date
    Aug 2007
    Posts
    84
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Don't know what I've done but HOME CATEGORIES INFORMATION etc has shifted over to the far left, any ideas? www.actorxfactor.co.uk

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

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by actorxfactor View Post
    Don't know what I've done but HOME CATEGORIES INFORMATION etc has shifted over to the far left, any ideas? www.actorxfactor.co.uk
    It was an issue with the way you commented things in includes/templates/YOUR_TEMPLATE/css/stylesheet_header_menu.css

    Just replace the top color section of that file with this:
    Code:
    body {  
    	behavior: url(includes/csshover.htc);
    	}
    	
    /*green
    div#dropMenu li a:hover, div#dropMenu li.submenu li.submenu:hover {color: #4f4f4f!important;background:#D5E88F;}
    */
    
    /*blue*/
    div#dropMenu li a:hover, div#dropMenu li.submenu li.submenu:hover, div#dropMenu ul.level2 a:hover {color: #ffffff!important;background:#6C99D9;}
    
    
    /*red 
    div#dropMenu li a:hover, div#dropMenu li.submenu li.submenu:hover, div#dropMenu ul.level2 a:hover {color: #ffffff!important;background:#DC262E;}
    */ 
    
    /*grey 
    div#dropMenu li a:hover, div#dropMenu li.submenu li.submenu:hover, div#dropMenu ul.level2 a:hover {color: #4f4f4f!important;background:#D5D5D5;}
    */

  4. #1114
    Join Date
    Aug 2007
    Posts
    84
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by jettrue View Post
    It was an issue with the way you commented things in includes/templates/YOUR_TEMPLATE/css/stylesheet_header_menu.css

    Just replace the top color section of that file with this:
    Code:
    body {  
    	behavior: url(includes/csshover.htc);
    	}
    	
    /*green
    div#dropMenu li a:hover, div#dropMenu li.submenu li.submenu:hover {color: #4f4f4f!important;background:#D5E88F;}
    */
    
    /*blue*/
    div#dropMenu li a:hover, div#dropMenu li.submenu li.submenu:hover, div#dropMenu ul.level2 a:hover {color: #ffffff!important;background:#6C99D9;}
    
    
    /*red 
    div#dropMenu li a:hover, div#dropMenu li.submenu li.submenu:hover, div#dropMenu ul.level2 a:hover {color: #ffffff!important;background:#DC262E;}
    */ 
    
    /*grey 
    div#dropMenu li a:hover, div#dropMenu li.submenu li.submenu:hover, div#dropMenu ul.level2 a:hover {color: #4f4f4f!important;background:#D5D5D5;}
    */
    You're amazing...ta VM

  5. #1115
    Join Date
    Nov 2006
    Posts
    29
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Hi Jade,

    I would like to change order in which the links appear in the dropdown navigation menu.

    In addition to the regular pages (discount coupons, etc.) under INFORMATION, I have 7 ezpages added.

    Also, I would like to move one of the ezpages under the CATEGORIES dropdown menu but it will not be a category, just an information page for the categories.

    Is this possible?

    Thanks in advance,

    Julie

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

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by julie.t View Post
    Hi Jade,

    I would like to change order in which the links appear in the dropdown navigation menu.

    In addition to the regular pages (discount coupons, etc.) under INFORMATION, I have 7 ezpages added.

    Also, I would like to move one of the ezpages under the CATEGORIES dropdown menu but it will not be a category, just an information page for the categories.

    Is this possible?

    Thanks in advance,

    Julie
    You want to sort the ezpage links? Have you given them a sort order for the header when you add them?

    As far as the ezpage under the categories, I don't think that will work very well... actually wait, we can do a manual work around. Open up includes/classes/categories_ul_generator.php, and change this line:

    Code:
    $parent_group_end_string = '</ul>',
    to this:

    Code:
    $parent_group_end_string = '<li><a href="index.php?main_page=page&id=2">YOUR PAGE NAME</a></li></ul>',
    Of course replacing "index.php?main_page=page&id=2" with your own link.

  7. #1117
    Join Date
    Mar 2006
    Posts
    53
    Plugin Contributions
    0

    Default moving home, login, and search in header.

    I am using zencart version 1.37 and applezen template.

    I would like to move the "home, login, and search" buttons from the top header into my logo.gif. My website is www.lukefontana.com.

    I would also like to extend the site-bg-grey.gif into the upper header area that is currently white.

    If anyone has any help it would be much appreciated.

    Thanks

    Adam Fontana

  8. #1118
    Join Date
    Aug 2007
    Posts
    84
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Hi, I have renamed the "Categories" link on the header but I can't work out how to rename "Categories", "New Products" & "All Products" in the side box, any assistance greatly appreciated,
    Gordon

  9. #1119
    Join Date
    Aug 2007
    Posts
    84
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by actorxfactor View Post
    Hi, I have renamed the "Categories" link on the header but I can't work out how to rename "Categories", "New Products" & "All Products" in the side box, any assistance greatly appreciated,
    Gordon
    DONE! Please Ignore

  10. #1120
    Join Date
    Aug 2007
    Posts
    84
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    I already posted this on the main forum, sorry I'm so impatient, but this is buggin'me maan!

    When I have overspill and the right scroll bar appears, the page content moves to the left to accommodate the bar, how can this be prevented?
    Thanks,
    Gordon.

    www.actorxfactor.co.uk

 

 

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