Kiran
Forum Replies Created
-
AuthorPosts
-
December 30, 2019 at 6:32 am in reply to: Error – The server understood the request, but is refusing to fulfill it. #523389
@jimhill10 Thanks for letting us know. If you see any issue please open your own topic.
Kiran
Hi Matthew,
I have checked and it shows error is coming from Listimia theme (/wp-content/themes/listimia/inc/widgets/class-widget-categories.php on line 19). I have performed update of GeoDirectory plugins with Listimia theme in my test site but could not replicate issue.
It could be possible that Listimia Categories widget class is not loaded in correct order.
To overcome from this error:
– Add following line in wp-config.php filedefine( 'WP_DEBUG_DISPLAY', false );
or
– Ask Listimia theme support team to load “Listimia Categories Widget Class” in correct order or to use'textdomain' => 'geodirectory'
instead of
'textdomain' => GEODIRECTORY_TEXTDOMAIN
in file /wp-content/themes/listimia/inc/widgets/class-widget-categories.php
Let us know.
Regards,
KiranThanks for letting us know.
Kiran
Hi Victor,
I checked with different browser with clearing cache each time. It worked fine for me (see attachment).
If you see issue again try following PHP snippet.
/** * Validate map bubble nonce using referer. */ function gd_snippet_fix_map_bubble_issue( $errors ) { if ( is_wp_error( $errors ) && ! empty( $_REQUEST['_wpnonce'] ) && ! empty( $_SERVER['REQUEST_URI'] ) && strpos( $_SERVER['REQUEST_URI'], '/wp-json/geodir/' ) !== false && strpos( $_SERVER['REQUEST_URI'], '/markers/' ) !== false && is_wp_error( $errors ) && $errors->get_error_code() == 'rest_cookie_invalid_nonce' ) { $parse_referer = wp_parse_url( wp_get_referer() ); // Http referer $parse_home = wp_parse_url( home_url( '/' ) ); // Home url if ( ! empty( $parse_referer['host'] ) && ! empty( $parse_home['host'] ) && strtolower( $parse_referer['host'] ) == strtolower( $parse_home['host'] ) ) { return true; } } return $errors; } add_filter( 'rest_authentication_errors', 'gd_snippet_fix_map_bubble_issue', 99999, 1 );
Check here about how to use PHP snippet. https://wpgeodirectory.com/docs-v2/faq/customizing/#snippets
Regards,
KiranThank you for letting us know.
Kiran
December 27, 2019 at 5:57 am in reply to: Location Page – Map Zoom Error and Listing Sorting Error #523141Thanks you for providing credentials.
I have applied patch on yous site and now /location/near/me/35.1536575,-106.49950039999999/ is filtering correct results.
Please check and let us know.
Regards,
KiranHi Patrick,
I tested same option on my test site and it worked fine there.
How you added option values to “food_options” field? Make sure you used “food_options” as an array.
Example:&food_options[]=Complimentary cold buffet&food_options[]=Complimentary soups
Let us know.
Regards,
KiranDecember 27, 2019 at 3:25 am in reply to: Category field is locked but appears differently on franchise #523131Hi Hui,
I have tried those credentials already but it is not working.
Sorry, we don’t provide paid customization. But if you need developer help with your customization you can find a GD expert here: https://geodirectoryexperts.com/
Best Regards,
KiranHi Patrick,
Let us know which option values you have used in that field in CPT > Settings > Custom Fields settings.
Kiran
Hi Patrick,
We have already a task to implement add/edit location like city/neighbourhood via API and it will be in future.
Kiran
Hi Milada,
Please try disabling non-GD plugins. It looks like something stopping loading of Google Analytics class.
To check what causing conflicts we need to do debugging and for that FTP access is required.
Please provide server / CPanel credentials if you have.
Regards,
KiranHi @event19,
Tab issue has been fixed, shortcodes was wrapped by p tag in “Venue Profile” elementor template.
Please check and let us know.
Regards,
KiranDecember 26, 2019 at 12:39 pm in reply to: Location Page – Map Zoom Error and Listing Sorting Error #523053Hi Ellory,
Issue has been fixed. There was issue in validation in longitude value with minus sign(Ex: -106.). We have fixed this issue and it will be in next release.
Please apply this patch https://github.com/AyeCode/geodirectory/commit/2cd2b4abf5c5e697caa05674067571a8f6a2858b
OR
Provide FTP credentials again because FTP credentials are working fine but FTP account does not have access to public_html(WordPress root) folder, it shows empty directory. Please provide access to WordPress root directory to the FTP account.Regards,
KiranDecember 26, 2019 at 10:11 am in reply to: Category field is locked but appears differently on franchise #523049This reply has been marked as private.December 26, 2019 at 9:38 am in reply to: Popular posts view widget using events post type- excerpt type issue #523047Hi Ian,
Sorry, we don’t provide paid customization. But if you need developer help with your customization you can contact a GD expert here: https://geodirectoryexperts.com/
Regards,
Kiran -
AuthorPosts