Forum Replies Created
-
AuthorPosts
-
Syam MohanKeymaster
Hi Kyle,
Can you send me the other plugin? I’ll test it in my dev environment. If there is any special steps I need to take to reproduce this issue, please let me know that too.
Thanks
Syam
Syam MohanKeymasterHi Eric,
I’m not exactly sure how Gravity Forms work. Can you share a screenshot of menu editor, I just want to see the capabilities.
Its greyed out because the role doesn’t have the menu’s capability. But the menu is still accessible for the user, which doesn’t make sense, unless Gravity Forms changes the capabilities dynamically.
Thanks
Syam
Syam MohanKeymasterHi John,
Its in the list because its given in the documentation. But as you said, it probably can be listed as disabled. I’ll have to do more research on that.
Thanks
Syam
Syam MohanKeymasterHello,
Right now there is no option to remove it from the Admin bar. You can do “Hard Override” in menu editor, which will stop their access to the URL. Even though they will be able to click on the admin bar link, they will get an access denied message.
Thanks
Syam
Syam MohanKeymasterHi Karissa,
I’m not sure whether I understand it correctly. Can you share a screenshot?
Thanks
Syam
Syam MohanKeymasterHi John,
Its most probably because there is a firewall rule blocking your request. wpfront.com uses IP 45.55.110.212. Please ask your host to allow connection to this IP.
Thanks
Syam
Syam MohanKeymasterIf you are referring to ‘edit_comment’, it is a meta capability and doesn’t directly attach with the role object. If you can read the WordPress core documentation, you will get more information on this.
Thanks
Syam
Syam MohanKeymasterHi John,
Sorry for the late response. Which “list” are you referring to?
Thanks
Syam
Syam MohanKeymasterThis reply has been marked as private.Syam MohanKeymasterHi Jack,
Can you send me a backup of your DB?
Thanks
Syam
Syam MohanKeymasterHi Jack,
Try these
SELECT SQL_CALC_FOUND_ROWS wp_posts.ID FROM wp_posts WHERE 1=1 AND wp_posts.post_type = 'post' AND (wp_posts.post_status = 'publish' OR wp_posts.post_author = 11061 AND wp_posts.post_status = 'private') ORDER BY wp_posts.post_date DESC LIMIT 0, 15
SELECT post_id FROM wp_wpfront_ure_post_type_permissions WHERE role IN ('subscriber','fund_news_members','fund_seminar_members','seminar_basic','seminar_advanced','seminar_deals','seminar_practices','retirement_financial_members') AND enable_permissions = 1 AND has_read = 0 GROUP BY post_id HAVING COUNT(*) = 8
Thanks
Syam
Syam MohanKeymasterHi Joel,
I’m glad that you got it figured.
Thanks
Syam
Syam MohanKeymasterHi Kim,
Sorry, that functionality is not available yet. Its in my to do list.
If you are using WP4.2 or greater, you might be able to use the logout_redirect filter.
https://developer.wordpress.org/reference/hooks/logout_redirect/
Thanks
Syam
Syam MohanKeymasterSyam MohanKeymasterHi Joel,
Can you attach a screenshot of the error you are receiving? Also you should have an error logged against the 500 error you are receiving, can you paste that here too.
Thanks
Syam
-
AuthorPosts