TinyMCE display issues - not really WYSIWYG
TinyMCE display issues - not really WYSIWYG
Hi, I have a fresh installation of CMS 1.7.1 but I'm really losing sleep over trying to get TinyMCE to work. The WYSIWYG editor does not display format changes.
For example,
- I set text to Heading 1 from the paragraph drop-down, I don't see the changes made in the text area.
- I switch to HTML view and I see the ... tags
- I apply the changes but when I view the site, the text is not formatted as Heading 1 - even though the HTML tag says it's supposed to be.
Solutions tried with no success:
- I've already modified file attributes to 755 for the modules folder and all its sub-folders and files
- I've tried to reset all setting under Advanced Settings
- I've tried using static config.
Driving me nuts. Someone please help.
Thanks.
Andrew
For example,
- I set text to Heading 1 from the paragraph drop-down, I don't see the changes made in the text area.
- I switch to HTML view and I see the ... tags
- I apply the changes but when I view the site, the text is not formatted as Heading 1 - even though the HTML tag says it's supposed to be.
Solutions tried with no success:
- I've already modified file attributes to 755 for the modules folder and all its sub-folders and files
- I've tried to reset all setting under Advanced Settings
- I've tried using static config.
Driving me nuts. Someone please help.
Thanks.
Andrew
Last edited by eenewbie on Fri Jun 11, 2010 1:56 am, edited 1 time in total.
Re: TinyMCE display issues - not really WYSIWYG
Replicate in a subfolder installation or XAMPP. Screenshot. Link.
Re: TinyMCE display issues - not really WYSIWYG
Could you pls be more specific? I have CMSMS hosted on JustHost and am not familiar with Apache technologies. My host uses CPanel. Any help is appreciated. Thanks.
Last edited by eenewbie on Fri Jun 11, 2010 2:13 am, edited 1 time in total.
Re: TinyMCE display issues - not really WYSIWYG
You can PM me login info and I can take a look. But the standard way to see if it's just you (or just your hosting) that's acting up is to install a second copy of CMSMS in a subfolder on your server, or install it on your computer.
Re: TinyMCE display issues - not really WYSIWYG
Sent you a PM. Thanks.
Re: TinyMCE display issues - not really WYSIWYG
Discovered a few more things:
- character formatting e.g. bold, italic works
- paragraph formatting e.g. headings don't work
When I turn the WYSIWYG toggle button off and on, while the page is loading, formatting displays correctly in the text area but once the page fully loads, formatting returns to basic format.
Weird as!
- character formatting e.g. bold, italic works
- paragraph formatting e.g. headings don't work
When I turn the WYSIWYG toggle button off and on, while the page is loading, formatting displays correctly in the text area but once the page fully loads, formatting returns to basic format.
Weird as!
Re: TinyMCE display issues - not really WYSIWYG
The link that you have sent me is not working... Looks like you are making changes. PM me when you are done.
Re: TinyMCE display issues - not really WYSIWYG
CSS stylesheets determine how things like h1 will be displayed. Install all default templates and stylesheets and go from there.
Re: TinyMCE display issues - not really WYSIWYG
Reinstalled with default templates and stylesheets.
Same problems as before
Same problems as before

Re: TinyMCE display issues - not really WYSIWYG
Tried that - still the same. I'm not even seeing changes in formatting within the text area of TinyCME 

Re: TinyMCE display issues - not really WYSIWYG
What template do you use?
In some default templates h1 is shown like plain text.
Only h1 with class title will be shown as heading.
So this might be a CSS issue.
You just need to adapt your CSS to show h1 elements in that way you want it.
In some default templates h1 is shown like plain text.
Only h1 with class title will be shown as heading.
So this might be a CSS issue.
You just need to adapt your CSS to show h1 elements in that way you want it.