Title: Dimitar's Replies | WordPress.org

---

# Dimitar

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin] Characters show as HTML code on frontend](https://wordpress.org/support/topic/characters-show-as-html-code-on-frontend/)
 *  [Dimitar](https://wordpress.org/support/users/imjustd/)
 * (@imjustd)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/characters-show-as-html-code-on-frontend/#post-9817501)
 * I’ve located the issue, you have to go to the plugin file `core/um-filters-field.
   php` and change the functions:
    - `um_profile_field_filter_hook__textarea`
    - `um_profile_field_filter_hook__description`
 * The line in both functions:
    `if ( isset( $data ) && isset( $data['html'] ) &&
   $data['html'] == 1 )`
 * should be changed to:
    `if ( isset( $data ) && isset( $data['html'] ) )`
 * It seems the issue is the `$data['html'] == 1` code. When I printed the value
   it was actually 0, not 1, although the user settings “Enable html support for
   user description” is set to ‘ON’ in Settings -> Appearance -> Profile.
 * By the way, the WordPress is installed on Windows Server, running on IIS.
 * Best,
    Dimitar
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Post Grid] Pagination not working in categories and tag pages](https://wordpress.org/support/topic/pagination-not-working-in-categories-and-tag-pages/)
 *  Thread Starter [Dimitar](https://wordpress.org/support/users/imjustd/)
 * (@imjustd)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/pagination-not-working-in-categories-and-tag-pages/#post-9640933)
 * Hi, I fixed it by disabling the pagination on the category pages, I didn’t want
   pagination on those pages anyway. Thanks for your help.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Checkout Field Manager (Checkout Manager) for WooCommerce] Not working with Woocommerce 2.3.2](https://wordpress.org/support/topic/not-working-with-woocommerce-232/)
 *  Thread Starter [Dimitar](https://wordpress.org/support/users/imjustd/)
 * (@imjustd)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/not-working-with-woocommerce-232/#post-5781129)
 * Glad I can help 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Checkout Field Manager (Checkout Manager) for WooCommerce] Not working with Woocommerce 2.3.2](https://wordpress.org/support/topic/not-working-with-woocommerce-232/)
 *  Thread Starter [Dimitar](https://wordpress.org/support/users/imjustd/)
 * (@imjustd)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/not-working-with-woocommerce-232/#post-5781109)
 * One solution is to disable the fields with code in functions.php. Follow this
   docs on how to do that [http://docs.woothemes.com/document/tutorial-customising-checkout-fields-using-actions-and-filters/](http://docs.woothemes.com/document/tutorial-customising-checkout-fields-using-actions-and-filters/)
 * Here’s an working example [http://www.wpmayor.com/how-to-remove-the-billing-details-from-woocommerce-checkout/](http://www.wpmayor.com/how-to-remove-the-billing-details-from-woocommerce-checkout/)

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