Results 1 to 2 of 2

Thread: Adds from all tabs shown during load + posible fix

  1. #1
    Thread Starter
    turbo123's Avatar
    Join Date
    Oct 2012
    Location
    Sweden
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Adds from all tabs shown during load + posible fix

    I´m using Classipress 3.3

    On the start page you have three tabs for the ads. (new, popular, random)

    The first time you load the site or if you disable browser cache, then you can see all ads from all three tabs for a short time and that is kind of ugly.

    This is because a small delay before javascript has loaded and set #block1, #block2, #block3 to
    Code:
    style="display:none"
    or
    Code:
    style="display:block"
    Working sollution
    Add this to custom.css :
    Code:
    #block1, #block2, #block3 {
    	display:none;	
    }

  2. #2
    dimitris's Avatar
    Join Date
    Oct 2011
    Location
    Earth
    Posts
    20,617
    Thanks
    222
    Thanked 1,873 Times in 1,770 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Editing Tabs on main page and tabs on AD pages
    By ryanleary in forum ClassiPress General Discussion
    Replies: 3
    Last Post: August 9th, 2014, 10:04 AM
  2. In new release not more posible
    By collectbox in forum Report Vantage Bugs (Legacy)
    Replies: 10
    Last Post: August 25th, 2012, 06:57 AM
  3. Editing Tabs on main page and tabs on AD pages
    By ryanleary in forum Report ClassiPress Bugs
    Replies: 1
    Last Post: November 23rd, 2011, 12:24 AM
  4. custom themes is it posible,
    By franky in forum ClassiPress General Discussion
    Replies: 2
    Last Post: August 17th, 2011, 09:19 AM
  5. [SOLVED] BUG - reload url with hash mark for comment (tabs then don't load)
    By reboot in forum Report ClassiPress Bugs
    Replies: 3
    Last Post: January 7th, 2011, 06:14 PM