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

Thread: Firefox issue?

  1. #1
    pepsi's Avatar
    Join Date
    Mar 2009
    Location
    New Zealand
    Posts
    14,883
    Thanks
    91
    Thanked 804 Times in 718 Posts

    Firefox issue?

    I notice that when there are more than 2 rows of categories on my ClassiPress page, it end up messing up the way the page looks in Firefox (but it still looks fine in IE). I can't make any less categories as I have already condensed them down as much as I can. Any ideas how I can fix this please?

    This is what it looks like in FF:

  2. #2
    Founder dcowgill's Avatar
    Join Date
    Mar 2009
    Location
    San Francisco, CA
    Posts
    1,939
    Thanks
    66
    Thanked 135 Times in 99 Posts

    Re: Firefox issue?

    Yeah, you've just got too many categories. Try and roll them up even higher to something like:

    -Baby Equipment
    --Baby Activity
    --Baby Carriers
    --Baby Bath
    --Baby Bed

    -Clothes
    --Baby Clothes
    --Maternity Gear

    etc...





    I like to look at sites like Amazon and see how they setup their categories. It gives you a good idea of how hierarchies should be setup.

  3. #3
    Veteran pointandstare's Avatar
    Join Date
    Apr 2009
    Location
    London, England
    Posts
    311
    Thanks
    0
    Thanked 2 Times in 2 Posts

    Re: Firefox issue?

    The other way is to put a clear div after the category code so you'd have something like:
    Code:
    <ul id="catnav">
    			<?php wp_list_categories('show_count=0&hide_empty=true&orderby=name&order=asc&title_li='); ?>
    			[*]<div class="clear"></div>[/list]
    		<div class="clear">
    I've modified my single and page files a bit so this might need tweaking for your set-up.

  4. #4
    pepsi's Avatar
    Join Date
    Mar 2009
    Location
    New Zealand
    Posts
    14,883
    Thanks
    91
    Thanked 804 Times in 718 Posts

    Re: Firefox issue?

    Thanks guys I will try your suggestion PointandStare.. hope it works as I can't really condense any more..I will need at least 3 rows (as I have more categories not showing anyway) so can't really keep it at 2 unfortunately..

  5. #5
    Founder dcowgill's Avatar
    Join Date
    Mar 2009
    Location
    San Francisco, CA
    Posts
    1,939
    Thanks
    66
    Thanked 135 Times in 99 Posts

    Re: Firefox issue?

    You should see how this guy modified his site with the categories. It might work well for you too.

    viewtopic.php?f=3&t=330

  6. #6
    pepsi's Avatar
    Join Date
    Mar 2009
    Location
    New Zealand
    Posts
    14,883
    Thanks
    91
    Thanked 804 Times in 718 Posts

    Re: Firefox issue?

    Oh man, that looks cool..me want! Alas, no skills on my part

  7. #7
    pepsi's Avatar
    Join Date
    Mar 2009
    Location
    New Zealand
    Posts
    14,883
    Thanks
    91
    Thanked 804 Times in 718 Posts

    Re: Firefox issue?

    Quote Originally Posted by PointandStare
    The other way is to put a clear div after the category code so you'd have something like:
    Code:
    <ul id="catnav">
    			<?php wp_list_categories('show_count=0&hide_empty=true&orderby=name&order=asc&title_li='); ?>
    			[*]<div class="clear"></div>[/list]
    		<div class="clear">
    I've modified my single and page files a bit so this might need tweaking for your set-up.
    OK, so I thought I would take a look at this today as I really do need to try and fix it up so that my site can display more thn 2 rows of categories without getting messed up (which seems to be the case in IE and FF)..

    I looked at the single and page files, but can't see anything relating to the categories at all. My theme is basically unchanged, so does anyone know what file I need to edit to add this clear div? Thanks

  8. #8
    Veteran pointandstare's Avatar
    Join Date
    Apr 2009
    Location
    London, England
    Posts
    311
    Thanks
    0
    Thanked 2 Times in 2 Posts

    Re: Firefox issue?

    Do a site wide search for this line and add it after (as above):

    Code:
    <?php wp_list_categories

  9. #9
    pepsi's Avatar
    Join Date
    Mar 2009
    Location
    New Zealand
    Posts
    14,883
    Thanks
    91
    Thanked 804 Times in 718 Posts

    Re: Firefox issue?

    Just to update.. I found the place I needed to add it to in the index.php. All fixed now. Thanks

  10. #10
    Junior Member patsal's Avatar
    Join Date
    Jan 2011
    Posts
    48
    Thanks
    0
    Thanked 0 Times in 0 Posts
    i have the same pb on my website Premium WordPress Themes | AppThemes on firefox but in sont find the place i need to add it
    Help please ty

Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)