Popup content disappear and can not save
-
Hello,
I would like to give option for shop editors to make popups.
I used this article to enable the popup settings for shop managers: https://wppopups.com/docs/how-to-change-popup-settings-role-access/For admins everything works great but the problem are shop managers.
Those editors can not save a popup as the content disappears. Similar as in this post: https://www.ads-software.com/support/topic/text-formating-and-html-not-saving/
In my case the problem is the user role. I have this in functions.php file:
add_filter( 'wppopups/manage_capability', function(){ return 'manage_woocommerce';} );
Any thoughts? Thanks!
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Popup content disappear and can not save’ is closed to new replies.