Title: Lost HTML code
Last modified: October 28, 2021

---

# Lost HTML code

 *  Resolved [thecreativeblock](https://wordpress.org/support/users/thecreativeblock/)
 * (@thecreativeblock)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/lost-html-code/)
 * We use the free version of Team Builder. We had html code in the small description
   for each team member (line breaks, phone number links, email links) and it worked
   fine. After recently updating to 1.5.8, all the html code disappeared. Not only
   is it not visible when the page is displayed, but the code is missing in the 
   back end. Do you no longer allow html in the description?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Flost-html-code%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  [lokeshkalosiya](https://wordpress.org/support/users/lokeshkalosiya/)
 * (@lokeshkalosiya)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/lost-html-code/#post-15017489)
 * Hi [@thecreativeblock](https://wordpress.org/support/users/thecreativeblock/)
 * Please follow the instruction below:
 * Step 1: Go to plugin > plugin editor in the top right corner select the team 
   builder from the “select plugin to edit” dropdown
 * Step 2: Then go to ink > admin > data-post > team-save-data.php
 * line no. 14
 * the replace this,
 * `$mb_desc = stripslashes(wp_kses_post($_POST['mb_desc'][$i]));`
 * by this,
 * `$mb_desc = stripslashes($_POST['mb_desc'][$i]);`
 * Step 3: Then go to the template and then the design you use go to their index.
   php file
 * line no. 82
 * And replace this,
 *     ```
       <?php if($mb_desc!="") { ?><p class="wpsm_team_2_b_desc"> <?php echo wp_kses_post($mb_desc); ?> </p> <?php } ?>
       by this,
       <?php if($mb_desc!="") { ?><p class="wpsm_team_2_b_desc"> <?php echo $mb_desc; ?> </p> <?php } ?>
       ```
   
 * if it works let us know
 * Thank you

Viewing 1 replies (of 1 total)

The topic ‘Lost HTML code’ is closed to new replies.

 * ![](https://ps.w.org/team-builder/assets/icon-128x128.png?rev=2503132)
 * [Team Builder - Team Member Showcase With Grid and slider, Compatible With Elementor, Gutenberg](https://wordpress.org/plugins/team-builder/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/team-builder/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/team-builder/)
 * [Active Topics](https://wordpress.org/support/plugin/team-builder/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/team-builder/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/team-builder/reviews/)

## Tags

 * [html](https://wordpress.org/support/topic-tag/html/)

 * 1 reply
 * 2 participants
 * Last reply from: [lokeshkalosiya](https://wordpress.org/support/users/lokeshkalosiya/)
 * Last activity: [4 years, 7 months ago](https://wordpress.org/support/topic/lost-html-code/#post-15017489)
 * Status: resolved