Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Nks

    (@nik00726)

    Hello

    I see in your site there is no jquery.The jquery must needed to work thumbnail slider.

    You can see error $ is not a function.

    Thanks

    Thread Starter 3linedesigns

    (@3linedesigns)

    how do i add the jquery and which jquery are you talking about?

    it should already have everything in plug in play format no?

    please help!

    Plugin Author Nks

    (@nik00726)

    Hello

    I have already added Jquery by wp_enqueue_script but somehow your theme does not add jquery from wp so you can addd manually

    wp_deregister_script('jquery');
       wp_register_script('jquery', "http" . ($_SERVER['SERVER_PORT'] == 443 ? "s" : "") . "://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js", false, null);
       wp_enqueue_script('jquery');

    Thanks

    Thread Starter 3linedesigns

    (@3linedesigns)

    so i paste this in functions.php right? and at the bottom on functions.php is good ?

    wp_deregister_script('jquery');
       wp_register_script('jquery', "http" . ($_SERVER['SERVER_PORT'] == 443 ? "s" : "") . "://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js", false, null);
       wp_enqueue_script('jquery');
    Plugin Author Nks

    (@nik00726)

    Yes

    Try this in functions.php

    also after add this plz check view source of web browser and confirm that jquery in added.

    If you found useful plz rate plugin..

    Thanks

    hello sir,

    i m use your plugin. when i setup all setting for slider then it should working in admin panel.but not in frontpage in website. i used karma wordpress theme. i install basic version for slider. i attach screen shot please help me.

    Admin panel view : https://awesomescreenshot.com/06e2l1cr72

    front view : https://awesomescreenshot.com/0e62l1d5a4

    i use following short code in wordpress editor :[print_responsive_thumbnail_slider]

    also try to put short code : echo do_shortcode(‘[print_responsive_thumbnail_slider]’); in php file but still no luck. please help.

    Plugin Author Nks

    (@nik00726)

    Hello

    Can you post your url of wp page here ? I think the error is because of some conflict of javacript with other js.

    Thanks

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘wont work in my theme’ is closed to new replies.