Kiran
Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.
Hi Nigel,
Temporary fix is applied in file \wp-content\plugins\geodirectory\includes\class-geodir-ajax.php
We are working to fix this permanently.
Kiran
I need FTP access todo some debugging. He is from support team, so he can’t do much.
Kiran
This reply has been marked as private.Hi laurence,
Try following PHP snippet to show expire date to post owner only.
/** * Show expire date to post owner only. */ function gd_snippet_200116_show_field_to_owner_only( $html, $location, $cf, $p = '',$output = '' ) { global $gd_post; if ( empty( $gd_post ) || ! $html ) { return $html; } if ( ! is_array( $cf ) && $cf != '' ) { $cf = geodir_get_field_infoby( 'htmlvar_name', $cf, $gd_post->post_type ); if ( empty( $cf ) ) { return $html; } } $field = 'expire_date'; $htmlvar_name = $cf['htmlvar_name']; if ( $field == $htmlvar_name && ! empty( $gd_post->{$htmlvar_name} ) ) { if ( ! ( get_current_user_id() && geodir_listing_belong_to_current_user( $gd_post->ID ) ) ) { $html = ''; } } return $html; } add_action( 'geodir_custom_field_output_datepicker', 'gd_snippet_200116_show_field_to_owner_only', 9999, 4 );
Kiran
January 16, 2020 at 10:07 am in reply to: Sign in with Google temporarily disabled for this app . #525935Hi Paul,
There are some changes by Google in API Services recently. We have fixed issue form our side.
It will be in next release. Provide us FTP credentials to apply patch.
Kiran
Hi Julie,
WPML Auto Translate feature should be used for static content. For dynamic content it may results in unexpected translations.
You can use “WPML Duplicate Translation” feature or our import/export feature to translate listing quickly.
Find more about WPML Auto Translate at https://wpml.org/documentation/automatic-translation/
Regards,
KiranJanuary 16, 2020 at 5:52 am in reply to: Do the pre expiry emails go out to users on Paypal subscriptions? #525880Hi tinamama,
For subscription based listings system sends reminder to customer when subscription is running with last payment cycle of total no. payment cycles.
Kiran
January 11, 2020 at 11:14 am in reply to: Attempting to upgrade from GV1 to GV2, receive a fatal error. Cannot upgrade PHP #525178Hi @lemonade,
Still FTP credentials are not worked.
Please provide FTP credentials again.
FTP Host:
FTP Port:
FTP User:
FTP Password:Kiran
Hi Matthew,
FTP credentials are not working now, did you changed? Also make sure it has not any IP restriction enabled.
Kiran
This reply has been marked as private.This reply has been marked as private.Hello There,
It looks like cache issue with map popup.
I have added PHP snippet to prevent this issue as mentioned in solution at here https://wpgeodirectory.com/support/topic/map-bubble-issue-2/#post-523155.
Please check and let us know.
Regards,
KiranThis reply has been marked as private.This reply has been marked as private. -
AuthorPosts