Plugin Author
AOS
(@fandoment)
Thanks for reporting this.
Questions for you – is it consistent between browser? What OS?
I experienced it on a Mac running El Capitan 10.11.4 and on Chrome, but no problem on Safari. Please let me know your OS and browsers, and we’ll get on to fixing this. Thanks again.
Hi…
I first experienced it on a WIndows 8.1 IE 11 setup./
I also had the same results using Windows 10 and Chrome,
and Windows 7, IE 11
Thanks!
Plugin Author
AOS
(@fandoment)
We’re looking into it and will report back soon. Thank you.
Plugin Author
AOS
(@fandoment)
Our developer is about to release 1.1.12 with the fix for this. Please clear your cache, test, and report back. Thank you!
Plugin Author
AOS
(@fandoment)
I am marking this closed as it is testing as fixed.
Let fix it
please open file capabilities.php in writeshare then comment row 59 (return $_this->disallow();) or add new role in row 57 (‘subscriber’,’author’….)
That is done using the filter wpws_can_access_dashboard
Plugin Author
AOS
(@fandoment)
In functions.php of their theme. They have to add the code: add_filter( ‘wpws_can_access_dashboard’, function( $roles ) { $roles []= ‘subscriber’; return $roles; } );