• Resolved Aliandro

    (@aliandro)


    When I delete a post or change its status, they are actually are not deleted or changed. Yet Wolf does not report any anomaly.

    Any idea why?

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Support mediawebster

    (@mediawebster)

    Hello

    What plugin version number are you using?

    Can you make a video with the issue?

    Thread Starter Aliandro

    (@aliandro)

    Here is it:
    https://app.screencast.com/zGbyLHTZHsHxO

    After deleting the post, I filter again without changing criteria and the post is listed again.

    I’m using Version 1.0.7.1 

    Plugin Support mediawebster

    (@mediawebster)

    Hello

    Try in file – wp-content\plugins\bulk-editor-free\ext\author_area\author_area.php – change code – https://share.pluginus.net/image/i20230605124759.png

    		if (!empty($this->user_roles)){
    			add_filter('wpbe_apply_query_filter_data', array($this, 'add_query'));
    
    			add_filter('wpbe_user_can_edit', array($this ,'user_can'), 10, 3);
    		}
    Thread Starter Aliandro

    (@aliandro)

    Thank you for helping.

    I applied the patch. Sometimes it works, sometimes not.
    I was not able to see on what conditions it does not work.

    Any other solution?

    Plugin Support mediawebster

    (@mediawebster)

    Hello

    Please clear all cache.

    what is the role of your user?

    Thread Starter Aliandro

    (@aliandro)

    I’m using admin role.

    Not sure if this helps, but I was able to characterize when this happens.

    I use the site once a day. I don’t logoff and in the next day the problem occurs. Then I logoff and login again and it works as expected.

    Something changes behind the scenes for 24 hours that causes this problem.

    It is a site in development, not open to the public and no other people are working on it. A low volume site.

    Plugin Support mediawebster

    (@mediawebster)

    Hello

    please write to the site of the author of this plugin – https://pluginus.net/support/forum/wpbe-wordpress-posts-bulk-editor-professional/

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Post not being deleted actually’ is closed to new replies.