Remove Bookly buttons in Content editor

Hi,

Just purchased the Bookly plugin. I see it adds multiple buttons in the WYSIWYG editor. How to remove them, because I only need the booking on 1 page in 1 content editor. Not needed to show those buttons on all editors.

Thanks in advanced.

Regards,
Roland

1

Comments

5 comments
Date Votes
  • Official comment

    Hello Ronald,

    Thank you for your message.

    Currently, such option is not supported. You can leave your request here: https://ideas.booking-wp-plugin.com/boards/feature-requests and if it gets enough votes, it might be implemented in the future release.

     

     

  • Hi,

    The buttons are added via code, so it's also possible to remove it via an action or another way.

    Please advise.

    Kind regards,
    Roland

    0
  • Hi Support,

    I would also like to disable/hide the buttons. Please make it optional to show or hide these buttons.

    1
  • Hi Support,

    Can this option still be done? On my editor they overlap all my other content 

    1
  • Hello,

    To fix the overlap issue on the WooCommerce product pages, please add the following CSS to your admin panel:

    #wp-content-media-buttons {
        flex-wrap: wrap;
    }

    If you want to remove the Bookly buttons from all editor pages, please add this CSS:

    .wp-editor-tools .bookly-media-button {
        display: none;
    }

    You can use any Custom CSS plugin to add this CSS to the WP admin panel.

    0

Please sign in to leave a comment.

Didn't find what you were looking for?

New post