• Resolved Srikanth Kamath

    (@tskamath)


    I love your Plugin, have been using it with SiteOrigin Themes and PageBuilder.. Perfect..

    I searched the forums and google could not get any info for “How to add elements to toolBar” example I am using Pods Plugin, Shortcode Ultimate and Meta Slider.. The Button that Show is “Add Media” and “Insert ShortCode” (from Ultimate Shortcode) but these do not show up “Add Slider” and “Pods Shortcode”

    If you could guide.. on how to get these buttons also, it would be great.

    https://www.ads-software.com/plugins/black-studio-tinymce-widget/

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

    (@marcochiesi)

    That happens because Meta Slider and Pods do not load their buttons on widgets.php and customize.php pages.

    Meta Slider uses the following code:

    if ( in_array( $pagenow, array( 'post.php', 'page.php', 'post-new.php', 'post-edit.php' ) ) ) {

    Pods uses the following:

    if ( !in_array( $current_page, array( 'post-new.php', 'post.php' ) ) )

    Unfortunately they have no filters to extend that array, so it’s not possible to add a compatibility fix on our side. The authors should change their code and add widgets.php and customize.php to the array, or provide a way to filter the array from external plugins.

    Please contact the developers of the plugins and request the above changes. You may refer this topic of course.

    I encountered a similar issue but with the Symple Shortcodes plugin. Normally, they have an icon in the toolbar section but when the Black Studio TinyMCE toolbar plugin is activated, the symple shortcodes button disappears and just reappears when I deactivate your plugin.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Black Studio TinyMCE Toolbar’ is closed to new replies.