• Resolved Messai

    (@messai)


    Hi Guys

    For some reason my Easing Slider is not showing images on E Design theme.

    I was disabling all other plugins, changed themes to see if it works, killed all other JS … still notthing.

    All I see is empty frame loading nothing ??

    I have active two JS’s

    [ Moderator Note: Please post code or markup snippets between backticks or use the code button. ]

    <script type='text/javascript' src='#/plugins/easing-slider/js/jquery.easing.js?ver=1.3'></script>

    and

    <script type='text/javascript' src='#/wp-includes/js/jquery/jquery.js?ver=1.7.2'></script>

    Any advices how to make it work?

    https://www.ads-software.com/extend/plugins/easing-slider/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author MatthewRuddy

    (@matthewruddy)

    Hi. Can you link me to the Easing Slider on your site? I’ll have a look and see if I can find any errors.

    Because the update had disible the jquery.

    Now open easingslider.php in your plugin folder.

    Delelte
    wp_enqueue_script('jquery');
    and use

    wp_register_script('jquery', $scripturl.'jquery.js', '', '1.4.2');

    It’s ok

    See more https://sgd.antrunginvest.com

    Plugin Author MatthewRuddy

    (@matthewruddy)

    Hi @nmhquoc,

    I’d always recommend using the WordPress version of jQuery, especially because it is the most recent version.

    Using another version of jQuery can cause no conflict errors if plugins haven’t been coded correctly. WordPress by default uses jQuery in no conflict mode, where-as normal versions of jQuery do not.

    You may also run into trouble if other plugins require a version of jQuery higher than 1.4.2

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Easing Slider doesn't load the images’ is closed to new replies.