You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I like this slider but have been working with it for hours and can't get it to be responsive. The slider works and shows images and changes....but when I adjust screen size, the images do not get smaller like they do in the demo. Also having a problem with captions. They worked at one point but now don't and can't get them back.
My HTML (only relevant pasted):
<title>maineLINEmedia</title>
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/jquery.easytabs.min.js"></script>
<script type="text/javascript" src="js/respond.min.js"></script>
<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script>
<script type="text/javascript" src="js/jquery.gmap.min.js"></script>
<script type="text/javascript" src="js/responsiveslides.min.js"></script>
<script type="text/javascript" src="js/custom.js"></script>
<script>
// You can also use "$(window).load(function() {"
$(window).load(function () {
// Slideshow
$("#rslides").responsiveSlides({
"namespace": "callbacks",
before: function () {
$('.events').append("
<ul class="socialicons">
<li><a href="#" class="social-facebook" title="Visit us on Facebook"></a></li>
<li><a href="#" class="social-twitter" title="Contact us on Twitter"></a></li>
<li><a href="#" class="social-in" title="Visit us on In"></a></li>
</ul>
</div>
This is another caption
This is another caption
This is another caption
This is another caption
This is another caption
This is another caption
HTML continues......
Any help would be appreciated.
The text was updated successfully, but these errors were encountered:
I guess this text box doesn't allow line breaks.....I pasted my HTML and it looked normal, but when submitted, it scrunched it all together with no line breaks.
I like this slider but have been working with it for hours and can't get it to be responsive. The slider works and shows images and changes....but when I adjust screen size, the images do not get smaller like they do in the demo. Also having a problem with captions. They worked at one point but now don't and can't get them back.
My HTML (only relevant pasted):
<title>maineLINEmedia</title> <script type="text/javascript" src="js/jquery.min.js"></script> <script type="text/javascript" src="js/jquery.easytabs.min.js"></script> <script type="text/javascript" src="js/respond.min.js"></script> <script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script> <script type="text/javascript" src="js/jquery.gmap.min.js"></script> <script type="text/javascript" src="js/responsiveslides.min.js"></script> <script type="text/javascript" src="js/custom.js"></script> <script> // You can also use "$(window).load(function() {" $(window).load(function () { // Slideshow $("#rslides").responsiveSlides({ "namespace": "callbacks", before: function () { $('.events').append("This is another caption
This is another caption
This is another caption
This is another caption
This is another caption
This is another caption
Any help would be appreciated.
The text was updated successfully, but these errors were encountered: