Kiran
Forum Replies Created
-
AuthorPosts
-
Hello Greg,
Try to use same category parameter in gd_listing_map. Map shortcode does not support tags parameter.
I have created one page with shortcodes.
[gd_listing_map category="209" zoom=13 autozoom=true scrollwheel=true width=100% height=500] [gd_listings category=209 layout=1 character_count=300]See example http://wind-hounds.com/gd-test/
Kiran
Hello,
Please provide us FTP credentials so i can do some debugging to find issue.
Kiran
Hi Louis,
In rest api it validates field value type for number if field type is chosen to number in field settings, so if it founds non number then it raises error.
Use default value as 0 in GeoDirectory > CPT Settings > Custom Fields > geodir_minPrice.Kiran
August 23, 2018 at 10:13 am in reply to: apostrophe in French with the Search engin tool (in result page) #443681Hello David,
We have replaced special apostrophe to normal apostrophe in searching results, because recently we found issue on some devices (apple) with special apostrophe.
So searching special or normal apostrophe will only shows results which have normal used in title.See patch here https://github.com/GeoDirectory/geodirectory/commit/b4682953a11f2a09bb5b64a0d672e8242b101497
Kiran
Hello Irina,
On site pages there are two calls to include jQuery JavaScript files. One with ../wp-includes/js/jquery/jquery.js?ver=1.12.4 & another with https://code.jquery.com/jquery-2.2.0.min.js?ver=4.9.7
Both jQuery files have a different version. This could be a reason for JavaScript error on the pages.Please provide us FTP credentials so we can investigate more.
Thanks,
KiranThis reply has been marked as private.This reply has been marked as private.Hi Doug,
Can you provide example url how you want it? after that i will point you if it is easily possible.
Kiran
August 22, 2018 at 11:31 am in reply to: Listings not going to draft and reminder emails not being sent #443486This reply has been marked as private.Hello Sabir,
Earlier there was sorting on search page as well but as it found sorting does not make sense on search results we removed it. Because on search page results sould be sorted with best matching first.
Now we have updated description on sort options page. See patch https://github.com/GeoDirectory/geodirectory/commit/b7de06c4ec80338b974b448f28b1d4be9a32719a
Thanks for spotting.
Thanks,
KiranHi Alex,
We do not provide support for old addons. It is recommended to always use up to date addons.
Try to print IPN response logs so it helps you to find from where it coming.
Kiran
August 22, 2018 at 5:11 am in reply to: Listings not going to draft and reminder emails not being sent #443433This reply has been marked as private.Hello Sabir,
Sorting only allowed on listings pages, on search page results are sorted with best match first.
See https://wpgeodirectory.com/support/topic/order-search-results-dropdown/#post-442019
Kiran
Hello,
You can use filter to add your own attributes to search field.
Ex:/* text input */ function _gd_custom_search_field_html_output_text( $html, $field_info, $post_type ) { // Your stuff here return $html; } add_filter( 'geodir_search_filter_field_html_output_text', '_gd_custom_search_field_html_output_text', 10, 3 ); /* checkbox input */ function _gd_custom_search_field_html_output_checkbox( $html, $field_info, $post_type ) { // Your stuff here return $html; } add_filter( 'geodir_search_filter_field_html_output_checkbox', '_gd_custom_search_field_html_output_checkbox', 10, 3 );Kiran
Thanks for letting us know 🙂
-
AuthorPosts