Title: zmalik's Replies | WordPress.org

---

# zmalik

  [  ](https://wordpress.org/support/users/zmalik/)

 *   [Profile](https://wordpress.org/support/users/zmalik/)
 *   [Topics Started](https://wordpress.org/support/users/zmalik/topics/)
 *   [Replies Created](https://wordpress.org/support/users/zmalik/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/zmalik/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/zmalik/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/zmalik/engagements/)
 *   [Favorites](https://wordpress.org/support/users/zmalik/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced TinyMCE Configuration] How do you add custom CSS classes](https://wordpress.org/support/topic/how-do-you-add-custom-css-classes/)
 *  [zmalik](https://wordpress.org/support/users/zmalik/)
 * (@zmalik)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/how-do-you-add-custom-css-classes/#post-4868384)
 * Bear with me the long story but it might help 🙂
 * For me style_formats were working by manually adding related code to my theme
   function file but I wanted tinymce cool features + custom format. Somehow I first
   tried tweaking the main plugin but it didn’t work. Settings got loaded properly
   as per tinymce instructions but they were not taking effect. Then I stumbled 
   upon this utility again the same. I was able to add style_formats via backend
   interface but still not effects. My format dropdown just loaded styles for editor_css.
   No custom defined styles!
 * At the very last moment i just noticed an option in main tinymce advance plugin“
   Load the CSS classes used in editor-style.css and replace the Formats button 
   and sub-menu.” And for me it was check ! Poor bad mistake but it really caused
   me to abandon this gr8 utility. It was straight forward my tinymce advance was
   intentionally not loading style_formats as defined. After disabling this option
   custom formats worked like a charm. It worked via all ways i-e Adding code in
   theme funtion.php , tweaking parent plugin init method or defining it via configuration
   plugin.
 * All hail for TINYMCE creators and TINYMCE WordPress Plugin developer 🙂

Viewing 1 replies (of 1 total)