Answer the question
In order to leave comments, you need to log in
Why does the responsiveslides slider momentarily fall apart on page load?
When the page is loaded, slider images are visible for a moment (there are 3 of them in a column, as if I didn’t connect the js slider code) on jQuery, "Responsiveslides" , this does not always appear, everything is fine on the local server, the slider is included in the page using php
<?php
include_once ("ui/slider.html");
?>
<div id="wrapper">
<div class="slider span10">
<div class="text-slider ">###</div>
<div class="callbacks_container">
<ul class="rslides" id="slider4">
<li><img " src="../images/main/main_all2.jpg" alt="">
<p class="caption">###</p>
</li>
<li><img src="../images/main/main_all3.jpg" alt="">
<p class="caption">###</p>
</li>
<li><img src="../images/main/main_all4.jpg" alt="">
<p class="caption">###</p>
</li>
</ul>
</div>
</div>
</div>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question