abhijeetbhushan
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Product Reviews are not working for guest usersNo, your review is not showing.
Please check https://gist.github.com/abhijeetxieno/cb3a10cf0c20d5754036ae54f5439d59Forum: Plugins
In reply to: [WooCommerce] Product Reviews are not working for guest usersThank you for your response.
Reviews can only be left by “Verified Owners” is unchecked.
Though, I noticed that I am getting some 302 error when submitting the review. Please check screenshot: –
https://snipboard.io/8ekuho.jpg
Earlier, only the guest user was unable to submit the review but now logged in members is also unable to submit the review.Forum: Plugins
In reply to: [User Role Editor] Show other posts is not working well – IMPORTANT BUGOkay but the problem is still same.
A simple question: –Use role editor is a plugin which can allow user role to set the permission of create post, edit post, delete post, edit other’s posts, view other’s posts, delete other’s post, etc.
I have set the permission for a user role that the user can not edit other’s post, view other’s posts, delete other’s post and it is not working. It shows all the posts created by other users. It works only when there is any single post created by the user, only then he can see his own post only and not other’s post but when there is no post created by the user then he can see all the other post.I need a solution for this. It is a basic functionality of the plugin I guess and this should be working?
Forum: Plugins
In reply to: [User Role Editor] Show other posts is not working well – IMPORTANT BUGAlso if I get a pro version of user role editor and allow “Force custom post type to use their own capabilities” then it will applicable for custom fields?
Forum: Plugins
In reply to: [User Role Editor] Show other posts is not working well – IMPORTANT BUGIs it possible to give capabilities to custom field type using ACF.
When I create any custom field then it’s capabilities is “post” and due to this when I add any extra code in functions.php to hide all the posts created by any other author then it solves the problem of showing all the posts by default to a user with editing permission but then it also hides the custom field when I try to create or edit any custom post type.Forum: Plugins
In reply to: [User Role Editor] Show other posts is not working well – IMPORTANT BUGAddition: – I have created custom post type using the register_post_type in fucntions.php. Could there be something related to this?