ERROR BROWSER INFORMATION
Uncaught TypeError
‘$(…).stickThis’ is not a function
URL
http://www.mysportdeal.nl/wp-content/plugins/sticky-menu-or-anything-on-scroll/assets/js/stickThis.js?ver=1.3.1
StickThis.js:8
‘/**
* @preserve Sticky Anything 1.3.1 | @senff | GPL2 Licensed
*/
(function($) {
$(document).ready(function($) {
$(sticky_anything_engage.element).stickThis({
top:sticky_anything_engage.topspace,
minscreenwidth:sticky_anything_engage.minscreenwidth,
maxscreenwidth:sticky_anything_engage.maxscreenwidth,
zindex:sticky_anything_engage.zindex,
dynamicmode:sticky_anything_engage.dynamicmode,
debugmode:sticky_anything_engage.debugmode,
pushup:sticky_anything_engage.pushup,
adminbar:sticky_anything_engage.adminbar
});
});
}(jQuery));’
Uncaught TypeError
'$(...).stickThis' is not a function
I’ve seen this before and in most cases, it had to do with other plugins conflicting. Not sure if that’s the case here, but it’s worth a try; disable ALL plugins and see if the logo becomes sticky then. If it does, enable plugins again one at a time to see which one might be blocking it.
I assume it is wiser to install the plugin on my local system
in a WP installation without any plugins installed right?
My website is namely still in development status
and I not want to mess things up 😉
Thanks for your reply and I will try ..
.. only a pitty that your sollution is always standard given,
for any plugin which faces issues in a WP site hehe 😉
Can you give me a sollution which is a little bit more
specificly related to my issue plse?
I can send you the admin login so you can examen it more close.
Can you tell me to which email address i can send this plse?
I assume it is wiser to install the plugin on my local system in a WP installation without any plugins installed right?
Oh, absolutely, yes! 🙂
only a pitty that your sollution is always standard given,
for any plugin which faces issues in a WP site hehe 😉
Yeah, I know….but the reason it becomes a “standard”, is because it’s one of the most common problems that occur.
I can send you the admin login so you can examen it more close. Can you tell me to which email address i can send this plse?
Tip: never give anyone admin access to your site, especially if you don’t know them. I’m not comfortable getting full access to anyone’s site, I might break things by accident and then we’re even further away.
I’ll give it a few more looks but I strongly suggest you check the other plugins (on a local install).