Results 1 to 8 of 8

Thread: Front page problem ...

  1. #1
    Thread Starter
    Veteran sonnycool's Avatar
    Join Date
    Mar 2009
    Location
    Malaysia
    Posts
    308
    Thanks
    32
    Thanked 2 Times in 2 Posts

    Front page problem ...

    I just did the upgrade but it seem like i having category display issue ....
    After upgrade, category seem like overlay with item, prices, location and time, any solution out there ?
    By the way i have around 30++ category ...
    thanks

  2. #2
    dubya's Avatar
    Join Date
    May 2009
    Location
    Canada
    Posts
    1,000
    Thanks
    115
    Thanked 107 Times in 93 Posts

    Re: Front page problem ...

    The only problem I see is that the html seems to be loading faster than your graphics.
    Code:
    Pinging klusedcar.com [202.71.102.22] with 32 bytes of data:
    
    Reply from 202.71.102.22: bytes=32 time=369ms TTL=47
    Reply from 202.71.102.22: bytes=32 time=595ms TTL=47
    Reply from 202.71.102.22: bytes=32 time=516ms TTL=47
    Reply from 202.71.102.22: bytes=32 time=437ms TTL=47
    
    Ping statistics for 202.71.102.22:
        Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
    Approximate round trip times in milli-seconds:
        Minimum = 369ms, Maximum = 595ms, Average = 479ms
    Mind you, I am on the other side of the world, but from here, it looks like a latency issue. 600ms is really slow.
    Try pinging your server from where you are. If it's slow, talk to your host.
    Other than that, your site seems to be working to me.
    Nice menu system btw.
    The search button. Your new best friend.
    - Dubya

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

    Re: Front page problem ...

    Yeah, it loaded really slow for me too.

    For sites with lots of categories, I recommend creating sub categories beneath 5-10 top-level categories. Something like this:

    Exotic Cars
    --Ferrari
    --Lambo

    Sports Cars
    --Porsche
    --BMW

    Sedans
    --Volvo
    --Mercedes
    --etc

    Another option would be to create what's called a "mega tab" like this customer did on his ClassiPress site. You'd have to contact him for the code.

  4. #4
    Thread Starter
    Veteran sonnycool's Avatar
    Join Date
    Mar 2009
    Location
    Malaysia
    Posts
    308
    Thanks
    32
    Thanked 2 Times in 2 Posts

    Re: Front page problem ...

    my host have no issue here (here only) (below 20ms,) ...
    my problem (below pic) :

  5. #5
    dubya's Avatar
    Join Date
    May 2009
    Location
    Canada
    Posts
    1,000
    Thanks
    115
    Thanked 107 Times in 93 Posts

    Re: Front page problem ...



    Weird. I don't see that at all in IE7, IE8, FF3 or Chrome.
    Anyways, have a look at some "big name" sites, you'll see that many do it like David said above.
    The search button. Your new best friend.
    - Dubya

  6. #6
    Thread Starter
    Veteran sonnycool's Avatar
    Join Date
    Mar 2009
    Location
    Malaysia
    Posts
    308
    Thanks
    32
    Thanked 2 Times in 2 Posts

    Re: Front page problem ...

    cause what u see is classipress version 2.8.2 ....
    i can't do the upgrade cause it mess up everything, especially the simple thing like category ..

  7. #7
    jomarkosabel's Avatar
    Join Date
    Mar 2009
    Location
    Philippines
    Posts
    40,911
    Thanks
    168
    Thanked 3,400 Times in 3,271 Posts

    Re: Front page problem ...

    I think this has been discussed somewhere in the forum but here it goes.

    Go to your dashboard-theme editor and find these codes in the index.php

    Code:
    <?php wp_list_categories('show_count=0&hide_empty=0&orderby=name&order=asc&title_li=&exclude=1'); ?>
    			[*]<div class="clear"></div>[/list]
    Just add <div class="clear"></div> after the[/list]to make it look like this

    Code:
    <?php wp_list_categories('show_count=0&hide_empty=0&orderby=name&order=asc&title_li=&exclude=1'); ?>
    			[*]<div class="clear"></div>[/list]<div class="clear"></div>
    This is what I did to my http://www.cars.cebulive.com" onclick="window.open(this.href);return false;" onclick="window.open(this.href);return false; site.
    Please help our moderating team work more efficiently by not sending us support questions via PM. You can read more about how AppThemes support works here. However, you can send a PM to follow up and remind me if I missed your support request/thread.

    Thank you and have a nice day.

  8. #8
    Thread Starter
    Veteran sonnycool's Avatar
    Join Date
    Mar 2009
    Location
    Malaysia
    Posts
    308
    Thanks
    32
    Thanked 2 Times in 2 Posts

    Re: Front page problem ...

    thanks ....
    it work .... now is time to play with css again

Thread Information

Users Browsing this Thread

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