• Resolved cimatti

    (@cimatti)


    After an update, we noticed that modal dialogs using thickbox stopped to work.

    At the moment it seems the only place in “plain” WordPress where thickbox is used is wp-admin/plugin-install.php , but other plugins may use it and stop to work.

    It seems also the parts where your plugin is using thickbox are not working.

    The incompatibility is due to incompatible css rules between the WordPress version and your version, with the result that the “TB_Window” has always the display:none style.

    I suggest you to avoid loading a library that is already included in WordPress, and use the WordPress version. If you really need a specific version of that library, or other scripts and css, you should include them only in the pages of your plugin, in order to reduce the risk of incompatibilities with other plugins

Viewing 1 replies (of 1 total)
  • Plugin Contributor helened

    (@helened)

    Thank you for your helpful suggestions.

    We have removed Thickbox from latest revision of Wassup available on GitHub (still in beta). If you would like to try this version, it is available here:
    github.com/michelem09/wassup

    • This reply was modified 7 years ago by helened. Reason: fixed typo
    • This reply was modified 7 years ago by helened. Reason: fixed link
Viewing 1 replies (of 1 total)
  • The topic ‘ThickBox included with the plugin conflicts with the one included in WordPress’ is closed to new replies.