installed vslider not working properly - not sliding - keep static first image

Started 1 year ago by wadaeko Latest reply from
  • This topic is resolved
    1. Hi,

      I have been trying to make it work at my client´s new blog at WWW.JOJOSCOPE.COM

      Tried several options at setup to make it slide other images, but it keeps showing only the first post image, without sliding the other images. Tried to use custom images, turn off auto-resize option, change the cache folder permission to 757 and other tricks according to some other forum topics but no sucess.

      I need some help, please!

      Thanks

      Posted 1 year ago #
    2. Anonymous
      Unregistered

      Hi Wadaeko,

      The problem seems to be with jquery conflict.
      We are looking into this to let you know the exact solution, will update you as early as possible.

      Regards,
      [CV]

      Posted 1 year ago #
    3. @wadaeko: coolvibe is correct there is a jquery conflict. vSlider is importing
      <script src="http://jojoscope.com/wp-includes/js/jquery/jquery.js?ver=1.6.1" type="text/javascript">
      and your theme has
      <div class="copy-pad">
      <script src="http://code.jquery.com/jquery-latest.min.js">

      This is causing the conflict and stopping vSlider to make the images slide. You need to delete the jquery-latest.min.js to make the vSlider work. Since jquery.js?ver=1.6.1 is wordpress inbuilt jquery it is latest and all your theme functionality and appearance should remain intact even after removing the jquery.

      ( v )

      Posted 1 year ago #
    4. I've been having the same thing over at my portfolio. I'm testing it here: http://test.shadowedforce.net/

      The image appears, though none of the forward/back buttons appear, plus it stays on the first image. What should I change/add to make it work and, if I need to add something, where should I add it?

      Thanks in advance!

      Posted 1 year ago #
    5. @Sam: As I see your site, somehow the javascript files aren't included in your theme. vSlider required two files to work:
      1. Jquery 1.3 above version
      2. vSlider.js

      Somehow all the javascript files aren't being included in your theme.

      A simple test can be adding:

      <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6/jquery.js"></script>
      <script src="http://vibethemes.com/wp-content/plugins/vslider/js/vslider.js"></script>

      above your function call and see if it works.

      Posted 1 year ago #
    6. Thanks for the help! I don't know why that wasn't in there in the first place but it's fixed now. :)

      Posted 1 year ago #
    7. Anonymous
      Unregistered

      Thank you for the fix on Sam's site. That is exactly what I needed to get mine working.

      Posted 1 year ago #
    8. Anonymous
      Unregistered

      I'm having this problem too.... You can see a copy of the page I'm using the Vslider on at http://toddedelman.com/files/source--social-media-marketing.htm. Any help would be appreciated.

      Posted 1 year ago #
    9. Anonymous
      Unregistered

      Finally! It is working! I have been looking for so many things (being a crazy ass motivated rooky).
      Thanks a lot!

      Posted 1 year ago #
    10. Anonymous
      Unregistered

      What do I do here - rolled back to 3.3 and only one slide ..

      A simple test can be adding:
      <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6/jquery.js"></script>
      <script src="http://vibethemes.com/wp-content/plugins/vslider/js/vslider.js"></script>
      above your function call and see if it works.

      Don't understand exactly what you mean - can you explain - thanks

      Posted 9 months ago #

    Reply »

    You must log in to post.