Title: Class Name Change Problem
Last modified: March 7, 2018

---

# Class Name Change Problem

 *  Resolved [jhon258](https://wordpress.org/support/users/jhon258/)
 * (@jhon258)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/class-name-change-problem/)
 * My original class “ssb_whatsapp-icon” but this plugin changes my class to “simplesocial-
   whatsapp-share” after this change my theme break all style goes wrong how I solve
   this issue.
    -  This topic was modified 8 years, 2 months ago by [jhon258](https://wordpress.org/support/users/jhon258/).

Viewing 13 replies - 1 through 13 (of 13 total)

 *  Plugin Author [pepe](https://wordpress.org/support/users/pputzer/)
 * (@pputzer)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/class-name-change-problem/#post-10048316)
 * [@jhon258](https://wordpress.org/support/users/jhon258/): I think you have posted
   this to the wrong forum.
 *  Thread Starter [jhon258](https://wordpress.org/support/users/jhon258/)
 * (@jhon258)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/class-name-change-problem/#post-10048401)
 * Actually, I’m using “Simple Social Media Share Button” Plugin. My site works 
   correctly after installing “wp-Typography” its break share icons layout.
 *  Plugin Author [pepe](https://wordpress.org/support/users/pputzer/)
 * (@pputzer)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/class-name-change-problem/#post-10048425)
 * [@jhon258](https://wordpress.org/support/users/jhon258/): OK. The most likely
   reason is malformed HTML passed to wp-Typography that gets “corrected” by the
   parser in a way that breaks the layout. To test if that’s the case, please remove
   the checkmark in the “Parser Errors” setting. If the layout looks normal, then
   that’s the issue and it should be fixed in the other plugin.
 * There might be something else going on here, without looking hte generated code(
   and what it should look like normally), I can’t really tell. However, wp-Typography
   is not changing any class names, certainly not in the way described in the initial
   post (those might be in the wrong place, but they are generated by another plugin).
 *  Plugin Author [pepe](https://wordpress.org/support/users/pputzer/)
 * (@pputzer)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/class-name-change-problem/#post-10051941)
 * [@jhon258](https://wordpress.org/support/users/jhon258/): Have you tried my suggestions?
   Also, please provide a link to the page in question or snippets of the markup
   in question.
 *  [Sharaz Shahid](https://wordpress.org/support/users/sharaz/)
 * (@sharaz)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/class-name-change-problem/#post-10052212)
 * Thanks for seeing this same issue with me.This Plugin [https://wordpress.org/plugins/simple-social-buttons/](https://wordpress.org/plugins/simple-social-buttons/)
 * Original :
    [http://prntscr.com/iofu3l](http://prntscr.com/iofu3l) After Activate
   wp-Typography: [http://prntscr.com/iofquy](http://prntscr.com/iofquy)
    -  This reply was modified 8 years, 2 months ago by [Sharaz Shahid](https://wordpress.org/support/users/sharaz/).
    -  This reply was modified 8 years, 2 months ago by [Sharaz Shahid](https://wordpress.org/support/users/sharaz/).
 *  Plugin Author [pepe](https://wordpress.org/support/users/pputzer/)
 * (@pputzer)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/class-name-change-problem/#post-10052237)
 * [@sharaz](https://wordpress.org/support/users/sharaz/): Thank you. I’ll have 
   a look at it tonight. In the meantime, can you please try to uncheck the “Ignore
   Parser Errors” setting? It’s on the first page of the wp-Typography settings.
 *  [Sharaz Shahid](https://wordpress.org/support/users/sharaz/)
 * (@sharaz)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/class-name-change-problem/#post-10052253)
 * [@pputzer](https://wordpress.org/support/users/pputzer/) [http://prntscr.com/iofwo7](http://prntscr.com/iofwo7)
   
   [http://prntscr.com/iofx1x](http://prntscr.com/iofx1x) little better for this
   post [http://prntscr.com/iofxh0](http://prntscr.com/iofxh0)
 *  Plugin Author [pepe](https://wordpress.org/support/users/pputzer/)
 * (@pputzer)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/class-name-change-problem/#post-10052265)
 * [@sharaz](https://wordpress.org/support/users/sharaz/): Thanks. Can you provide
   a link for a live page? I’d like to look at the markup generated by the plugin(
   wp-Typography does not need to be active).
 *  [Sharaz Shahid](https://wordpress.org/support/users/sharaz/)
 * (@sharaz)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/class-name-change-problem/#post-10052270)
 * [@pputzer](https://wordpress.org/support/users/pputzer/) Site under the development
   you can use team theme to generate the issue.
    -  This reply was modified 8 years, 2 months ago by [Sharaz Shahid](https://wordpress.org/support/users/sharaz/).
 *  Plugin Author [pepe](https://wordpress.org/support/users/pputzer/)
 * (@pputzer)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/class-name-change-problem/#post-10052291)
 * [@sharaz](https://wordpress.org/support/users/sharaz/): Well, I can’t at the 
   moment. If you can provide the markup (as a snippet if not on a live site), I
   can provide a workaround now (instead of later).
 *  Plugin Author [pepe](https://wordpress.org/support/users/pputzer/)
 * (@pputzer)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/class-name-change-problem/#post-10054423)
 * [@sharaz](https://wordpress.org/support/users/sharaz/), [@jhon258](https://wordpress.org/support/users/jhon258/):
   It looks like my initial guess was correct: The markup generated by Simple Social
   Buttons is invalid (for some buttons), with [duplicate class attributes](https://plugins.trac.wordpress.org/browser/simple-social-buttons/trunk/simple-social-buttons.php#L725)
   etc. Since wp-Typography actually parses the HTML, it has to be valid (well-formed).
 * **This has to be [fixed in Simple Social Buttons](https://wordpress.org/support/topic/generates-invalid-markup/).**
 *  [Sharaz Shahid](https://wordpress.org/support/users/sharaz/)
 * (@sharaz)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/class-name-change-problem/#post-10055977)
 * [@pputzer](https://wordpress.org/support/users/pputzer/) Thanks for giving fast
   support.
 *  Thread Starter [jhon258](https://wordpress.org/support/users/jhon258/)
 * (@jhon258)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/class-name-change-problem/#post-10063670)
 * Hi [@sharaz](https://wordpress.org/support/users/sharaz/)
 * Please get this issue fixed in your plugin.
    Thank you [@pputzer](https://wordpress.org/support/users/pputzer/)
   for finding the issue.

Viewing 13 replies - 1 through 13 (of 13 total)

The topic ‘Class Name Change Problem’ is closed to new replies.

 * ![](https://ps.w.org/wp-typography/assets/icon.svg?rev=2663995)
 * [wp-Typography](https://wordpress.org/plugins/wp-typography/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-typography/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-typography/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-typography/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-typography/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-typography/reviews/)

 * 13 replies
 * 3 participants
 * Last reply from: [jhon258](https://wordpress.org/support/users/jhon258/)
 * Last activity: [8 years, 2 months ago](https://wordpress.org/support/topic/class-name-change-problem/#post-10063670)
 * Status: resolved