Home › Forums › All Other Themes › Uncaught TypeError: jQuery(…).nivoSlider
- This topic has 13 replies, 2 voices, and was last updated 7 years, 9 months ago by Sonl Sinha.
-
AuthorPosts
-
February 20, 2017 at 11:32 am #62618
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 functionTheme: Complete PRO
Plugin: WP Job ManagerCan you please give us support?
Thanks
AlainFebruary 21, 2017 at 6:43 am #62723Hi 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,
DaveFebruary 21, 2017 at 11:22 am #62759Hi,
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,
DaveFebruary 21, 2017 at 2:01 pm #62770Hi Dave
done. Email sent.
Cheers
AlainFebruary 24, 2017 at 8:26 am #63125Hi Dave
Could already have a look into this issue?
Regards
AlainFebruary 28, 2017 at 9:55 am #63614Hi Shri and Dave
Could please have a look into this issue?
Thanks
AlainFebruary 28, 2017 at 10:24 am #63618Hi 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,
DaveMarch 1, 2017 at 9:30 am #63772Hi 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
AlainMarch 1, 2017 at 9:52 am #63777Hi 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,
DaveMarch 1, 2017 at 9:59 am #63779Hi Dave
Just sent the Login Details once again via the contact form as request.
Please check Email Inbox.Regards
AlainMarch 7, 2017 at 1:06 pm #64651Hi Dave
Can you please have a look at this issue. It seems, that we are not the only one with this problem.
Thanks
AlainMarch 7, 2017 at 1:12 pm #64653Hi Alain,
Uncaught TypeError: jQuery(…).nivoSlider is not a function
This error resolved from our end. Kindly check and confirm.Regards,
DaveMarch 8, 2017 at 7:55 am #64764Hi Dave
Thanks. Problem solved. What did you do?
Would be nice, if other users see how to fix this problem.Thanks
AlainMarch 8, 2017 at 1:21 pm #64802Added 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 -
AuthorPosts
- You must be logged in to reply to this topic.