Title: flytrapcare.com's Replies | WordPress.org

---

# flytrapcare.com

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TablePress - Tables in WordPress made easy] Pagination not working](https://wordpress.org/support/topic/pagination-not-working-148/)
 *  Thread Starter [flytrapcare.com](https://wordpress.org/support/users/flytrapcarecom/)
 * (@flytrapcarecom)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/pagination-not-working-148/#post-11321740)
 * Thanks so much, Tobias!! That was an easy fix after all. Somehow the php-curl
   extension wasn’t enabled (per the errors printed). I enabled it and now the table
   pagination works again.
 * Best regards,
    Matt
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Customizr] Long menu on iPhone & background](https://wordpress.org/support/topic/long-menu-on-iphone-background/)
 *  [flytrapcare.com](https://wordpress.org/support/users/flytrapcarecom/)
 * (@flytrapcarecom)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/long-menu-on-iphone-background/#post-7358843)
 * Turned out it was the inclusion of the bootstrap.js by Calendarize It plugin 
   that was causing the issue. I simply commented out the line where it was being
   included and now the menu works as expected. I’m guessing that the bootstrap.
   js is already used with the Customizr theme and thus including it twice causes
   some sort of conflict.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Customizr] Long menu on iPhone & background](https://wordpress.org/support/topic/long-menu-on-iphone-background/)
 *  [flytrapcare.com](https://wordpress.org/support/users/flytrapcarecom/)
 * (@flytrapcarecom)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/long-menu-on-iphone-background/#post-7358842)
 * I had read somewhere that this error was normally caused by plugins so I went
   through and disabled each one, one-by-one, until I found the culprit. For me 
   it was the Calendarize It plugin. Going to try to figure out how to fix it now.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Customizr] Long menu on iPhone & background](https://wordpress.org/support/topic/long-menu-on-iphone-background/)
 *  [flytrapcare.com](https://wordpress.org/support/users/flytrapcarecom/)
 * (@flytrapcarecom)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/long-menu-on-iphone-background/#post-7358841)
 * Was this ever resolved? I’m experiencing the same issue here:
    [http://www.swimoregon.org](http://www.swimoregon.org)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Nirvana] How to include full HTML5 in TEXT AREAS on the front page?](https://wordpress.org/support/topic/how-to-include-full-html5-in-text-areas-on-the-front-page/)
 *  Thread Starter [flytrapcare.com](https://wordpress.org/support/users/flytrapcarecom/)
 * (@flytrapcarecom)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/how-to-include-full-html5-in-text-areas-on-the-front-page/#post-5748233)
 * It took me a few hours, but I finally figured out how and where the HTML parsing
   is happening and was able to prevent it from being done.
 * For anyone else looking for this, it is being done in this file:
    /wp-content/
   themes/nirvana/admin/sanitize.php
 * In the function:
    `function nirvana_settings_validate($input)`
 * look for the switch statement and locate:
    `case (preg_match("/.*(copyright|excerpt
   |customcss|customjs|slidertext|columntext|fronttext).*/i",trim($name)) ? $name:!
   $name): // long content fields`
 * I added another case just for the fronttext fields to prevent them from being
   run through the wp_kses_post function:
    `case (preg_match("/.*(fronttext).*/i",
   trim($name)) ? $name: !$name): // Leave front-text fields as is -- Matt 2-4-2015`

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