Title: honobonoderek's Replies | WordPress.org

---

# honobonoderek

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

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

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Spacious] v1.1.9 Slider description (entry-content) ignores html tags](https://wordpress.org/support/topic/v119-slider-description-entry-content-ignores-html-tags/)
 *  Thread Starter [honobonoderek](https://wordpress.org/support/users/honobonoderek/)
 * (@honobonoderek)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/v119-slider-description-entry-content-ignores-html-tags/#post-5536323)
 * I managed to fix the issue myself, and confirmed it works on v1.2 as well.
    For
   those interested in the fix:
 * In header-functions.php, search for the class ‘entry-content’ and replace the
   following between the <p> tags:
    <?php echo esc_textarea( $spacious_slider_text);?
   > with <?php echo $spacious_slider_text; ?>

Viewing 1 replies (of 1 total)