Support Forum

Use of Font Family and Font Size from TinyMCE Advanced

DN David Norman
David Norman
Member

Hi guys

I have now installed WP plugin TinyMCE Advanced (I previously just had TinyMCE) and would like to be able to use the Font Family and Font Size options in my SP forum posting editor. I believe I have all the settings correct in WP, SP and have followed the guide for the editor button layout as described here: http://www.theaaronloy.com/enable-font-size-menu-in-tinymce-wordpress-easy/

However, I don’t see these options in SP post editor. Are they supported? If so is there some special setup I have to follow? I couldn’t find any references in your support forum or codex.

Cheers,
David

5 Answers

New Answer

MP Mr Papa
Mr Papa
Member

yes, they are should be supported if standard tinymce plugins… but you will need to add them on forum – components – tinymce so they get loaded…  that plugin probably only loads them on the wp post admin page…

DN David Norman
David Norman
Member

Yeah, I have had a look at that plugin options and read the help file there. It doesn’t mention these options and am unsure how to add these specific short codes to the existing list.
Any advice would be appreciated.
TinyMCE.jpg

MP Mr Papa
Mr Papa
Member

try adding:

fontselect
fontsizeselect

to the toolbar 1 or 2 locations where you want them...  of course, appropriately use commas for the list...
DN David Norman
David Norman
Member

Yes, that worked perfectly. I could see the code wasn’t added to the SP plugin option screen but hadn’t read what to add for these particular items. Did you just have a guess at what they were, or did you find them somewhere I can refer to in future?

Thanks for your help. 🙂

MP Mr Papa
Mr Papa
Member

you are welcome…

I have access to a site that uses that plugin, so I just looked to see what buttons were added to the tinymce initialization code in the page source…