Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

viljamis Responsive Slider not working #388

Open
dwsiddall opened this issue Aug 1, 2017 · 1 comment
Open

viljamis Responsive Slider not working #388

dwsiddall opened this issue Aug 1, 2017 · 1 comment

Comments

@dwsiddall
Copy link

dwsiddall commented Aug 1, 2017

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("
  • before event fired.
  • "); }, after: function () { $('.events').append("
  • after event fired.
  • "); } }); }); </script>
    <div id="logo">
    	<img src="images/Logo05.png" alt="Logo" />
    </div>
    <div id="area">
    	<div id="span">&#9742; 207.285.9757
        </div>
    </div>
    
              <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>
    
    • slide 1

      This is another caption

    • slide 2

      This is another caption

    • slide 3

      This is another caption

    • slide 4

      This is another caption

    • slide 5

      This is another caption

    • slide 6

      This is another caption

    HTML continues......

    Any help would be appreciated.

    @dwsiddall
    Copy link
    Author

    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.

    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    None yet
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant