Home Forums Weaver and Plugin Interaction Text box problems with TinyMCE and STB plugin

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #18095
    choirboy
    Participant

    hello, I am trying insert some text boxes with colored backgrounds. I used these 2 plugins but each on is not working properly.

    WIth TInyMCE- I can get the back color to grey but the red border color wont show, and on the iphone no colors show up.
    with STB nothing shows up, I cant even changes settings.
    How can I fix this and if not what are the best plugins for weaver to add in colored text boxes
    Thank you
    #23766
    scrambler
    Moderator

    It appears you only set the border color but not the border width or the border type. SO check the options of the plugins you are using and eventually ask the plugin developer how to use their tool.

    But it appears you are using a table to create your box, and this is a bad idea as table are not very responsive and will likely cause trouble on mobile.

    You can also just switch your content editor to text and use HTML like below

    <div style=”background-color:grey;border:2px solid red;”>Your content for the box </div>

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘ Weaver and Plugin Interaction’ is closed to new topics and replies.