Title: Span inserted as plain text
Last modified: August 21, 2016

---

# Span inserted as plain text

 *  Resolved [adelay](https://wordpress.org/support/users/bones7151/)
 * (@bones7151)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/span-inserted-as-plain-text/)
 * I have a site I’m working on and I selected your theme to use because I like 
   the look and design. I also have a calendar plugin that I’ve been using for a
   while now and when I switched over to your design, it looks like a span is being
   inserted as plain text into my calendar widget and I’m trying to figure out how
   to remove it.
 * My website is [http://www.gc-arpsc.org/](http://www.gc-arpsc.org/). You can see
   the problem in the calendar widget on the homepage. This is what’s being inserted
   but not closed. How do I remove this from being put in? “<span class=”raindrops_unique_id…”
 * Thanks for your help
 * Adam

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

 *  Theme Author [nobita](https://wordpress.org/support/users/nobita/)
 * (@nobita)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/span-inserted-as-plain-text/#post-4918059)
 * Hi adelay
 * Please change Raindrops setting
 * Dashboard / Raindrops Options /
 * Change Accessibility Settings value from yes to no.
 * Thank you.
 *  Thread Starter [adelay](https://wordpress.org/support/users/bones7151/)
 * (@bones7151)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/span-inserted-as-plain-text/#post-4918189)
 * Awesome. Thank you nobita!
 * Can you also help me figure out why the “<wbr>” is being put in the title of 
   one of my events? Currently display is showing as “2014<wbr>Skywarn <wbr>Training–…”
 * Thanks
 * Adam
 *  Theme Author [nobita](https://wordpress.org/support/users/nobita/)
 * (@nobita)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/span-inserted-as-plain-text/#post-4918194)
 * Remove wbr element from entry title.
 * Please add to functions.php first line( `<?php` before ) below code.( or child
   theme )
 *     ```
       <?php
       function raindrops_non_breaking_title( $title ) {
   
           return $title;
       }
       ?>
       ```
   
 * thank you.
 *  Thread Starter [adelay](https://wordpress.org/support/users/bones7151/)
 * (@bones7151)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/span-inserted-as-plain-text/#post-4918211)
 * nobita, once again…AWESOME!
 * Thank you for getting back with me so quickly. I really love the design and thank
   you for the quick help!
 * Adam
 *  Thread Starter [adelay](https://wordpress.org/support/users/bones7151/)
 * (@bones7151)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/span-inserted-as-plain-text/#post-4918212)
 * Thanks again!

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

The topic ‘Span inserted as plain text’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/raindrops/1.700/screenshot.png)
 * raindrops
 * [Support Threads](https://wordpress.org/support/theme/raindrops/)
 * [Active Topics](https://wordpress.org/support/theme/raindrops/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/raindrops/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/raindrops/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [adelay](https://wordpress.org/support/users/bones7151/)
 * Last activity: [11 years, 11 months ago](https://wordpress.org/support/topic/span-inserted-as-plain-text/#post-4918212)
 * Status: resolved