Uncaught TypeError: jQuery(…).nivoSlider

Home Forums All Other Themes Uncaught TypeError: jQuery(…).nivoSlider

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #62618
    AlainAlain
    Member
    • Topics: 1
    • Replies: 7
    • Total: 8
    Member since: January 25, 2017

    Hi Dave and Shri

    We have a problem on our website, that the actual jobs are not loading:
    The URL I already sent you via the contact form.

    If you un-check for example “freelance”, then the page is loading and the jobs are showing up.
    We think, it has something to do with the theme as we get the following error:
    Uncaught TypeError: jQuery(…).nivoSlider is not a function

    Theme: Complete PRO
    Plugin: WP Job Manager

    Can you please give us support?

    Thanks
    Alain

    #62723
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi Alain,

    Kindly send us your URL of the site and WordPress admin details via sktthemes.net/contact

    Please mention this forum URL while replying so that we understand what needs to be done.

    Regards,
    Dave

    #62759
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi,

    Kindly send us your WordPress admin details via sktthemes.net/contact.

    And can you send us the screenshot? Upload your screenshot on imgur.com and paste the share url here.

    Regards,
    Dave

    #62770
    AlainAlain
    Member
    • Topics: 1
    • Replies: 7
    • Total: 8
    Member since: January 25, 2017

    Hi Dave

    done. Email sent.

    Cheers
    Alain

    #63125
    AlainAlain
    Member
    • Topics: 1
    • Replies: 7
    • Total: 8
    Member since: January 25, 2017

    Hi Dave

    Could already have a look into this issue?

    Regards
    Alain

    #63614
    AlainAlain
    Member
    • Topics: 1
    • Replies: 7
    • Total: 8
    Member since: January 25, 2017

    Hi Shri and Dave

    Could please have a look into this issue?

    Thanks
    Alain

    #63618
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi Alain,

    Kindly go to assets/js/complete.js and search and find this code (line no. 141)

    `jQuery(window).load(function() {
    jQuery(“#slider”).nivoSlider()
    }),’

    Cut the above code and go to frontpage/slider.php and paste the code inside script tag.

    Regards,
    Dave

    #63772
    AlainAlain
    Member
    • Topics: 1
    • Replies: 7
    • Total: 8
    Member since: January 25, 2017

    Hi Dave

    Thank you for your Reply.

    1. The above mentioned Code was NOT in the complete.js
    2. We inserted the Code [jQuery(“#slider”).nivoSlider()] in the slider.php but it did not solve the problem.

    What can we do?

    Regards
    Alain

    #63777
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi Alain,

    We didn’t receive WordPress admin details from your side. Kindly send us WordPress admin details via sktthemes.net/contact

    We will resolve the issue.

    Regards,
    Dave

    #63779
    AlainAlain
    Member
    • Topics: 1
    • Replies: 7
    • Total: 8
    Member since: January 25, 2017

    Hi Dave

    Just sent the Login Details once again via the contact form as request.
    Please check Email Inbox.

    Regards
    Alain

    #64651
    AlainAlain
    Member
    • Topics: 1
    • Replies: 7
    • Total: 8
    Member since: January 25, 2017

    Hi Dave

    Can you please have a look at this issue. It seems, that we are not the only one with this problem.

    Thanks
    Alain

    #64653
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi Alain,

    Uncaught TypeError: jQuery(…).nivoSlider is not a function This error resolved from our end. Kindly check and confirm.

    Regards,
    Dave

    #64764
    AlainAlain
    Member
    • Topics: 1
    • Replies: 7
    • Total: 8
    Member since: January 25, 2017

    Hi Dave

    Thanks. Problem solved. What did you do?
    Would be nice, if other users see how to fix this problem.

    Thanks
    Alain

    #64802
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Added this code in functions.php

    <?php if ( is_home() || is_front_page() ) { ?>
    jQuery(window).load(function() {
            jQuery('#slider').nivoSlider({
              effect:'<?php echo of_get_option('slideefect',true); ?>', //sliceDown, sliceDownLeft, sliceUp, sliceUpLeft, sliceUpDown, sliceUpDownLeft, fold, fade, random, slideInRight, slideInLeft, boxRandom, boxRain, boxRainReverse, boxRainGrow, boxRainGrowReverse
            animSpeed: <?php echo of_get_option('slideanim',true); ?>,
          pauseTime: <?php echo of_get_option('slidepause',true); ?>,
          directionNav: <?php echo of_get_option('slidenav',true); ?>,
          controlNav: <?php echo of_get_option('slidepage',true); ?>,
          pauseOnHover: <?php echo of_get_option('slidepausehover',true); ?>,
        });
    });
    
    <?php } ?>

    Regards,
    Dave

Viewing 14 posts - 1 through 14 (of 14 total)
  • You must be logged in to reply to this topic.