So I double checked and we had removed our CSS file that TinyMCS uses, so I had to re-select it in the developer tab for the RTE property. Have you tried that?
Thanks for the reply. I just realised what the issue was - in my stylesheet I was missing a '.' in front of one of my styles, which apparently it didn't like. As soon as I changed it - it started working.
Fun fact: another one to watch out for in future is having a tag in your list that isn't in the TinyMCE config - this stops all formats. You also lost your formats when upgrading from an older version of 7.
TinyMce Style-sheet issue in 7.7.2
Hi Guys,
Has anyone else had issues with the Style-sheet that you create for the TinyMce not appearing in the Format Drop down in version 7.7.2?
It works perfectly fine for 7.6.X and below.
Is this a known issue or a mistake on my behalf?
Thanks
Jon
I think we are seeing a similar issue on 7.6.8...
The WYSIWYG formats are not visible, and clicking the dropdown has the following JS console error:
Empty string passed to getElementById()
Do you see this error also?
Thanks,
Karl
When I click on the formats menu in the editor I get the following console error:-
Uncaught TypeError: Cannot read property 'parentsRequired' of undefined
And thats in teh tinymce.min.js file
(I'm using 7.7.4)
So I double checked and we had removed our CSS file that TinyMCS uses, so I had to re-select it in the developer tab for the RTE property. Have you tried that?
Hi Karl,
Thanks for the reply. I just realised what the issue was - in my stylesheet I was missing a '.' in front of one of my styles, which apparently it didn't like. As soon as I changed it - it started working.
Thanks
Paul
Fun fact: another one to watch out for in future is having a tag in your list that isn't in the TinyMCE config - this stops all formats. You also lost your formats when upgrading from an older version of 7.
Fantastic - yes that works for me :)
is working on a reply...