Kiran
Forum Replies Created
-
AuthorPosts
-
April 3, 2019 at 11:57 am in reply to: "No Records Found Sorry, no records were found. Pleaseadjustyoursearchcriteria" #477848
Thanks for letting us know 🙂
Thanks for letting us know 🙂
Hello Karin,
There was a slug “events” conflict with the plugin “Events Made Easy”. I have changed “events” to “events-me” at Events Made Easy > Instellingen > Evenementen permalink prefix.
Please check and let us know.
Regards,
KiranHello Tim,
I have modified snippet under Snippets > Ninja forms – load content
function gd_snippet_fix_conflict_essential_grid() { if ( ! empty( $_REQUEST['action'] ) && $_REQUEST['action'] == 'geodir_ninja_forms' ) { remove_all_actions( 'print_media_templates'); } } add_action( 'init', 'gd_snippet_fix_conflict_essential_grid' );Now contact form is working fine.
Please check and let us know.
Regards,
KiranThis reply has been marked as private.This reply has been marked as private.April 3, 2019 at 5:56 am in reply to: "No Records Found Sorry, no records were found. Pleaseadjustyoursearchcriteria" #477724Hello Franko,
I have checked your site and did some debugging. I found that there was some wrong things with installation.
You have wrong directory name for GeoDirectory plugin unders plugins directory. GeoDirectory plugin directory name should be “geodirectory”.
Have you installed GeoDirectory v2 on GeoDirectory v1 or GeoDirectory v1 on GeoDirectory v2? I noticed that database table of the listing had some data from both versions v1 & v2.I have fixed this issue now map markers are back on map.
Please check and let us know.
Thanks,
KiranThis reply has been marked as private.This reply has been marked as private.April 2, 2019 at 10:07 am in reply to: Listing images don't show as thumbnail on search page #477448Deos GeoDirectory have a search method which allows me to search across all post types?
No, at the moment it is not allowed to search across all post types.
April 2, 2019 at 10:01 am in reply to: WPML language selector on main menu changes position depending of language #477446Glad to hear that 🙂
Hello Andrew,
I have checked and found there is a JavaScript error that breaks JavaScript functionality on page.
TypeError: slider.slides is undefined in file /wp-content/cache/autoptimize/js/autoptimize_6806f6c6b1ec477ee1c9d911d4b26e02.jsYour site is running with old version of WordPress & some plugins. Please update WordPress and all addons and let us know how it goes.
Kiran
Hello Tim,
I tried “Essential Grid” plugin on my test site but issue not replicated there.
On your site WP Media library is not loaded on Ninja Forms. Please try following snippet and let us know how it goes.
function gd_snippet_scripts_enqueue_media() { if ( ! empty( $_REQUEST['action'] ) && $_REQUEST['action'] == 'geodir_ninja_forms' ) { wp_enqueue_media(); } } add_action( 'admin_enqueue_scripts', 'gd_snippet_scripts_enqueue_media' ); add_action( 'wp_print_scripts', 'gd_snippet_scripts_enqueue_media' );Kiran
Hello Andrew,
GeoDirectory post types are custom post types so you should use GeoDirectory search to display listing properly. GeoDirectory listings has own template to show listings in list.
Kiran
This reply has been marked as private. -
AuthorPosts