Kiran
Forum Replies Created
-
AuthorPosts
-
Hi Frank,
I checked on the site you provided.
I added one gd_school(Schools) post type and it created “Free School” default package under that post type. I added one more package under gd_school(Schools). Packages lists shows both packages there.
Please provide steps how to replicate issue.
Best Regards,
KiranThanks for letting us know 🙂
Hi Victor,
This error occurs when it fails to validate security nonce. I have tried many times in different browsers but can’t replicate issue. One of my team member also tried and it worked working fine for him also.
It looks like something cache related things that creating issue at your side.
Please try adding PHP snippet and let us know how it goes.
Best Regards,
KiranHello,
Issue has been fixed.
– Changed custom_consent to consent in PHP snippet, because field key is consent at field setting.
– Re-saved field with html description.Please check and let us know.
Regards,
KiranHi Al Sommer,
Please provide us site link & admin credentials in a private reply to look into there.
Thanks,
KiranHello,
It looks like you can copied snippet from emails. Please copy snippet from here #522528
After adding snippet change “custom_email, custom_phone & custom_url” to your desired field, because those field are just for examples.Provide us admin credentials to do this from our side if you are facing problem in adding a snippet.
Regards,
KiranJanuary 1, 2020 at 9:56 am in reply to: Category field is locked but appears differently on franchise #523584Hi Hui,
Issue with “Location with Mall Link” has been fixed. After doing some debugging found that this was happening on add/edit franchise page when franchise has two html editor file and one is locked.
I have also applied patch on your main site.
Please check and let us know.
Regards,
KiranHi Matthew,
I checked and not found any issue at the website end. Please allow us to test analytics with my own Google Analytics account settings in GeoDirectory > Settings > Google Analytics.
Regards,
KiranHi Alfonso,
Issue has been fixed, please check and let us know how it goes.
Regards,
KiranHi Victor,
Map bubble worked fine for me as well in Safari, Chrome & Firefox. If you add PHP snippet then it will prevent cache issue with map bubble.
Let us know.
Regards,
KiranGlad to hear that you found it.
Kiran
Hi Carlos,
This has been fixed and it will be in next release.
Provide us FTP credentials if you want to apply patch on your site.
Patch available at here: https://github.com/AyeCode/geodirectory/commit/0cbcf718f2b8d8630cc5d4f24f849ca3bbebb0b7
Regards,
KiranHi Steve,
Try following PHP snippet to open listing link in a new tab from add listing page.
/** * Open listing link in a new tab from add listing page. */ function gd_snippet_191231_super_duper_widget_output( $output, $instance, $args, $super_duper ) { if ( $output != '' && ! empty( $super_duper ) && ! empty( $super_duper->options['base_id'] ) && in_array( $super_duper->options['base_id'], array( 'gd_post_title', 'gd_post_images' ) ) ) { // Add listing page. if ( ! geodir_is_page( 'add-listing' ) ) { return $output; } $output = str_replace( array( ' href="http', " href='http" ), array( ' target="_blank" href="http', " target='_blank' href='http" ), $output ); } return $output; } add_filter( 'wp_super_duper_widget_output', 'gd_snippet_191231_super_duper_widget_output', 20, 4 );
Regards,
KiranHi Jeroen,
It was a cache issue. Package list was loaded from cache(Object Cache+ Memcached). I have added one snippet to fix this cache issue.
Please check and let us know.
Regards,
KiranDecember 30, 2019 at 6:46 am in reply to: Location Page – Map Zoom Error and Listing Sorting Error #523390Hi Ellory,
gd_map shortcode is setup with fixed zoom level(zoom=3) in Pages > Location > Edit Page.
Please set “zoom=0” (Auto) to show auto zoomed map based on marker pinpoints. See screenshot how it looks when zoom=0 is used in gd_map shortcode.
Let us know.
Regards,
Kiran -
AuthorPosts