Page 8 of 305 FirstFirst ... 6789101858108 ... LastLast
Results 71 to 80 of 3042
  1. #71
    Join Date
    Apr 2005
    Location
    NJ
    Posts
    39
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by jettrue View Post
    #navMainLinks a {color:white;}

    I was SO close! I did #navMainLinks, but without the "a". Just curious, why did the "a" make all the difference?

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

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by DeFluxx View Post
    I was SO close! I did #navMainLinks, but without the "a". Just curious, why did the "a" make all the difference?
    Because you already have a color set for all "a"'s (links) for the site:

    a:link {color: #176db3; text-decoration:none;}

    So by only setting #navMainLinks to white, it was still using the above color for the links. If you had plain text there, then setting #navMainLinks to white would change that plain text to white, but any links would still be set by:

    a:link {color: #176db3; text-decoration:none;}

    Clear as mud?

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

    Default Re: Apple Zen Template Support Thread

    Hello guys!

    I've uploaded an update to this template. It's mostly cosmetic, so it's not imperative that you install the update. I've made updates to:

    1)includes/templates/apple_zen/css/stylesheet.css (small cosmetic tweaks).

    2)includes/templates/apple_zen/css/tpl_header.php.

    3)There are 4 adjusted images: includes/templates/apple_zen/images/site-bg*.gif. (These images allow you to have the striped image repeat seamlessly down the page)

  4. #74
    Join Date
    Apr 2005
    Location
    NJ
    Posts
    39
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    I'm not sure if this question is something that is related to your template or not, but I would like to have my category menu not have the sub-menus display on the drop down menu.


    For Example, if you go to "Themes & Collections" a sub-menu appears that runs far off the page. I would like it to not have the sub-menu appear and just click on "Themes & Collections"

    Any idea?

    Thanks!

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

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by DeFluxx View Post
    I'm not sure if this question is something that is related to your template or not, but I would like to have my category menu not have the sub-menus display on the drop down menu.


    For Example, if you go to "Themes & Collections" a sub-menu appears that runs far off the page. I would like it to not have the sub-menu appear and just click on "Themes & Collections"

    Any idea?

    Thanks!
    Sure, that's an easy fix... go to includes/classes/categories_ul_generator.php and on line 27 change:

    Code:
    $max_level = 6,
    to

    Code:
    $max_level = 1,
    To anyone else who is wondering, level 1 means that only your main categories show. Level 2 means you main categories and their subcategories show... level 3, main-sub-sub... and so on.

  6. #76
    Join Date
    Jan 2007
    Location
    Canada
    Posts
    3
    Plugin Contributions
    0

    Default ZenCart Virgin Needs Help With Titlebar

    Now I'd like some help changing the words that appear in a browser's titlebar. Where do I go to do this?

    -Pixellent
    http://store.culture-art-and-indie-music.net/store/

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

    Default Re: ZenCart Virgin Needs Help With Titlebar

    Quote Originally Posted by pixellent View Post
    Now I'd like some help changing the words that appear in a browser's titlebar. Where do I go to do this?

    -Pixellent
    http://store.culture-art-and-indie-music.net/store/
    That's done in:

    includes/languages/english/YOUR_TEMPLATE/meta_tags.php

  8. #78
    Join Date
    Jan 2007
    Posts
    31
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    Hi - I like your template but I don't really want any sideboxes on the right hand side of the screen (or the left). Looking at the example site for your template can't all the information in the side boxes be accessed from the menus on the tabs at the top of the screen? - so could I turn off all the sidebixes in Admin and still get to everything from the top menu bar? Just trying to get a cleaner look and feel.

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

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by duxfield View Post
    Hi - I like your template but I don't really want any sideboxes on the right hand side of the screen (or the left). Looking at the example site for your template can't all the information in the side boxes be accessed from the menus on the tabs at the top of the screen? - so could I turn off all the sidebixes in Admin and still get to everything from the top menu bar? Just trying to get a cleaner look and feel.
    Sure, you can do that if you like.

    First turn em all off, then in the stylesheet delete this section (this will get rid of the light grey section behind the sideboxes):

    #centerColumnWrapper2{
    background:url(../images/content_bg.gif) repeat-y 80% 0;
    }

    Then change .centerColumn's width from 73% to like 95% or so. Let me know how this works, because I haven't tried it myself.

  10. #80
    Join Date
    Jan 2007
    Posts
    31
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    Thanks for the info on how to turn off all the sideboxes....just one other question that may get me in alot of trouble...BUT......why is that you designed this template so the sideboxes would only ever be on the right hand side? Is it just too technically complex to have the option of left or right due to all the other snazzy stuff the template is doing? Don't shoot me please....

 

 
Page 8 of 305 FirstFirst ... 6789101858108 ... LastLast

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