Kiran
Forum Replies Created
-
AuthorPosts
-
Hi Tania,
I checked with choosing following packages on front-end add listing and as expected description field shows WITHOUT HTML editor. Following packages has HTML editor is disabled from settings.
– GRATIS
– BASICO LUGARES
– EMPRENDE LUGARESI checked with choosing following packages and as expected description field shows WITH HTML editor. Following packages has HTML editor is NOT disabled from settings.
– PRO LUGARES
– PREMIUM LUGARESDo you want HTML editor for description field for admin user even editor is disabled from package settings?
Let us know.
Regards,
KiranFebruary 20, 2020 at 6:04 am in reply to: The language of the country name in [gd_locations what="country"] #531339Hi Alexander,
This has been fixed and it will be in next release of Location Manager.
If you have access to files then you can apply patch to fix on your site.
– Open file WORDPRESS_ROOT\wp-content\plugins\geodir_location_manager\templates\loop\location-list.php
– Replace line no. 8foreach ($locations as $location) {
with
foreach ($locations as $location) { if ( ! empty( $location->country ) ) { $location->country = __( $location->country, 'geodirectory' ); }
– Save file
Let us know.
Thanks,
KiranThis reply has been marked as private.February 19, 2020 at 1:41 pm in reply to: Premiums Listing degrading to 'free' once the trial has expired #531195When subscription is cancelled from gateway, it sends notification to the website about cancelling subscription. On the site end it will trigger listing downgrade action.
To test cancel subscription just go to Gateway site and cancel subscription.
Kiran
Hi Vlad,
I just checked and done some debugging.
– Cleared permalinks
– Re-saved WPML settings
– Cleared cachenow search page is back again.
Kiran
February 19, 2020 at 1:14 pm in reply to: Facebook app status: should I tick App status On or Off? #531189Hello svara,
I checked Facebook APP setup and yet some permissions are not enabled. Go to APP Review > Permissions and Features > and submit request for manage_pages, publish_pages, user_events.
Regards,
KiranFebruary 19, 2020 at 12:36 pm in reply to: GeoDirectory Payment Manager UPDATE REQUIRED Concversion V1 >> V2 #531176Hello,
v1 to v2 conversion is done. Please check and let us know.
Kiran
February 19, 2020 at 11:31 am in reply to: How to translate Events Calendar Widget in Footer #531167Thanks for letting us know.
Kiran
February 19, 2020 at 6:35 am in reply to: V1 features coming to V2? (visitor location, search radius) #531130This reply has been marked as private.February 19, 2020 at 6:33 am in reply to: V1 features coming to V2? (visitor location, search radius) #531129We have already admin credentials. We need FTP credentials to apply patch and to check the issue mentioned in post #530370.
Thanks,
KiranFebruary 19, 2020 at 6:28 am in reply to: GeoDirectory Payment Manager UPDATE REQUIRED Concversion V1 >> V2 #531128This reply has been marked as private.Hi Nick,
To retrieve listings for specific user(s) use author parameter.
To retrieve listings for one user:
/wp-json/geodir/v2/places/?author=20To retrieve listings for more than one user:
/wp-json/geodir/v2/places/?author[]=20&author[]=25You can find allowed parameter to filter listings in listing endpoint.
Go to /wp-json/geodir/v2/ page > routes > /geodir/v2/places/ > Endpoints > 0 > args.Thanks,
KiranThis reply has been marked as private.February 19, 2020 at 5:34 am in reply to: GeoDirectory Payment Manager UPDATE REQUIRED Concversion V1 >> V2 #531117Hi Jan,
You are using Payment Manager v1.4.4 which is too older. Don’t upgrade Payment Manager directly from v1.4.4 to v2.5.x. You need to first update Payment Manager from v1.4.4 to v2.0.x and then v2.0.x to v2.5.x.
Please provide us a site running with v1 as it was early, i will do conversion from my side.
Backup of your site before i start conversion.
Regards,
KiranFebruary 18, 2020 at 1:52 pm in reply to: V1 features coming to V2? (visitor location, search radius) #530995This reply has been marked as private. -
AuthorPosts