Thread: Category Issues

Results 1 to 9 of 9

Hybrid View

  1. #1
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Category Issues

    You will need to go back to the custom template so we can see exactly what the issues are, and hopefully a way to fix them.

  2. #2
    Join Date
    Jan 2011
    Posts
    5
    Plugin Contributions
    0

    Default Re: Category Issues

    lol...yep that would probably help sorry. :)

  3. #3
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Category Issues

    Some of your stylesheet edits have created invalid rules which may cause everything following to be ignored, but your prime issue is that you have set the category hover to display: none;
    Code:
    .betterCategories a:hover, .betterCategories a:active,
    .betterDocuments a:hover, .betterDocuments a:active,
    .betterEzpages a:hover, .betterEzpages a:active,
    .betterInformation a:hover, .betterInformation a:active,
    .betterMoreinformation a:hover { display: none; }, .betterMoreinformation  { display: none; },
    .betterBestsellers a:hover, .betterBestsellers a:active {
    	background-color: #e7e0ca;
    	color:#444;
    	margin-top: 1px;
    }
    Delete the two commas in red, as they are incorrect for your current setup.

  4. #4
    Join Date
    Jan 2011
    Posts
    5
    Plugin Contributions
    0

    Default Re: Category Issues

    I really appreciate you taking time out to help me. I removed the commas, and removed the {display:none;} although I'm not sure removing it was the correct thing to do. Should i change it do something else because the issue seems to still be there? Again thank you.

  5. #5
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Category Issues

    You have this
    Code:
    .betterCategories a:hover, .betterCategories a:active,
    .betterDocuments a:hover, .betterDocuments a:active,
    .betterEzpages a:hover, .betterEzpages a:active,
    .betterInformation a:hover, .betterInformation a:active,
    .betterMoreinformation a:hover .betterMoreinformation  { display: none; }
    .betterBestsellers a:hover, .betterBestsellers a:active {
    	background-color: #e7e0ca;
    	color:#444;
    	margin-top: 1px;
    }
    It should be
    Code:
    .betterCategories a:hover, .betterCategories a:active,
    .betterDocuments a:hover, .betterDocuments a:active,
    .betterEzpages a:hover, .betterEzpages a:active,
    .betterInformation a:hover, .betterInformation a:active,
    .betterMoreinformation a:hover .betterMoreinformation, 
    .betterBestsellers a:hover, .betterBestsellers a:active {
    	background-color: #e7e0ca;
    	color:#444;
    	margin-top: 1px;
    }

  6. #6
    Join Date
    Jan 2011
    Posts
    5
    Plugin Contributions
    0

    Default Re: Category Issues

    :) Thank You SOOOOOOO much!! You guys are all awesome, the issue is fixed. Have a great day!!

 

 

Similar Threads

  1. Category height spacing issues
    By vanettda in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 31 Dec 2009, 05:33 AM
  2. CSS issues with category text
    By KismetDesign in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 29 Jul 2009, 02:55 AM
  3. Category Layout Issues
    By TripleMoons in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 22 Nov 2006, 10:58 AM
  4. category tab navagation issues
    By futilemonk in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 20 Jul 2006, 04:16 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