• Hi Folks:
    I’ve this problem:
    I’m trying to use slideshow with my site

    It remain blocked showing image loader.gif

    There is this error

    Uncaught TypeError: Object [object Object] has no
    method ‘nggSlideshow’

    In the following code:

    <script type=”text/javascript” defer=”defer”>
    jQuery(document).ready(function(){
    jQuery(“#ngg-slideshow-1-14-1″).nggSlideshow( {id: 1,fx:”fade”,width:800,height:600,domain: “https://www.portodeglietruschi.it/&#8221;,timeout:10000});
    });
    </script>

    I’m enough sure that the problem is that NexGEN use JQuery
    and my template use a proper jquery (an older version) too
    How can i do to resolve the conflict?
    Can enyone help me?
    Thanks
    G

Viewing 1 replies (of 1 total)
  • Thread Starter GuiTTo

    (@guitto)

    I’ve done by mysef (as when I was young .. :-))
    I changed
    wp_enqueue_script(‘semperfi-jquery-easing’, get_template_directory_uri() . ‘/js/jquery.easing.js’, array(‘jquery’), ‘1.3’, true);

    with

    wp_enqueue_script(‘semperfi-jquery-easing’, includes_url() . ‘/js/jquery.easing.js’, array(‘jquery’), ‘1.3’, true);

    in the functions.php of my template
    and now all is working!!!

    To the next!

    Bye
    G

Viewing 1 replies (of 1 total)
  • The topic ‘1.9.10 Doesn't work with 3.5 (and my template)’ is closed to new replies.