Hi,
The theme panel is accessible only to admin level users. Other user roles cannot access the theme panel. You cannot have parts of the theme panel available to users. So if he is an admin he will have access to all the panel, including the ads section.
There are no options to modify this functionality, admins will always be allowed to the panel as a whole.
Thanks
Hi,
You could try something, but it involves modifying a theme file. This is where the theme panel sections are defined
– https://www.screencast.com/t/Xrg9SQgJ0QVk
If you were to comment all the other section and leave only the Ads section, like this
– https://www.screencast.com/t/uFlxNFGd
– https://www.screencast.com/t/nhkWHG7PC6
The result would be like this – https://www.screencast.com/t/yXjmFho6
Thanks
Hi,
Editors will not have access to the theme panel. That workaround is for admin level users. The theme uses the default WordPress user roles and capabilities
– https://codex.wordpress.org/Roles_and_Capabilities
This is where the condition is made in the theme regarding the theme panel
– https://www.screencast.com/t/JpVVhtUGOox
Thanks