Not sufficient permissions for editor role
-
Hi,
when using the editor role, WordPress is showing me an error message that the user does not have enough permissions to create or edit slideshows (while the editor role does have edit_posts capabilities). In my child theme, in the functions.php file, I added the below functions as described in one of the previous threads:
add_filter('slideshow_ck_capability', 'set_slideshow_ck_capability', 10, 1); function set_slideshow_ck_capability($cap) { $cap = 'edit_posts'; return $cap; }
This only enabled the Slideshow CK menu, I can see all available slideshows, however I can not edit them. I’m using Slideshow CK Pro 1.4 and Slideshow CK Pro Addon version 1.1.2.
Could you please suggest, what could be the issue?
Best regards
Viewing 12 replies - 1 through 12 (of 12 total)
Viewing 12 replies - 1 through 12 (of 12 total)
- The topic ‘Not sufficient permissions for editor role’ is closed to new replies.