Osclass forums
Support forums => General help => 3.7.x => Topic started by: ala on July 12, 2017, 09:10:27 am
-
i have upgrade my osclass from 3.7.1 to 3.7.3 then my website not work js
before it work well
-
Loos like jQuery is not being loaded, please check it and make sure it's available
-
@_CONEJO
Everything is work well but error after upgrade
-
Please, share the URL of your website
-
also in admin panel plugin not work when hover on plugin menu
-
again, please share your URL, if you are not comfortable making it public, send it to desteban@osclass.org
-
url has been send
-
hover in left menu admin panel not work :'( :'( :'(
-
You have a lot of <script> in the <head> move it somewhere else.
If you open the browser console you will see clearly the issues,
ReferenceError: jQuery is not defined[Learn More] cammarkets.com:340:1
ReferenceError: jQuery is not defined[Learn More] cammarkets.com:369:1
ReferenceError: transparent is not defined[Learn More] vidbg.min.js:6:3184
Error: Missing required parameters: sitekey recaptcha__en.js:394:182
In line 340 you are using jQuery, before it's loaded. Move the code to AFTER the libraries are loaded. From what I see, this has nothing to do with version 3.7.3, but with some ¿plugin? popup_facebook_box ?
-
@ _CONEJO why js in admin panel not work too
-
i have uninstall FB popup plugin but it still not work
-
I don't have access to your admin, so can't see what is happening there, but
1.- Open your browser's console
2.- Go to your website (public or your admin, where you are having issues)
3.- See what's there
Right now, there's this:
ReferenceError: transparent is not defined[Learn More] vidbg.min.js:6:3184
Error: Missing required parameters: sitekey recaptcha__en.js:394:182
So, some script called "vidbg.min.js" (which resides at yourdomain.tld/js/vidbg.min.js , so it's not a plugin, not a theme, you put it there) have some issues, you need to fix it.
The next issue is that you didn't configure your recaptcha keys, this is in yoru html
<div class="g-recaptcha" data-sitekey="">
-
it video background banner below search bar, now it not work, i will disable it for testing
-
<div class="g-recaptcha" data-sitekey="">
i can't add key in admin because i hover on menu in admin panel it not work
and i disable video background banner now it still have problem