Kiran
Forum Replies Created
-
AuthorPosts
-
August 13, 2018 at 4:20 am in reply to: Listings not going to draft and reminder emails not being sent #442117
Hello Jen,
For those profiles which has subscriptions are cancelled/completed but not reflected on website end(due to IPN notifications not received), you can cancel from Invoicing > Subscriptions > click on ID > select Cancel > Save.
This will move listings to draft which are related to this profile.You can check subscription details at PayPal for particular subscription by clicking on profile id from backend subscription page.
Let us know.
Thanks,
KiranHello,
After renaming file geodirclaim-en_US.mo to geodirclaim-en.mo under /wp-content/languages/plugins/, now it is working fine.
Thanks,
KiranAugust 9, 2018 at 9:45 am in reply to: Listings not going to draft and reminder emails not being sent #441835This reply has been marked as private.August 9, 2018 at 7:08 am in reply to: Listings not going to draft and reminder emails not being sent #441801This reply has been marked as private.Hello,
To enable single character search, do following things.
1) Selected “Disabled” from GeoDirectory > Search > Individual word search limit
2) Add following code snippet via PHP snippet plugin or in your child theme functions.php file.function _gd_custom_single_character_search( $where, $keywords, $keyword ) { global $wpdb; $where = ' OR ( ' . $wpdb->posts . '.post_title LIKE "%' . $keyword . '%" )'; return $where; } add_filter( 'geodir_search_better_search_terms', '_gd_custom_single_character_search', 10, 3 );Thanks,
KiranAugust 7, 2018 at 8:03 am in reply to: Listings not going to draft and reminder emails not being sent #441498This reply has been marked as private.This reply has been marked as private.Hello,
This has been fixed.
Kiran
Hello,
Issue has been fixed, please check and let us know.
Thanks,
KiranThis reply has been marked as private.This reply has been marked as private.August 1, 2018 at 1:05 pm in reply to: Listings not going to draft and reminder emails not being sent #440772This reply has been marked as private.Hello,
You can achieve this by doing anyone of following:
1)
– Translate all CPT categories (ex: place categories) from CPT (ex: Places) > Categories
– Go to WPML > Translation Management > Translation Dashboard > Select CPT (ex: Place) from “All Types” filter > choose “translated to” > Click “Filter”
– Select listings > Tick “Duplicate content” > Click “Add selected content to translation basket”2)
– Export listings csv from GeoDirectory > Import/Export
– copy values from “post_id” column to “original_post_id” column
– set language code in “language” column (ex: if you want to translate it to french then set “fr”)
– blank all values for “post_id” column
– Import CSVLet us know.
Thanks,
KiranHello,
The status of the listing with recurring package only updated on IPN notification from payment gayeway site(ex: PayPal). It updates listing status at website when PayPal sends IPN notification about payment renewal / subscription cancel / subscription cycles completed.
It don’t sends renewal message for listing with recurring package until there is IPN notification from gateway.
Thanks,
KiranJuly 23, 2018 at 1:15 pm in reply to: Listings not going into draft status once expired and overdue. #439417Hello James,
At the website end we not able sure about payment received or not at PayPal UNTIL we receive any IPN notification from PayPal. So we can’t update listing status at website end until any IPN request from PayPal.
It updates listing status at website when PayPal sends IPN notification about payment renewal / subscription cancel / subscription cycles completed.
Thanks,
Kiran -
AuthorPosts