Forums

[resolved] TinyMCEComments toolbar buttons (4 posts)

  1. vdrover
    Member
    Posted 4 years ago #

    I've been using the Lorem Ipsum v1.2.7 theme for some time and it is great. You can see it on my blog whatisrugby.com.

    I have recently installed TinyMCEComments as a plugin, but there is a display error in Lorem Ipsum. The editor toolbar for the comments works, but none of the buttons display. Actually, all the buttons display as grey boxes, not the icons.

    I have switched to other themes and the toolbar buttons display just fine. I also deactiavted all the plugins I have and ruled out a plugin conflict.

    TinyMCE itself works fine for adding posts, just trying to solve this comments issue.

    Any help or direction appreciated.

  2. mk_is_here
    Member
    Posted 4 years ago #

    Hello.

    The button are not disabled, but just not rendered correctly. It is due to some CSS style on your theme, on line 275 of the style.css, where this line maybe applied to the comment box unintentionally. You could try commented it (and all pics will lose the border) or create a div to wrap the comment box and apply a different style to that div.

  3. vdrover
    Member
    Posted 4 years ago #

    Here are the offending attributes:

    div#content-article img, div#content-article img a {
    border: 1px solid #e0e0e0;
    margin: 5px 10px 5px 0;
    padding: 4px;
    text-decoration: none;
    background: #fff;
    }

    I removed it all and the tinymce buttons show up great on the comments section.

  4. skippern
    Member
    Posted 4 years ago #

    many thanks, I will try that tonight, hope that works.

Topic Closed

This topic has been closed to new replies.

About this Topic