Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8373655
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T14:43:58+00:00 2026-06-09T14:43:58+00:00

I am trying to modify/optimize this template . Amongst other problems, it first loads

  • 0

I am trying to modify/optimize this template . Amongst other problems, it first loads all the divs and images associated with the bottom thumbnail scroller. then hides the scroller. On my computer, at least, this has the unpleasant affect of showing all the divs to the viewer before hiding them. If you care to scan the code, what is happening is that it creates around 20 divs for each thmumbnail, then calls

$("#thumbnails_wrapper").stop().delay(2000).fadeTo("fast", 0);

Can someone suggest a rather painless way to initially hide all the elements before loading them? I tried using the hidden/visible property but I get the feeling that does not cascade down through all elements of a div.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T14:44:00+00:00Added an answer on June 9, 2026 at 2:44 pm

    Maybe just to display:none on #thumbnails_wrapper in your CSS? Then call it when needed using JS?

    In your CSS file:

    #thumbnails_wrapper {
     display:none;
    }
    

    In your javascript file (obviously only called when needed so you could maybe have it in a function):

    jQuery("#thumbnails_wrapper").show();
    

    Or in a function:

    function showThumbs()
    {
        jQuery("#thumbnails_wrapper").show();
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to modify the android lvl library and as part of this
I'm trying to modify some exports. I understand that this code doesn't work because
I'm trying to modify an example in this website . I run this example
Ive been trying to modify the twitter bootstrap navbar, at the moment all the
This should be easy, but I'm stuck trying to modify this build.xml I'm getting
I am trying to modify this JQuery Countdown plugin to initialize itself when it
I am trying to modify this shared library (with .so) extension on Linux. I
I'm trying to modify this very simple shell script I wrote to check if
This has got me stumped. I was trying to optimize some tests for Noda
I'm trying to modify an svg tag with javascript to make it resizable, but

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.