v2.6 upgrade - wysiwyg isn't working

2 posts by 2 authors in: Forums > CMS Builder
Last Post: August 11, 2014   (RSS)

By degreesnorth - August 10, 2014

Hi

I have the latest version of cmsb installed, and the wysiwyg function isn't displaying the content correctly on the page.  I have cleared the cache/browsing history, reinstalled it several times.

It formats correct within wysiwyg viewer in the backend of cmsb, yet this formatting is not appearing on the website.

I have added this customised style to the wysiwyg.css

/* add classes here to have them appear in your 'styleselect' pulldown */

  
.body       {
    font: 13px 'Open Sans', Arial, sans-serif;
    line-height: 1.3em;
 margin: 0cm 2cm 0cm 0cm;
}
 
.bodysub{
    font: 16px 'Oswald', Arial, sans-serif;
    line-height: 21px;
    font-weight: 400;
    margin-bottom: 30px;
 color: #c76c0c;

}


.blockquote {
font-family: Georgia, serif;
font-size: 14px;
font-style: italic;
width: 85%px;
margin: 0.25em 0;
padding: 0.25em 40px;
line-height: 22px;
position: relative;
color: #c76c0c;
padding-bottom: 2em;

}

And I have added     theme_advanced_buttons1 : "styleselect,formatselect,fontsizeselect,bold,italic,underline,|,justifyleft,justifycenter,justifyright,|,bullist,numlist,|,outdent,indent,|,sub,sup,charmap,|,removeformat,fullscreen",

Can anyone suggest which might be going on?  I have attached what I am seeing in cmsb, and the .css and .php files.

Thanks in advance

Carole