• Resolved onurkalender

    (@onurkalender)


    Hi
    There is a main slider in my site and it uses “jquery-1.7.1.min.js” which is included in my theme’s header.php section. Site is abadarastirma.com. When I enable Thumbnail Slider, both of them broken. if I switch off “jquery-1.7.1.min.js” Thumbnail Slider works perfect but main slider broken. I even try “jQuery.noConflict()” but i could not handle it. How can I make Thubnail slider work with “jquery-1.7.1.min.js”.
    Thank you for your help.

    http://wordpress.org/plugins/images-thumbnail-sliderv1/

Viewing 1 replies (of 1 total)
  • Plugin Author Nks

    (@nik00726)

    hello

    It is due to two jquery version included into theme.We are used wordpress rules for adding jquery which means we are including jquery from wordpress itself.

    Actually your other slider must have not include jquery from other source. WordPress already provide jquery by wp_enqueue_script('jquery').

    The solution is either you can use other slider to use jquery using wp_enqueue_script('jquery') or you can comment out line no 20 in wp-content\plugins\images-thumbnail-sliderv1\wordpress-thumbnail-slider.php

    //wp_enqueue_script('jquery')

    If you like plugin plz rate it..

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘blocks each other’ is closed to new replies.