Sorry, having an issue with the template. When I’m in a Page, and try to insert snippet code in the Visual menu, I get a pop-up box saying “You Are Not Allowed To Be Here” and am not able to insert anything.
Looks like it is a user permissions issue. This is the code which is breaking –
if (!current_user_can('edit_pages') && !current_user_can('edit_posts'))
wp_die(__("You are not allowed to be here", 'mo_theme'));
You can create a new user with admin rights and check if the issue is reproducible. If you need my help, pls provide a temp wordpress login to debug this issue. Thanks
Author
Posts
Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Extinct Theme Support’ is closed to new topics and replies.