• Resolved Vic Drover

    (@vdrover)


    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.

Viewing 3 replies - 1 through 3 (of 3 total)
  • 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.

    Thread Starter Vic Drover

    (@vdrover)

    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.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘TinyMCEComments toolbar buttons’ is closed to new replies.