Support » Plugin: Black Studio TinyMCE Widget » Conflict with TinyMCE Color Picker

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

    (@marcochiesi)

    The problem is caused by a z-index issue depending on WP. This has been fixed with a css workaround that will be included in the next plugin version, which will be released soon.

    In the meantime, you may fix it by adding the following to the file black-studio-tinymce-widget.css:

    .wp-customizer .mce-floatpanel.mce-popover {
    	z-index: 500000 !important;
    }

    Thread Starter camediator

    (@camediator)

    Another problem has arisen. I have been unable to attach a link to an image in the sidebar. The link works on my computer, but not on anyone else’s

    Thread Starter camediator

    (@camediator)

    I didn’t say, thank you for the first answer. Thank you.

    Thread Starter camediator

    (@camediator)

    Update: No links work that I put in with the widget.

    Plugin Author Marco Chiesi

    (@marcochiesi)

    Please could you give us more details about “No links work that I put in with the widget.”? Please describe the steps you to do to insert a link and the difference between the actual result and the expected one.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Conflict with TinyMCE Color Picker’ is closed to new replies.