Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi,
    Let me know, How many User you have created.
    Actually you and other User which is create by you are working simultaneously, So don’t panic.

    Thread Starter n0ldor

    (@n0ldor)

    Hi, yes I know there are other user editing, but the problem with the plugin is that it changes the modal “take control”. The first capture for the second.

    Hi,
    Follow below steps
    1) Go to Accordian Plugin Directory.
    2) Now Open lib Folder, Go into installation folder
    3) Open installation.php File

    At Line No 23 you will find below code
    add_action(‘media_buttons_context’, ‘wpsm_ac_editor_popup_content_button’);
    add_action(‘admin_footer’, ‘wpsm_ac_editor_popup_content’);

    Replace above code with these code
    //add_action(‘media_buttons_context’, ‘wpsm_ac_editor_popup_content_button’);
    //add_action(‘admin_footer’, ‘wpsm_ac_editor_popup_content’);

    Save The file.

    Thanks
    Dikshita

    Thread Starter n0ldor

    (@n0ldor)

    Thanks a lot, works perfectly.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘When I activate the plugin it disables me “take possession”’ is closed to new replies.