Kiran
Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.December 19, 2018 at 8:45 am in reply to: Unable to add listings – no listing + no invoice created #459277
Hello,
I have added session path “/var/cpanel/php/sessions/ea-php71” in php.ini and it fixed issue.
1. Is the WPI AffiliateWP addon working for recurring affiliate revenue tracking also?
Yes, WPI AffiliateWP is working with each invoice payment received.
2. Do you have any discount code available as I am a valued geodirectory V.1 client for several years? (My Purchase intention is PDF Invoices and AffiliateWP Integration
Sorry, there is no discount code available. You should purchase full licence or for those addons.
Kiran
This reply has been marked as private.Hello Scott,
Try following code to access latitude & longitude on detail page.
global $gd_post; $latitude = $gd_post->latitude; $longitude = $gd_post->longitude;Kiran
Hello,
If you talking about plugin WP-API plugin then in WordPress 4.5 this no longer required. Because WordPress has moved WP-API to core with inbuilt feature.
To use API with GeoDirectory you have to use v2 in all api route, like https://www.YOURSITE.com/wp-json/geodir/v2/
Example: https://ppldb.com/v2/wp-json/geodir/v2/.
Make sure API settings enabled at GeoDirectory > Settings > API > Enable the REST API.
Kiran
Hello,
You are using Yoast SEO plugin and it overwrites GeoDirectory meta titles. Either disable “overwrite by Yoast SEO titles & metas on GD pages” from GeoDirectory > Settings > General > Title & Meta > Disable Yoast
OR use GD variable in archive page Yoast SEO metabox.Kiran
December 18, 2018 at 10:38 am in reply to: 500 Internal Server Error when attempting to delete Tags after Import #459122Hello,
Should I wait for the patch or is the above ini_set and Define all I need to add to production wp-config.php?
The patch will be in next release as well. But for variables included in wp-config.php, it depends on server performance. If it does not affect then you can remove.
Kiran
-
AuthorPosts