After installing this plugin, the Push to toggle features in the post editing screen quit working. Some of the other features would collapse and I was unable to re-open them.
After installing this plugin, the Push to toggle features in the post editing screen quit working. Some of the other features would collapse and I was unable to re-open them.
Here is the solution of this issue.
Comment below mention code in PlulzAdminClass.php line no. 91
public function register()
{
register_setting( $this->group, $this->name );
//wp_enqueue_script( 'dashboard' );
wp_enqueue_script( 'postbox' );
wp_enqueue_script( 'thickbox' );
}
if you resolve than reply with thanks.
You must log in to post.