Title: class=&#8221;caps&#8221;
Last modified: October 28, 2017

---

# class=”caps”

 *  Resolved [Li-An](https://wordpress.org/support/users/li-an/)
 * (@li-an)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/classcaps/)
 * Hello, I had to desactivate the plugin as it adds a span class=”caps” in different
   plugins rendering breaking the display.
 * Examples : in **All in one SEO**, a default title “WP Maintenance Switch” for
   a post (not customized) will render _span class=”caps”_ in the title (showing
   in the tab of the web browser).
 * In **WP Plugin Info Card by b\*web**, it will break the CSS rendering by adding
   the class “caps”.

Viewing 15 replies - 1 through 15 (of 21 total)

1 [2](https://wordpress.org/support/topic/classcaps/page/2/?output_format=md) [→](https://wordpress.org/support/topic/classcaps/page/2/?output_format=md)

 *  Plugin Author [pepe](https://wordpress.org/support/users/pputzer/)
 * (@pputzer)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/classcaps/#post-9629663)
 * Which version of wp-Typography have you been using? The underlying reason for
   the problem is [explained in the FAQ](https://wordpress.org/plugins/wp-typography/#faq)(“
   This plugin breaks post title links. What gives?”). Basically, some other plugin
   incorrectly assumes that `the_title` does not contain any HMTL, instead of using`
   the_title_attribute` or stripping the tags themselves.
 * While the proper solution is to fix those plugins, you can alleviate the problem
   by disabling adding _CSS Hooks_ in the settings of wp-Typography (the “Wrap XY
   with `<span class=...>`” checkboxes).
 *  Thread Starter [Li-An](https://wordpress.org/support/users/li-an/)
 * (@li-an)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/classcaps/#post-9629685)
 * OK, thanks for quick answer. I will take a look at the theme for the title problem
   and the eventual CSS problem in WP Plugin Info Card.
 *  Plugin Author [pepe](https://wordpress.org/support/users/pputzer/)
 * (@pputzer)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/classcaps/#post-9629695)
 * [@li-an](https://wordpress.org/support/users/li-an/), what exactly was the problem
   with WP Plugin Info Card?
 *  Thread Starter [Li-An](https://wordpress.org/support/users/li-an/)
 * (@li-an)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/classcaps/#post-9630352)
 * Take a look at this URL [https://www.echodesplugins.li-an.fr/plugins/wp-maintenance-switch/](https://www.echodesplugins.li-an.fr/plugins/wp-maintenance-switch/)(
   WP Typo is activated so you can check)
 * See a capture when WP Typo is not activated [https://framapic.org/N2YevvLCUT6U/93RLkHBO5P3Y.png](https://framapic.org/N2YevvLCUT6U/93RLkHBO5P3Y.png)
 * And when it’s activated [https://framapic.org/aVRmGhpIlwy6/8vonT4VhEqpI.png](https://framapic.org/aVRmGhpIlwy6/8vonT4VhEqpI.png)
 *  Plugin Author [pepe](https://wordpress.org/support/users/pputzer/)
 * (@pputzer)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/classcaps/#post-9630392)
 * The styles are not specific enough. `.wp-pic .wp-pic-bar a, .wp-pic .wp-pic-bar
   span` should be changed to `.wp-pic .wp-pic-bar > a, .wp-pic .wp-pic-bar > span`(
   and also the same selectors with pseudo-elements like `:before`) for additional
   specificity.
 *  Thread Starter [Li-An](https://wordpress.org/support/users/li-an/)
 * (@li-an)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/classcaps/#post-9630479)
 * So if I change the styles.css, would it work ? I found the problem in a widget
   too
 * See [https://framapic.org/pPQXe1c51FZP/yOpD2lOVXSVA.png](https://framapic.org/pPQXe1c51FZP/yOpD2lOVXSVA.png)(
   footer widget)
 *  Plugin Author [pepe](https://wordpress.org/support/users/pputzer/)
 * (@pputzer)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/classcaps/#post-9630571)
 * [@li-an](https://wordpress.org/support/users/li-an/): For WP Plugin Info Card,
   yes. The widget is a case of the problem discussed earlier (using `the_title`
   instead of `the_title_attribute` when the title is expected to not contain any
   HTML). These are separate issues.
 *  Thread Starter [Li-An](https://wordpress.org/support/users/li-an/)
 * (@li-an)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/classcaps/#post-9630593)
 * OK. It seems to be the old blogroll widget and I may have to find another solution.
    -  This reply was modified 8 years, 7 months ago by [Li-An](https://wordpress.org/support/users/li-an/).
 *  Plugin Author [pepe](https://wordpress.org/support/users/pputzer/)
 * (@pputzer)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/classcaps/#post-9630621)
 * Alternatively, you can disable the wrapping of acronyms.
 *  Thread Starter [Li-An](https://wordpress.org/support/users/li-an/)
 * (@li-an)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/classcaps/#post-9631128)
 * Howdy, another conflict with another plugin! [https://wordpress.org/plugins/code-snippets/](https://wordpress.org/plugins/code-snippets/).
   
   It breaks the rendering of the code lines. Well, I have to accept your plugin
   is not compatible with my use of WP 🙂
 *  Plugin Author [pepe](https://wordpress.org/support/users/pputzer/)
 * (@pputzer)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/classcaps/#post-9631160)
 * [@li-an](https://wordpress.org/support/users/li-an/), maybe I’m misreading this,
   but have you even looked at the FAQ and the available settings? wp-Typography
   is very customizable and there are ways to disable features that don’t work for
   your setup (like adding CSS classes to acronyms, numbers etc.) and to avoid processing
   certain elements, identified either by ID, class or tag name.
 * There may be situations where two plugins are simply incompatible without the
   cause being a bug in either of the plugins, but in my experience that is pretty
   rare. I’m willing to help your resolve apparent incompatibilities by determining
   the root cause (and fix it if it’s a bug in wp-Typography), but I need detailed
   description of the expected and actual behavior (with screenshots or access to
   a live site to look at HTML code and styles). Also, it would be best if we could
   talk about each separate issue in thread of its own.
 *  Thread Starter [Li-An](https://wordpress.org/support/users/li-an/)
 * (@li-an)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/classcaps/#post-9631202)
 * You are right. Sorry for the confusion and the time I stole to you for help. 
   But I have no time right now to work on this. It’s just easier not to use your
   plugin on this site 🙂
 *  Plugin Author [pepe](https://wordpress.org/support/users/pputzer/)
 * (@pputzer)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/classcaps/#post-9632992)
 * I am sorry to hear that, [@li-an](https://wordpress.org/support/users/li-an/).
   Disabling the CSS Hooks injection via the settings would not take more than a
   few seconds, though, and fix most of the problems you described above. (Not sure
   about the Code Snippets plugin, since you did not tell us any symptoms for that.)
    -  This reply was modified 8 years, 7 months ago by [pepe](https://wordpress.org/support/users/pputzer/).
 *  Thread Starter [Li-An](https://wordpress.org/support/users/li-an/)
 * (@li-an)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/classcaps/#post-9633099)
 * I activated your plugin to show you [https://www.echodesplugins.li-an.fr/code/supprimer-le-nom-des-taxonomies-dans-les-pages-darchives/](https://www.echodesplugins.li-an.fr/code/supprimer-le-nom-des-taxonomies-dans-les-pages-darchives/)
   
   I found the “caps” options 🙂
 *  Plugin Author [pepe](https://wordpress.org/support/users/pputzer/)
 * (@pputzer)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/classcaps/#post-9633146)
 * Is that a full view of the “Code Snippet” custom post type?

Viewing 15 replies - 1 through 15 (of 21 total)

1 [2](https://wordpress.org/support/topic/classcaps/page/2/?output_format=md) [→](https://wordpress.org/support/topic/classcaps/page/2/?output_format=md)

The topic ‘class=”caps”’ 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/)

 * 21 replies
 * 2 participants
 * Last reply from: [pepe](https://wordpress.org/support/users/pputzer/)
 * Last activity: [8 years, 7 months ago](https://wordpress.org/support/topic/classcaps/page/2/#post-9634679)
 * Status: resolved