• Resolved Bryan Willis

    (@codecandid)


    Hey pretty great plugin. You should include:
    https://www.tinymce.com/wiki.php/Plugin:nonbreaking

    or find a way to reopen the button editor after it’s already inserted.

    Whenever I create buttons for the visual editorI usually do something like this:

    <span class="button-holder">&nbsp;<a class="my-button">Button Text&nbsp;</a>&nbsp;</span>

    It’s very very ugly, but allows for additional words to be added after “Button Text” and before/after the entire button. Then you can filter out the entire span and the remaining space inside the button when it gets sent to the frontend…. or add white-space: nowrap so the button never spans across multiple methods.

    Both of my ways are pretty bad, but it’s nice being able to add to the button once it’s already inserted. I’m sure there are better ways that I’m unaware of.

    Anyway love the plugin regardless. Thanks.

    https://www.ads-software.com/plugins/forget-about-shortcode-buttons/

Viewing 16 replies (of 16 total)
Viewing 16 replies (of 16 total)
  • The topic ‘A couple suggestions…’ is closed to new replies.