Results 1 to 10 of 3041

Hybrid View

  1. #1
    Join Date
    Dec 2008
    Posts
    97
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Hey Jettrue,

    I need some advice....
    I only want certain boxes to show on the front page, it's best to do this through the css, right? I just wanted to know what would load the fastest.

    Also do you know how to compress the css, I do a speed check that's given in the FAQ here and that's a suggestion given. I have tried to copy any add on's to my css so I do not have tons of them.

    Also what class am I looking for to change the look of the my account page, mostly I am looking at the table of prev. orders?

    Thanks
    Nicole

  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 nikki72 View Post
    Hey Jettrue,

    I need some advice....
    I only want certain boxes to show on the front page, it's best to do this through the css, right? I just wanted to know what would load the fastest.

    Also do you know how to compress the css, I do a speed check that's given in the FAQ here and that's a suggestion given. I have tried to copy any add on's to my css so I do not have tons of them.

    Also what class am I looking for to change the look of the my account page, mostly I am looking at the table of prev. orders?

    Thanks
    Nicole
    Yes, you can hide boxes with css. View the source of the page, and get the id of the box you want to hide.

    Then in the css, you'd put this:

    #indexHomeBody #idofBoxHere {display:none;}

    Then on your account page, view the page source again, and get the id or class of the section you want to change there. If it says id="nameofsectionhere", you'd style it in the css with #nameofsectionhere {}. If it says style="nameofsectionhere", you'd style it with .nameofsectionhere {}

  3. #3
    Join Date
    Dec 2008
    Posts
    97
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by jettrue View Post
    Yes, you can hide boxes with css. View the source of the page, and get the id of the box you want to hide.
    Then in the css, you'd put this:
    #indexHomeBody #idofBoxHere {display:none;}
    Thanks for the quick reply! How would you only show a box on the the main page.... my newsletter subsribe I only want on the main page what would that statement be?

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

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by nikki72 View Post
    Thanks for the quick reply! How would you only show a box on the the main page.... my newsletter subsribe I only want on the main page what would that statement be?
    Does this work?
    Code:
    #indexHomeBody #bannerbox2{display:inline;}
    #bannerbox2 {display:none;}
    (instead of #bannerbox2, enter the id of the newsletter subscribe box)

  5. #5
    Join Date
    Dec 2008
    Posts
    97
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by jettrue View Post
    Yes, you can hide boxes with css. View the source of the page, and get the id of the box you want to hide.

    Then in the css, you'd put this:

    #indexHomeBody #idofBoxHere {display:none;}

    Then on your account page, view the page source again, and get the id or class of the section you want to change there. If it says id="nameofsectionhere", you'd style it in the css with #nameofsectionhere {}. If it says style="nameofsectionhere", you'd style it with .nameofsectionhere {}

    I just got around to try and make this work. I am not sure what the id would be. If I could figure it out on one I could prob. get it for the rest. Just not sure exactly where the page id would be.

 

 

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