Naveen Giri
Forum Replies Created
-
AuthorPosts
-
Hi Kai,
It seems different issue. please can you create a separate ticket for better record.
Thanks
This reply has been marked as private.Hi Rodney,
if you want to update field value for any place cpt post using api call.
you can do that with POST request to /wp-json/geodir/v2/places/< id > endpoint.check this doc
https://wpgeodirectory.com/docs-v2/api/posts/#update-endpointThanks
November 1, 2019 at 12:09 pm in reply to: Help retrieving email address and other data from imported listings #515568Hi Jim,
That means either you do not have facebook field or it is not active.
It seems country field is an active custom fields on your site.
so please try this$country = get_post_meta($post->ID,"geodir_country",true); var_dump($country);
you can check all fields here and you can load data for one which is active.
If still you face any issue. please share login and FTP details in private reply, so I can take a look.
Thanks
November 1, 2019 at 7:20 am in reply to: Getting error trying to create new listing from front end #515547Hi Trace,
Gd core and add-ons are not upto date on your site.
please update the plugins and check again.You should not have the error.
Thanks
Hi Sangita,
the issue on your site is related to file permission.
You don't have permission to access /wp-admin/admin-ajax.php on this server.
you will notice the issue is not just compared functionality but any functionality that using admin ajax (ex. like add new plugin) have same issue.
You can try below article or contact to your server support directly. they will sort it. as its on their end.
https://www.wpbeginner.com/beginners-guide/how-to-fix-file-and-folder-permissions-error-in-wordpress/Thanks
Hi Rachel,
please have a look. the page is reflecting changes now.
seems like transient cache related issue.Thanks
October 31, 2019 at 11:55 am in reply to: Getting error trying to create new listing from front end #515477Hi Trace,
Thanks for sharing the details.
please can you mention the steps to reproduce it.
right now I am accessing the frontend and backend, I haven’t seen the error.Hi Hui Ling Tan,
On search page you are using search filter twice in header and sidebar. it is the cause of datepicker issue.
please remove one at top. it seems you are not using it.\
please remove and check.Thanks
Thanks, I noticed the issue with category filter.
I will get back to you with update.Hi Steve,
Post image field support only image type.
you can try file upload fields for pdf.Thanks
Hi paattal,
I have noticed the issue. i will need to check database.
can you please send cpanel details.Thanks
October 30, 2019 at 6:19 am in reply to: Hacked? Are one of your staff creating listings "Quia recusandae Nis" #515309hi adriangraham,
Yes, I have created that test listing and removed it immediately.
I was testing the full price discount issue.
Sorry I missed this ticket.I haven’t done any code changes it seems cache issue. I have already mentioned what I have done and its fixed.
This reply has been marked as private. -
AuthorPosts