Kiran
Forum Replies Created
-
AuthorPosts
-
December 21, 2017 at 2:06 pm in reply to: GD Lists – Extend plugin functions? (List Manager) #410245
Hi Tim,
The add list page shows only reviewed listings same as how it working on Yelp. Showing all the listings on page may slower the page if there are thousands of pages.
In next release there will be support with UsersWP plugin. So on UsersWP profile page there will be a Lists tab when it only shows lists created by user.
It also lists the listings within the list when viewing the single list(see attachments).Thanks,
KiranHi Javier,
Sorry but there is no way to update card details for the past Stripe payments.
Kiran
Hi David,
I have looked into your site backend with use of admin credentials you provided here https://wpgeodirectory.com/support/topic/uk-counties-instead-of-region/#post-367790
You need to:
– Update WordPress v4.7.8 to recent v4.9.1 (because since WordPress v4.8 the the rest api included as in-built in WordPress core, so no longer required plugin “WP REST API”)
– Your site running with outdated plugins.Please update WP core and outdated plugins first.
After updates process completed install the GeoDirectory Rest API plugin https://github.com/GeoDirectory/geodir_api
Once you active plugin all the endpoints for the GeoDirectory data under http://dchtest.co.uk/wp-json/geodir/v1/
For more refer https://wpgeo.directory/rest-api/geodirectory-rest-api-endpoints/
Replace “https://wpgeo.directory/rest-api/” to “http://dchtest.co.uk/”
Let us know.
Thanks,
KiranHello Piyush,
Everything is working fine at insurance.guru as there also we don’t have consistent file owners.
Nearby search is working 100% correct.This is what we need to check at mehendi.gallery site. If search is working fine at insurance.guru and not at mehendi.gallery, it means on site mehendi.gallery there is something (plugin or theme) that causes conflict.
Are you using same non GeoDirectory plugins & theme at insurance.guru site? If not then find out plugins which are active at mehendi.gallery but not at insurance.guru and disable them one by one.
This will help us to reach closest to the excat cause for the search problem.Let us know 🙂
Thanks,
KiranThis reply has been marked as private.Hi Patrik,
Without customization, there is no way to force a listing to upload image. But you can add a default image per category or at GD > Design > Listings tab > Upload listing no image.
Thanks,
KiranHi Same,
Let us send your site url and admin credentials in private reply. We have to look into your site.
Thanks,
KiranDecember 20, 2017 at 5:57 am in reply to: Details Page Sidebar – not displaying correct info #410086Hi Ryan,
I checked other listings but on other listings there is no problem with address. It happening with only “TARGET CORP” listing.
Let us provide FTP credentials so we can look into there, to find what causing this problem.
thanks,
KiranThis reply has been marked as private.This reply has been marked as private.Thank you very much!
Merry Christmas and a Happy New Year too, from our GeoDirectory Team 🙂
Kiran
Hi Himadri,
Please check now, listings page shows full width without any mess up.
Kiran
Hello Himadri,
I have added code snippet in child theme geodir_geo-travel/functions.php, so now default avatar url will be as per settings from Settings > Discussion > Default Avatar.
When default avatar set manually via hook/filter there is an avatar url redirection. Check here more about avatar redirection: https://en.forums.wordpress.com/topic/what-are-iowpcom-and-i2wpcom
You can use following code snippet to use own avatar image.
function _gd_custom_get_avatar_url( $url, $id_or_email, $args ) { $url = 'http://mysite.com/images/my-avatar.png'; return $url; } add_filter( 'get_avatar_url', '_gd_custom_get_avatar_url', 10, 3 );Let us know.
Thanks,
KiranDecember 19, 2017 at 10:45 am in reply to: Allowed Catagorys not being removed when package is changed. #410001Hi Joseph,
Listing with recurring package only downgraded when it gets the request from gateway(i.e. PayPal) on subscription cancel or on all payment cycles completed.
That’s why all the recurring listings not expired and shows due date.Recurring listings can not be downgraded manually, recurring listings expiration only managed via gateway.
I have explained at here https://wpgeodirectory.com/support/topic/if-a-user-downgrades-to-a-free-package/#post-409497Non recurring listings are downgraded automatically on expiration and it manages number of categories based on package being downgraded to(i.e. Free).
Please try creating non recurring package and check how it goes on expiration.Let us know.
Thanks,
KiranDecember 19, 2017 at 9:36 am in reply to: ANNOUNCEMENT: Upcoming change to Yelp Fusion API Authentication – What to do? #409999Hello Alex,
The changes for the upcoming yelp fusion api authentication has been implemented and will be in next release.
Kiran
-
AuthorPosts