Problem with Slider

1

When you load the page from this site the title of the slider description appears at the top and then down.

How to solve?

The site is in WordPress. Plugin Huge IT Slider

I think the problem might be CSS.

    
asked by anonymous 11.11.2014 / 20:18

1 answer

1

Make sure you have some script with $(document).load(function()) or $(window).load(function()) and change to $(document).ready(function()) . Of course, change only the elements that match the trigger ID or class of your function.

I think the problem is not in CSS.

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

    
11.11.2014 / 20:23