Thread: Category Issues

Results 1 to 9 of 9

Hybrid View

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

    Default Category Issues

    I'm really new to Zencart, and web designs all together so this could be a really easy fix that I am over looking. For some reason in my Categories Box the Individual Categories flicker and switch back and forth in Mozilla and Internet Explorer. In Mozilla they do not even work when clicked on. Im using a template, and have attempted to modify it on my own, i do not know if i may have messed something up in the stylsheet or what the issue is. Any input would be appreciated. Thank You.

    Here is a link to my store:http://designsbylittlemrsliz.com/store/

    Thanks..

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

    Default Re: Category Issues

    Try switching to the classic template from your admin and see if this is template related
    Zen-Venom Get Bitten

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

    Default Re: Category Issues

    It is the template...when i changed it to the default template the issue went away. So is that a bad thing?? Fixable hopefully, I spent too long changing this template to something i liked. Or do you suggest not using that template?

  4. #4
    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.

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

    Default Re: Category Issues

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

  6. #6
    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.

 

 

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