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

Hybrid View

  1. #1
    Join Date
    Jan 2009
    Posts
    71
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Hello, Could you reply to my question about changing the order of the stuff?

    Which file do I do this in? Just tell me the file and I will figure out the rest. Thanks!

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

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by GoNinja View Post
    Hello, Could you reply to my question about changing the order of the stuff?

    Which file do I do this in? Just tell me the file and I will figure out the rest. Thanks!
    The two green menus you turn off in your admin.

    As far as moving the drop down menu, you'll have to open up includes/templates/apple_zen/common/tpl_main_page.php and find the drop menu section and move it to includes/templates/apple_zen/common/tpl_header.php to be above where you want it.

    I think this will cause some issues in the css that will need to be addressed.

  3. #3
    Join Date
    Jan 2009
    Posts
    71
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Thanks for the reply. I checked everywhere in Admin. Can you tell me where this on/off function is? Thanks!

  4. #4
    Join Date
    Jan 2009
    Posts
    12
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Oh so simple, how did I miss it? Thanks!

  5. #5
    Join Date
    Jan 2009
    Location
    Queensland, Australia
    Posts
    117
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Hi again, I have decided that I want to make my apple sen cart into the narrow one that we have instructions for. I have done what was instructed...or so i thought, nearly everything is fine , except for two areas at the top of my page. I dont sem to be able to get rid of these and make my background cover the whole area. thanks again for all your help.
    Di http://stitchwith.me/

  6. #6
    Join Date
    Jan 2009
    Posts
    10
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Does anyone know how I can change color for the "New products for [month]" bar?

  7. #7
    Join Date
    Jan 2009
    Posts
    10
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    And how do I change the color for the bars in the sideboxes (e.g. the "Who's Online?" bar)? Thanks. ^^

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

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by larojiblanca View Post
    Does anyone know how I can change color for the "New products for [month]" bar?
    Code:
    .centerBoxHeading {
    margin:0;
    background:#eee;
    padding:.3em 0;
    border-top:2px solid #4f4f4f;
    border-bottom:2px solid #4f4f4f;
    }
    Change the background color there.

    Then to change the background color for the Titles of the sideboxes, you can add a background color here:

    Code:
    h3.leftBoxHeading, h3.rightBoxHeading {background:url(../images/sideboxleft.gif) no-repeat top left;}
    like this:
    Code:
    h3.leftBoxHeading, h3.rightBoxHeading {background:#000000 url(../images/sideboxleft.gif) no-repeat top left;}
    (the above would be to make the background behind the titles black)

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

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by Didee View Post
    Hi again, I have decided that I want to make my apple sen cart into the narrow one that we have instructions for. I have done what was instructed...or so i thought, nearly everything is fine , except for two areas at the top of my page. I dont sem to be able to get rid of these and make my background cover the whole area. thanks again for all your help.
    Di http://stitchwith.me/
    Remove the background color here:

    #headerWrapper {
    width:100%;
    text-align:center;
    margin:0 auto;
    background:#fff;
    }

  10. #10
    Join Date
    Jan 2009
    Location
    Queensland, Australia
    Posts
    117
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Wow, thanks so much, that fixed it.
    Di

 

 
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