Problem with Slider

Asked

Viewed 61 times

1

When you load the page of that website the title of the description of the slider appears at the top and then descends.

How to solve?

The site is in Wordpress. Plugin Huge IT Slider

I think maybe the problem is CSS.

  • As far as I know this happens when there is an empty element that receives content and the height suddenly increases. If the height is fixed, it is easy to solve, if it is variable are another 500.

1 answer

1

Check if you have any script with $(document).load(function()) or $(window).load(function()) and changes to $(document).ready(function()). Of course, just change the elements that match your function’s trigger ID or Class.

I believe the problem is not in CSS.

A CSS problem is the phrase "More than 150 workers are rescued in Piauí" which is superimposing the field "News"

  • I think he should look for the ID or Class that calls this slider and play inside the $(document).ready(function()), if it simply changes, it may compromise other elements of the site, no?

  • I changed but still the same thing. The impression I have that changing the load p ready makes loading faster.

  • @Felipestoker yes, indeed. I should have added this line in my reply, something I will do.

  • @I don’t know if it was my solution that for production but, your site is opening properly here now.

  • Thank you @Rafaelbarbosa I made the change you specified in the post. $(window). load(Function()) for $(Document). ready(Function()).

Browser other questions tagged

You are not signed in. Login or sign up in order to post.