Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author totalsoft

    (@totalsoft)

    Hello Dear john5171.

    Thank you for contacting us and for reporting your problem.

    To solve your problem, please edit the index.php file of our plugin. Please find this code:

    echo $context;

    There, change and write like this

    if(current_user_can('manage_options'))
    {
    echo $context;
    }

    Thank You.

    Plugin Author totalsoft

    (@totalsoft)

    To solve Your problem, edit the Media.php file of our plugin. Please find this code:

    	if(!current_user_can('manage_options'))
    	{
    		die('Access Denied');
    	}

    Remove this code from the plugin.

    After these changes You will not have this problem.

    We are always glad to help You.

    Thank You.

    Thread Starter luc3283

    (@john5171)

    For now I just reverted to the previous version of the plugin.

    But will this be fixed in the next update?

    Thread Starter luc3283

    (@john5171)

    So in the most recent release, 1.2.3, is this issue solved?

    Plugin Author totalsoft

    (@totalsoft)

    Dear luc3283.

    Yes. We fixed this issue in version 1.2.3. You can freely do update.

    Thank You

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘After Sept 22 update – user cannot edit page/posts’ is closed to new replies.