Kiran
Forum Replies Created
-
AuthorPosts
-
Hello,
The issue is from WordPress side with csv file upload. See https://core.trac.wordpress.org/ticket/45615
I tested after updating the patch(https://core.trac.wordpress.org/attachment/ticket/45615/45615-2.diff) and seems it fixed issue.
Please check and let us know.
Thanks,
KiranHello,
This has been fixed and will be in next update. Here is patch: https://github.com/AyeCode/geodirectory/commit/c5ca2d2a72b06b1db8b76d609773d81716a98a73
Kiran
Hello Martin,
This has been fixed and it will be available in next release. You can update patch from here: https://github.com/AyeCode/geodirectory/commit/5e3ccef6c0438cfc8f3dc472e84f6e94efa80545 or wait for next update.
Kiran
This reply has been marked as private.Hello,
Please check now after clearing your browser cache.
Kiran
This reply has been marked as private.This reply has been marked as private.This has been fixed.
Please check and let us know.
Thanks,
KiranDecember 14, 2018 at 12:18 pm in reply to: WPGeodirectory-V2 Single Listing Details Not Displaying #458531Hello Rohit,
You are using Directory Starter v1.x, please update it to v2.x. Because v1.x is not compatible GeoDirectory v2.x.
Let us know how it goes.
Thanks,
KiranHello Ben,
Comments box has been removed, please check and let us know.
Kiran
December 14, 2018 at 10:11 am in reply to: Unable to add listings – no listing + no invoice created #458517This reply has been marked as private.This reply has been marked as private.Hello Alex,
Use following code snippet to open badge link in new window.
function gd_snippet_wp_footer() { ?> <script type="text/javascript"> try { jQuery(function($){ $('.geodir-widget-posts').find('.geodir-post-badge').each(function(){ $(this).find('.gd-badge-meta > a').attr('target', '_blank'); }); }); } catch(err) { console.log(err.message); } </script> <?php } add_action( 'wp_footer', 'gd_snippet_wp_footer', 9999 );Kiran
Hello Mark,
Thanks for providing FTP credentials. I have looked and found there is something that preventing file upload due to security reasons. Do you have any setting which have disabled csv file upload.
I have tried to upload same file on my test and it uploaded successfully without any error. So this is site specific problem.
Please see this for more info how to fix this: https://tribulant.com/blog/wordpress/how-to-fix-sorry-this-file-type-is-not-permitted-for-security-reasons/
Especially check Multi-Site Upload Files Setting as your site running with multisite feature.Kiran
Hello Ben,
Rating stored with comments. Currently there is no option to allow rating without comments.
Kiran
-
AuthorPosts