Page 306 of 324 FirstFirst ... 206256296304305306307308316 ... LastLast
Results 3,051 to 3,060 of 3236
  1. #3051
    Join Date
    Aug 2009
    Location
    Westland, Michigan
    Posts
    75
    Plugin Contributions
    0

    Default Re: Sub Categories font color

    Quote Originally Posted by countrycharm View Post

    Or checkout the CSS Flyout Menu. You can change the color of categories and subs to whatever you want it to be. I have this on my site.
    I am looking into the flyout menu. The readme file is causing me to wonder what to do next. I unzipped the file copied the Includes to my server, and that is all it says to do. I can't find anything in my admin, so I guess a step is missing somewhere.
    Mark
    "I shoot an arrow into the air, where it lands I do not care: I get my arrows wholesale!” Curly Howard

  2. #3052
    Join Date
    Jul 2007
    Posts
    1,888
    Plugin Contributions
    14

    Default Re: Sub Categories font color

    Quote Originally Posted by Golden Synergy View Post
    I am looking into the flyout menu. The readme file is causing me to wonder what to do next. I unzipped the file copied the Includes to my server, and that is all it says to do. I can't find anything in my admin, so I guess a step is missing somewhere.
    Mark
    I know this thread is for Cherry Zen Template sorry.
    You install it then go to tools/layout boxes to turn it on. Make sure you turn off the original sideboxes/categories.php. Go to the CSS Flyout css file and set it up like you want it to display.

  3. #3053
    Join Date
    Aug 2009
    Location
    Westland, Michigan
    Posts
    75
    Plugin Contributions
    0

    Default Re: Sub Categories font color

    Quote Originally Posted by countrycharm View Post
    I know this thread is for Cherry Zen Template sorry.
    Sorry. I thank you for the extra help. I know it will help many others who want to use that fly-out. It works great on my Cherry zen template with 1.3.9d
    http://www.classic-flatware.com
    "I shoot an arrow into the air, where it lands I do not care: I get my arrows wholesale!” Curly Howard

  4. #3054
    Join Date
    Jul 2007
    Posts
    1,888
    Plugin Contributions
    14

    Default Re: Sub Categories font color

    Quote Originally Posted by Golden Synergy View Post
    Sorry. I thank you for the extra help. I know it will help many others who want to use that fly-out. It works great on my Cherry zen template with 1.3.9d
    http://www.classic-flatware.com
    No nothing to be sorry about. Your site looks good.

  5. #3055
    Join Date
    Jul 2008
    Posts
    19
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Hi guys. We've been using CZ for a while now and love it. But there are a few things that are buggy that we need to fix. I've been using the search function here, but this thread is so long, and I'm not finding exactly what I'm looking for.... Here goes.

    1 - I changed the background color of our Cherry Zen template to #666666. This caused a problem with the Estimate Shipping pop up window and is now hard to read. Is it possible to give this window its own color value?

    2 - Changing this background color made the text in the footer hard to read. Is it possible to change the color of the text and text links in the footer, without changing colors elsewhere in the layout?

    3 - The sidebox titles on the right side columns shift to the right in IE. I did see something about making sure the column widths are at 150 pixels, which they are, so thats not the problem.

    Any advice is appreciated, please see the attached files for further examples...
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	shipping.jpg 
Views:	59 
Size:	25.2 KB 
ID:	8144   Click image for larger version. 

Name:	footer.jpg 
Views:	51 
Size:	3.5 KB 
ID:	8145  

  6. #3056
    Join Date
    Jul 2007
    Posts
    1,888
    Plugin Contributions
    14

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by ehinchman View Post
    Hi guys. We've been using CZ for a while now and love it. But there are a few things that are buggy that we need to fix. I've been using the search function here, but this thread is so long, and I'm not finding exactly what I'm looking for.... Here goes.

    1 - I changed the background color of our Cherry Zen template to #666666. This caused a problem with the Estimate Shipping pop up window and is now hard to read. Is it possible to give this window its own color value?

    2 - Changing this background color made the text in the footer hard to read. Is it possible to change the color of the text and text links in the footer, without changing colors elsewhere in the layout?

    3 - The sidebox titles on the right side columns shift to the right in IE. I did see something about making sure the column widths are at 150 pixels, which they are, so thats not the problem.

    Any advice is appreciated, please see the attached files for further examples...
    I can answer your first problem real quick. Add this at the bottom of your stylesheet.css. I don't have time to answer the other question at this time. I will in a little while if I am back on tonight.

    #popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart {
    background-color: #ffffff;
    background-image: none;
    }

  7. #3057
    Join Date
    Jul 2008
    Posts
    19
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by countrycharm View Post
    I can answer your first problem real quick. Add this at the bottom of your stylesheet.css. I don't have time to answer the other question at this time. I will in a little while if I am back on tonight.
    This worked perfectly...thank you! Looking forward to/if you can make the time or other questions
    Last edited by ehinchman; 24 Sep 2010 at 06:57 AM. Reason: clarifying

  8. #3058
    Join Date
    Jul 2007
    Posts
    1,888
    Plugin Contributions
    14

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by ehinchman View Post
    This worked perfectly...thank you! Looking forward to/if you can make the time or other questions
    Glad it worked out for you.

    2 - Changing this background color made the text in the footer hard to read. Is it possible to change the color of the text and text links in the footer, without changing colors elsewhere in the layout?
    Try this. Put this at the bottom of your css style-sheet
    Change it to whatever color you want it to be.
    #siteinfoLegal {
    background:black;
    color:white;
    }
    you can also add the following to fix the issue with links and your IP address block .

    #siteinfoIP {
    background:black;
    color:white;
    }

    #siteinfoLegal a:link {
    color:YOUR CHOICE OF COLOR HERE ;
    }
    3 - The sidebox titles on the right side columns shift to the right in IE. I did see something about making sure the column widths are at 150 pixels, which they are, so thats not the problem.
    I need to see a link to your site to be able to tell whats going on.
    Last edited by countrycharm; 24 Sep 2010 at 10:57 PM.

  9. #3059
    Join Date
    Jul 2008
    Posts
    19
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by countrycharm View Post
    I need to see a link to your site to be able to tell whats going on.
    bedoshirts.com

  10. #3060
    Join Date
    Jul 2007
    Posts
    1,888
    Plugin Contributions
    14

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by ehinchman View Post
    bedoshirts.com
    3 - The sidebox titles on the right side columns shift to the right in IE. I did see something about making sure the column widths are at 150 pixels, which they are, so thats not the problem.
    I don't see any problems with it in Firefox, IE8, or Google Chrome.
    Clear your browser cache then re-check it. Looks OK to me.

 

 

Similar Threads

  1. Admin logon just keeps repeating....
    By dbunch in forum Installing on a Linux/Unix Server
    Replies: 26
    Last Post: 4 Dec 2008, 02:01 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
  •