Kiran
Forum Replies Created
-
AuthorPosts
-
Hi Matt,
Thanks you for reply.
Enabling GD Location Manager giving 500 internal server error page, it means there must be any conflict/error with Location Manager.
It showing “500 internal server error”, so there must be errors(related to Location Manager) in error log at your server. Can you share error log with us, it can helps us to find easily what causing error?
Let us know.
Kiran
This reply has been marked as private.Hi Sergio,
I have looked in to your site and after doing some checking found that the plugin “TranslatePress – Multilingual” causing this issue. This plugin is overwriting the Geodirectory translation.
When i checked after disabling this plugin the translation worked fine on add listing page. so make sure you have translated those strings on add listings page via “TranslatePress – Multilingual” as well.
Kiran
Hello,
And will the notification say to renew that the listing is expiring?
The notification content will be what you set at GeoDirectory > Price & Payments > Notifications.
And will the listing just renew without anyone having to do anything if the listing is set to the same level for after the 365 days? In other words, will the listing auto-renew?
This is just like downgrade package process when the current package expires it assigns the next package to the listing. If you have set same package in the package setting to downgrade package then it will renew listing and extend expiry by 365 days (as per you package).
Let us know if you have any query.
Thanks,
KiranIf the basic-free listing is set to 365 days and at the end of the 365 days the listing goes to the same basic-free listing, not to expire, will a notification be sent to say that the listing needs to be renewed?
Yes, in this case it will also send the notification.
Hi Kathy,
Listing pre-expiry notification sent for the listings which have expiry date set. It does not matter that package is free or paid, it just need to have a any expiry set to send pre-expiry notification to ask renew the listing.
Kiran
This reply has been marked as private.Hello,
Use following JavaScript snippet to by default Therapists on find a coach page.
jQuery(function($){ setTimeout(function() { $('.page-id-11488 .gd-search-field-cpt select.search_by_post').val('gd_therapist').trigger('change'); }, 150); });Kiran
Hello There,
Yes post id field required to get current post id, but form already has the field “_cf_cr_pst” to get post id.
Use following snippet code to get current post id
add_filter( 'caldera_forms_mailer', function( $mail, $data, $form ) { if( $form[ 'ID' ] == 'CF5ad9d76022ef2' ) { $post_id = (isset($_POST['_cf_cr_pst']) && $_POST['_cf_cr_pst']) ? absint($_POST['_cf_cr_pst']) : ''; if ($post_id) { $place_email = geodir_get_post_meta($post_id, 'geodir_email'); } if ($place_email) { $mail[ 'recipients' ][] = $place_email; } } return $mail; }, 10, 3 );Kiran
This reply has been marked as private.Hi Romit,
It seems this is due to SSL problem. Clear your browser cache or try on other device and see how it goes.
Please see https://wpgeodirectory.com/adding-a-ssl-certificate-to-your-website/
Thanks,
KiranApril 20, 2018 at 5:37 am in reply to: Notifications for expiring listings if package has recurring payment option #427359Hello There,
What happens if a user is on a recurring package and they cancel their paypal recurring payment subscription – would they get an expiry notification, or do we get notified somehow?
If users cancels their paypal recurring payment subscription then the current listing package downgraded to package as per recurring package setting. If no package set as a downgrade package then it will expire.
So create one non recurring package that you want users to move and set that package as a downgrade package under current recurring package.
Let us know.
Kiran
Hi Kala,
This would be considered a customization and it is beyond support.
Please contact a GD Expert: https://geodirectoryexperts.comKiran
Thanks for letting us know 🙂
Hello Kala,
The problem has been fixed, it was missing post id because you did not added hidden field to get post_id variable.
Kiran
-
AuthorPosts