Kiran
Forum Replies Created
-
AuthorPosts
-
July 4, 2019 at 4:31 am in reply to: Can I create a custom WP_Query using lat/lon and near radius? #496186
Hello Aleks,
There is not way at the moment to retrieve posts by using latitude & longitude via WP_Query. But we have already have a task to implement this via API.
Kiran
July 4, 2019 at 4:01 am in reply to: Latest update to GeoDirectory v2 causes intermittent 404s on site pages #496170This reply has been marked as private.Hello Braymi,
Actually it goes against WordPress’s coding standards.
text-domain must match the slug of the theme, that’s why we didn’t use “geodirectory” text-domain in Listimia theme.As i said in my reply at here #496010 there are two ways to fix it.
– Those strings should be translated via theme .po file if it uses theme textdomain
OR
– It should use geodirectory textdomain because in plugin those strings are already translated.But those strings are not in theme language file so i changed textdomain. After adding those strings to theme language file you can change back textdomain to listimia.
Kiran
July 3, 2019 at 2:13 pm in reply to: Search Page Assigned to a Page Built with Divi Locks Up Editor #496093This reply has been marked as private.This reply has been marked as private.Hello Fulvio,
Let us know where/how you want to show percentage ratings(if possible provide a screenshot)?
Kiran
Hello memorex13,
I checked and found the Facebook App is not connected. Please connect Facebook app at Admin > GeoDirectory > Settings > Social Importer > Facebook > Connect App.
Let us know how it goes so we can check more.
Kiran
Hello Patrick,
This has been fixed and it will be in next release. In next release it will allow to choose pro icons(for pro subscription) if pro option enabled.
Patch available here: https://github.com/AyeCode/geodirectory/commit/6b7a25f4e20d341c1abdbbba3da0d6c2e6378f22
Kiran
Hi Vivek,
You can use gd_post_meta shortcode for custom field image.
Example:
[gd_post_meta key="image_test" show="value" alignment="center" text_alignment="center"]This will display image when image_test has image to display otherwise it will show blank.
Let us know.
Kiran
July 3, 2019 at 7:30 am in reply to: Address autocomplete won't work on front end add listing form #496025This reply has been marked as private.Those strings are from GD BuddyPress plugin. Please translate strings within that plugin via file \plugins\geodir_buddypress\languages\geodir_buddypress-en_US.po
Kiran
July 3, 2019 at 6:51 am in reply to: Address autocomplete won't work on front end add listing form #496016Hello marmoset,
The issue has fixed.
There was wrong page assigned to GD Add Listing page at “Admin > GeoDirectory > Settings > General > Pages > Add listing page”. I have assigned “Add New Listing” page and now issue solved.
Regards,
KiranHello nathalie,
Translation issue has been fixed.
Strings mentioned in screenshot one is coming from theme “/wp-content/themes/YOUR-THEME/geodirectory/reviews.php” and it has used ‘listimia’ textdomain.
Those strings should be translated via theme .po file if it uses theme textdomain OR it should use geodirectory textdomain because in plugin those strings are already translated.To fix this i have changed textdomain listimia to geodirectory in file “/wp-content/themes/YOUR-THEME/geodirectory/reviews.php”, now those strings are translated.
Best Regards,
KiranHello Angela,
This has been fixed and it will be in next release.
Kiran
Hello Katie,
I checked and found something conflicts with popup request.
FTP credentials you provided are not working, please check.
Thanks,
Kiran -
AuthorPosts