i replaced the file and it works. Thanks a lot. Many of us have this problem
Ugh this was terrible. First time WP update has crippled something. Thank you for the ‘WP Downgrade” mentioned above. I typed in 5.5.3 and went back to the update section and there was a downgrade button and now back to normal!
A quick fix from me (until they will update the theme and will fix the problem):
1. go to the folder wp-includes/js/jquery and rename the files:
– jquery-migrate.js to jquery-migrate.js.old
– jquery-migrate.min.js to jquery-migrate.min.js.old
– jquery.js to jquery.js.old
– jquery.min.js to jquery.min.js.old
2. download the following files:
– https://code.jquery.com/jquery-migrate-1.4.1.js … after download rename the file to jquery-migrate.js
– https://code.jquery.com/jquery-migrate-1.4.1.min.js … after download rename the file to jquery-migrate.min.js
– https://code.jquery.com/jquery-1.12.4.js … after download rename the file to jquery.js
– https://code.jquery.com/jquery-1.12.4.min.js … after download rename the file to jquery.min.js
3. upload the files download and renamed (see point 2) to the folder wp-includes/js/jquery
4. refresh the site (CTRL+F5 / clear cache if you have a plugins for cache installed)
hello @alexvtn
thanks for your instruction https://themes.svn.wordpress.org/venice-lite/1.3.7/assets/js/jquery.swipebox.js
its very help and make my website run normaly.
‘thanks
I’m getting black overlay with some buttons which do not work on frontend.How do I solve this situation?
-
This reply was modified 1 year, 5 months ago by
dereckmush.
The new jquery.swipebox.js file did not work for me.
I did not have the Theme or Plugin mentioned installed.
Had to go CSS:
#swipebox-container{
display:none !important;
}
#wfboxOverlay {
display:none !important;
}
#swipebox-overlay {
display:none !important;
}
Never mind, this brought problems, trying to downgrade
-
This reply was modified 1 year, 5 months ago by
Dandabass.
Ok, Downgrade did not work.. so I started to look into my plugin list and found “QT Swipebox Photo And Video” .. disabled that and all went back to normal.
I’m using OnAir2 theme v3.9.0 by QantumThemes
Hello everyone.
I think the bug was solved by theme author so there is no room for questions on another themes / plugins.
I’m closing this thread.
Regards
Install this plugin:
https://wordpress.org/plugins/jquery-manager/
under jQuery Settings set jQuery version to 1.12.4.min.js
this should fix it for you if your theme developer has not provided a fix