Kiran
Forum Replies Created
-
AuthorPosts
-
Thanks for letting us know 🙂
Hi Chris,
Use this snippet code to create event via programmatically https://gist.github.com/kprajapatii/184c43f82222a0470457b0cc75d382e8
Kiran
Hi Tim,
Please check and let us know.
Thanks,
KiranI have updated patch on your site.
Please check after clearing your browser cache.
Thanks,
KiranThis reply has been marked as private.Hi lionel,
The home page is custimized via Thrive Architect. Thrive Architect has one option that strips the inline style from head section. So the custom style saved at GeoDirectory > Design > Scripts > CSS not reflected for the home page.
I have added following script in GeoDirectory > Design > Scripts > Footer script code and now h3 title looks fine.<style> .geodir_category_list_view li.geodir-gridview h3 { line-height: normal !important; } </style>Thanks,
KiranHello,
Provide us FTP details, we will apply the patch on your site to fix the problem.
Kiran
Hello,
The issue of linking business on mobile device has been fixed and it will be available in next release.
Thanks,
KiranHello,
post_images contains a comma separated images urls. Check this post https://wpgeodirectory.com/support/topic/posting-review-rest-api/#post-374259
Kiran
This reply has been marked as private.Hi Chris,
You can follow this post https://wpgeodirectory.com/support/topic/update-listing-location-via-wp-api/#post-332863
In that post explained how to create a place listing via REST API. You can use same endpoint to create event. You just have to use event field schema during sending the data to the server via API endpoint.
The field schema to create an event can be found at http://www.YOURSITE.com/wp-json/geodir/v1 under routes > /geodir/v1/events > endpoints > POSTSee more https://wpgeo.directory/rest-api/wp-json/geodir/v1
Kiran
Thanks for letting us know 🙂
Hi Justin,
It seems there is a problem with session on your site. Either session directory is not writable or it does not exists.
For temporary fix, i have added following lines in wo-config.php to disable use of PHP sessions within GD & Invoicing. Now problem has been disappeared.if ( !defined( 'GEODIR_USE_PHP_SESSIONS' ) ) { define( 'GEODIR_USE_PHP_SESSIONS', false ); } if ( !defined( 'WPINV_USE_PHP_SESSIONS' ) ) { define( 'WPINV_USE_PHP_SESSIONS', false ); }Let us know.
Thanks,
KiranThis reply has been marked as private.Hi Chris,
That function in plugin is executed via customized code. Try to image url http://www.wpgeodirectory.com/dummy_event/festival1.jpg and check if error occurred or not.
Above code it written for dummy event create. It will create event as a dummy.
You should copy function from admin_functions.php file that import post from csv and make changes in that function.Kiran
-
AuthorPosts