romanjamie
Forum Replies Created
-
YES!! Thankyou it works perfectly now after the update!
Hi,
I still don’t see an update available for NextGEN.
Has it been postponed?
Thanks!
I uploaded a new gallery and album today – however the problem isn’t being resolved.
Could you you give me a status on the solution?? Thanks.
Hi,
Thanks for your reply Cais!
Do you have an idea of when this bug will be fixed? When it is, will the galleries just open normally or would I have to repost the galleries?
– Jamie
Could you give me a brief guide on how to do that?
Should I be going into FTP? Or can I do this through the dashboard?
How do I find the “my gallery in wp_ngg_gallery”?
Thanks.
I have the exact same problem!
I’ve noticed it since the update to WP 4.5 as well.
All my previous albums work perfectly, however all the galleries posted after the update don’t work.
When I click on the album the page stays the same but the URL gets bigger.
* * *
I checked Google Chrome’s Dev Tools it says the following:
JQMIGRATE: Migrate is installed, version 1.4.0 jquery-migrate.min.js?ver=1.4.0:2
“jQuery is not compatible with Quirks Mode”
I’m not sure what that means.
* * *
I’ve downgraded WP to the previous version and the problem didn’t change. I also downgraded the jQuery to the previous version (while still using WP 4.5). Still no solution.
* * *
I added the following code to the Child theme’s .php file, still no solution.
// js fix for wp 4.5
function modify_jquery() {
if (!is_admin()) {
wp_deregister_script(‘jquery’);
wp_register_script(‘jquery’, ‘https://code.jquery.com/jquery-1.11.3.min.js’);
wp_enqueue_script(‘jquery’);
}
}
add_action(‘init’, ‘modify_jquery’);
* * *
Finally I contacted both my theme developer & the company that hosts my website. Both of them suggested that I look for help from the plugin developers. Since all the other galleries work they insisted that the problem had to do with NGG.Anyone?
P.S. I checked the DevTools for schrully’s website and it says the same thing.
“jQuery is not compatible with Quirks Mode”That is so strange because I contacted my theme developer & the hosting company and both of them told me that the problem is related to NGG.
All my galleries work except for the ones I posted after the update to WP 4.5.
Google Chrome’s Dev Tools say this:
JQMIGRATE: Migrate is installed, version 1.4.0 jquery-migrate.min.js?ver=1.4.0:2
“jQuery is not compatible with Quirks Mode”
Anything?
I’m using the nextgen gallery in the ‘compact album’ mode.
When ever I click on an album it doesn’t open but the url changes. (The page stays the same.)
So I…
1.) Downgraded my version of WP by deleting then replacing the wp-admin, wp-includes and various .php files with the older versions from backup. (I did this using FTP.)
For some reason it didn’t work. So I reverted back to the most recent files.
2.) I then replaced the jquery file to the older version from backup, using FTP.
Nothing happened, I still have the exact same problem.
P.S. I also added the code to the .php file as mentioned above as well (using FTP). Still no luck, so I reverted back to original code.
Also I downgraded using this guide:
https://dominiquej.com/how-to-downgrade-wordpress-to-previous-version/Any advice?