Page 295 of 305 FirstFirst ... 195245285293294295296297 ... LastLast
Results 2,941 to 2,950 of 3042
  1. #2941
    Join Date
    Oct 2007
    Location
    Emporia, Kansas
    Posts
    1,762
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by Inspire View Post
    Hello again...

    Last tweak for me to conquer with this great Template...!

    I would really like to have the Categories and Sub-Categories
    to appear fully-expanded in the 'Categories' menu on the right...
    (where all the right-side boxes are)...

    LINK: http://bit.ly/iRWAVN

    Right now, the menu shows a text-made arrow to show that
    there are sub-categories... but i would like the menu
    to be fully-expanded all the time...

    Please let me know how this can be accomplished...!
    Many thanx..
    yay for fixing your arrows to show.

    admin/configuration/layout settings

    there is a setting to show categories on main page all the time

    and a setting to show subcategories all the time but it only shows them when the main category is open. I can't remember how to set them to show all the time.

    I don't have a drop down menu but when I did have the categories showing at the top I did not have the sidebox showing, now I have key cats at the top with the sidebox on the side

  2. #2942
    Join Date
    May 2011
    Posts
    14
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Hi and thanx again Dark Angel...!

    Quoted:
    "I can't remember how to set them to show all the time."

    --> This is exactly what i need as all else is working perfectly...
    How to have the subcategories all the time...? (but unfortunately you can't remember...?#?)

    Any other suggestions or anyone else on this forum who might be able to assist...?
    As it seems like Dark Angel is the only person who's assisting at this time - Kudos DA!!

    LINK: http://bit.ly/iRWAVN

    Regards...

  3. #2943
    Join Date
    Oct 2007
    Location
    Emporia, Kansas
    Posts
    1,762
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by Inspire View Post
    Hi and thanx again Dark Angel...!

    Quoted:
    "I can't remember how to set them to show all the time."

    --> This is exactly what i need as all else is working perfectly...
    How to have the subcategories all the time...? (but unfortunately you can't remember...?#?)

    Any other suggestions or anyone else on this forum who might be able to assist...?
    As it seems like Dark Angel is the only person who's assisting at this time - Kudos DA!!

    LINK: http://bit.ly/iRWAVN

    Regards...
    I bet you would get more help if you broke this section off and created a new topic just for it, since it really has nothing to do with template but actual store software

  4. #2944
    Join Date
    May 2011
    Posts
    14
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Hi again...

    I have taken your advice and have gotten closer by installing 'part' of an ADD-ON module
    to display all cat's and sub-cat's called "categories dressing 2.7.3"

    I have started a new post there to tweak my menu a bit...

    http://www.zen-cart.com/forum/showth...00#post1036700

    Thanx again DA...!!

  5. #2945
    Join Date
    Oct 2007
    Location
    Emporia, Kansas
    Posts
    1,762
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by Inspire View Post
    Hi again...

    I have taken your advice and have gotten closer by installing 'part' of an ADD-ON module
    to display all cat's and sub-cat's called "categories dressing 2.7.3"

    I have started a new post there to tweak my menu a bit...

    http://www.zen-cart.com/forum/showth...00#post1036700

    Thanx again DA...!!
    you are welcome and hope that partial mod works for you with little headaches

  6. #2946
    Join Date
    May 2011
    Posts
    14
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Hey DA...

    Just a note in case anyone else happens on this post etc...

    I had install the full mod but got all working just the way we want it...!!

    Thread Update is here:
    http://www.zen-cart.com/forum/showth...94#post1036794

    Onwards...

  7. #2947
    Join Date
    Oct 2007
    Location
    Emporia, Kansas
    Posts
    1,762
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    lol...goes to show you how I am lost today... I am so not to be let loose on the world today...thanks for letting us know and good luck

  8. #2948
    Join Date
    Jul 2011
    Posts
    2
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Hey all, got my store all up and running and have pretty much completed editing the template, All I want to do is make the text in the navigation bar have BOLD text so it looks a little cleaner.

    www.minus-nine.co.uk

    Can't find where I need to edit to achieve this any help is appreciated.

  9. #2949
    Join Date
    May 2011
    Posts
    14
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Hello...

    Store is working great at: http://bit.ly/iRWAVN

    Site Map Question:
    - I have a page under 'Information' called 'About Us'
    - How can i have this appear in the Site Map...?
    (link for sitemap is also under 'information')
    - I have been able to remove the links i didn't need
    but cannot figure out how to add this page...

    Many thanx as usual... :-)
    Regards...

  10. #2950
    Join Date
    Oct 2007
    Location
    Emporia, Kansas
    Posts
    1,762
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by Wired64 View Post
    Hey all, got my store all up and running and have pretty much completed editing the template, All I want to do is make the text in the navigation bar have BOLD text so it looks a little cleaner.

    www.minus-nine.co.uk

    Can't find where I need to edit to achieve this any help is appreciated.

    I think it is here in the stylesheet_header_menu.css file......just add font-weight: bold; just before the }

    to each of these:

    div#dropMenu {
    width:70em;
    margin:0 auto;
    text-align:center;
    z-index:1000;
    position:relative;
    }

    div#dropMenu ul {
    margin:0;
    padding:0;
    }

    div#dropMenu li {
    position:relative;
    list-style:none;
    margin:0;
    float:left;
    line-height:1em;
    width:16.667%;
    *width:16.649%;
    }

    div#dropMenu ul.level1 {
    width:70em;
    margin:0 auto;
    text-align:center;
    background:#4f4f4f; /*background color of top menu when NOT selected. */
    z-index:1000;
    float:left;
    }

    div#dropMenu li a {
    display: block;
    /* Hides from IE5-mac \*/
    height: 1%;
    /* End hide from IE5-mac */
    padding: .6em 0;
    text-decoration: none;
    text-transform:uppercase;
    color:#ffffff;
    text-align:center;
    border-right:1px solid #ffffff;
    }

 

 

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