Kiran
Forum Replies Created
-
AuthorPosts
-
Hi SF,
Yes, your list covers all the scripts loaded by GeoDirectory core, but Addons use GD Core JS plus additional files.
In GD core most of the scripts and styles are loaded via geodir_templates_scripts() and geodir_templates_styles() functions. You can use the following to skip loading of GD Core scripts.
remove_action( 'wp_enqueue_scripts', 'geodir_templates_scripts' ); remove_action( 'wp_enqueue_scripts', 'geodir_templates_styles', 8 );geodir_is_geodir_page() is used to identify the GD page
Here’s a Snippet that will execute only on GD Pages:
add_action( 'wp', 'wpdocs_dequeue_script', 100 ); function wpdocs_dequeue_script() { if (!geodir_is_geodir_page()){ remove_action('wp_enqueue_scripts', 'geodir_templates_scripts'); remove_action('wp_enqueue_scripts', 'geodir_templates_styles', 8); } }Thanks,
KiranHi Felicia,
Please check after clearing your browser cache.
Kiran
This reply has been marked as private.November 21, 2017 at 7:57 am in reply to: 404 pages – Listing not found issue – permalink structure #406195This reply has been marked as private.Hi Felicia,
I have moved & updated those templates under child theme.
Please check and let us know.Thanks,
KiranGlad to hear that! 🙂
Thanks
Hi Scott,
Please try again after clearing your browser cache.
Let us know how it goes.
Thanks,
KiranThis reply has been marked as private.November 21, 2017 at 4:12 am in reply to: 404 pages – Listing not found issue – permalink structure #406172This reply has been marked as private.November 20, 2017 at 2:10 pm in reply to: 404 pages – Listing not found issue – permalink structure #406104Hi There,
Did you tried after clearing Autotimize & Super Cache? Let us provide FTP credentials, so we can look into more.
Thanks,
KiranThanks for letting us know 🙂
Hi There,
The problem has been fixed and patch updated on your site.
Please check after clearing your browser cache.Let us know.
Thanks,
KiranThanks for letting us know 🙂
Hi There,
Post your site url and admin credentials in a private reply, we have to take a look into.
Kiran
Thanks for letting us know 🙂
-
AuthorPosts