Viewing 4 reply threads
You must be logged in to reply to this topic.
Hello,
I’ve come across an error on our main.js file, it seems it was supposed to say “removeClass”. I did try to look into the file but couldn’t really work it out. I try re-installing the original theme despite the fact I was using a child theme for any file changes but the error persists.
It reads as “Uncaught TypeError: $(…).removelass is not a function”
Any ideas of how it could be fixed?
Much appreciated
Hello,
Beside the error message, are you having any issue with theme functionality? What plugins do you have installed?
I need more info to debug this. May i see a link where are you running this?
Best regards!
One of our developers found the error and corrected the issue on line 1269 of ‘js/main.js’
$(‘.codeless_slider_wrapper’, parent).removeClass(‘skrollable’);
The C was missing in the ‘removeClass’
Not sure if anybody else has this error so, just leaving this here in case they do.
Thank you for the attention anyways! :)
Hello,
Glad to know it’s ok. Thanks for noticing it. We will fix the spelling error in the next update.
Best regards!
You must be logged in to reply to this topic.