Title: Edit Single player
Last modified: August 21, 2016

---

# Edit Single player

 *  Resolved [manulazio](https://wordpress.org/support/users/manulazio/)
 * (@manulazio)
 * [12 years ago](https://wordpress.org/support/topic/edit-single-player/)
 * Hi, my site web is:
    [http://www.gazzettanba.it/players/kevin-durant/?format=pro](http://www.gazzettanba.it/players/kevin-durant/?format=pro)
 * I want to know how can I change the body text and why the upper right corner 
   there is the word “heat”?
 * thanks a lot
 * [https://wordpress.org/plugins/team-rosters/](https://wordpress.org/plugins/team-rosters/)

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

 *  Plugin Author [Mark O’Donnell](https://wordpress.org/support/users/markodonnell/)
 * (@markodonnell)
 * [12 years ago](https://wordpress.org/support/topic/edit-single-player/#post-4757323)
 * Hi manulazio,
    Thanks for writing. It appears to me that the “HEAT” in the upper
   right corner is only appearing on Kevin Durant and is supposed to be the Title
   for the Bio. It should be in the bio box. You can set the title for the Bio on
   the Display Settings page in the `Player Profile(Bio) Title` field. A number 
   of <p> tags with non-breaking white space( ) in them also appear. So I’m not 
   sure what’s going on in the database but you might try to delete Durant and re-
   enter him.
 * The body text (bio) is entered/editted in the big ‘content’ box when editing 
   each player.
 * Regards,
    -Mark
 *  Thread Starter [manulazio](https://wordpress.org/support/users/manulazio/)
 * (@manulazio)
 * [12 years ago](https://wordpress.org/support/topic/edit-single-player/#post-4757366)
 * Ok, but I also tried with jeff green ([http://www.gazzettanba.it/players/jeff-green/?format=pro](http://www.gazzettanba.it/players/jeff-green/?format=pro))
   
   and I have the same problem with the word “Heat”
 * please help me! 😉
 * thanks a lot
 *  Plugin Author [Mark O’Donnell](https://wordpress.org/support/users/markodonnell/)
 * (@markodonnell)
 * [12 years ago](https://wordpress.org/support/topic/edit-single-player/#post-4757431)
 * Hi manulazio,
    Sorry but I don’t know what to tell you. On your page I’m seeing:
 *     ```
       <div id="player-bio" >
       <h1 >Heat</h1>
       <p>&nbsp;</p>
       <p>&nbsp;</p>
       <p>&nbsp;</p>
       <p>&nbsp;</p>
       <p>&nbsp;</p>
       <p>&nbsp;</p>
       <p>&nbsp;</p>
       <p>&nbsp;</p>
       <p>&nbsp;</p>
       <p>&nbsp;</p>
       <p>&nbsp;</p>
       ```
   
 * On my dev site, I see:
 *     ```
       <div class="player-bio player-bio-cal-bears ">
       <h1>Player Bio</h1>
       ```
   
 * I’ve told you where the `Player Bio` text comes from, but I have no idea where
   all the empty paragraphs (`<p>&nbsp;</p>`) are coming from. You will notice that
   the class on the `<div>` is different in terms of classes too. What version are
   you running?
 * Did you try deleting and re-entering Durant?
 * -Mark
 *  Thread Starter [manulazio](https://wordpress.org/support/users/manulazio/)
 * (@manulazio)
 * [12 years ago](https://wordpress.org/support/topic/edit-single-player/#post-4757444)
 * I tried to deleting and re-entering Durant, but nothing happens!
 * In my page there is this:
 * <div id=”player-bio” >
    <h1 >Heat</h1> <p> </p> <p> </p> <p> </p> <p> </p> <p
   > </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p>
 * because otherwise the biography is attached to the photo. But now i have another
   problem: not seen the details of the players
 * Please Help me!
    I can give you the username and password of my website and thus
   resolve the problem?
 * thanks
 *  Plugin Author [Mark O’Donnell](https://wordpress.org/support/users/markodonnell/)
 * (@markodonnell)
 * [12 years ago](https://wordpress.org/support/topic/edit-single-player/#post-4757474)
 * Hi manulazio,
    That’s a bad idea. The bio is still attached to the photo, it’s
   just shifted down via the white space.
 * The page is broken. From what I can see, you have been experimenting with with
   the HTML, adding `style=""` rules to it, etc., and you’ve broken a few things.
   As one example, the height of your
 *     ```
       <header id="player-header" style="color:; background-color:; ">
       ```
   
 * element is zero. That’s not right, it should be about 164px (depending on your
   player photo height, etc.) Besides the extra `style=` rules, the header is not
   right. (BTW, using `style=` inline is generally considered bad coding practice
   anyway.) Also it should be something like:
 *     ```
       <div class="player-header player-header-team-slug">
       ```
   
 * That tells me you are not on the current version of the software. I don’t support
   older versions.
 * My best advise would be to delete the plugin you have and install the current
   version. Then clean up any nonsense like the white space above in the database.
   Then see where you are at.
 * If you would like me to log-in to your admin dashboard and help you fix all this,
   please contact me through shoalsummitsolutions.com.
 * Regards,
    -Mark
 *  Thread Starter [manulazio](https://wordpress.org/support/users/manulazio/)
 * (@manulazio)
 * [12 years ago](https://wordpress.org/support/topic/edit-single-player/#post-4757491)
 * Ok, so now i delete the plugin and install the current version 3.1.1 (this: [https://wordpress.org/plugins/team-rosters/](https://wordpress.org/plugins/team-rosters/))
 * not to lose the players can do the backup and then import them on the new plugin?
 * thanks
 *  Plugin Author [Mark O’Donnell](https://wordpress.org/support/users/markodonnell/)
 * (@markodonnell)
 * [12 years ago](https://wordpress.org/support/topic/edit-single-player/#post-4757502)
 * You can backup your WordPress database whenever you would like. Most shared hosting
   uses phpAdmin for this purpose. Check with your hosting provider. Help on this
   is beyond the scope of this forum.
 * BUT, uninstalling and re-installing the plugin should not change the player database.
   Some of the Display Settings may need to be adjusted, just depending on what 
   you’ve already set.
 * -Mark
 *  Plugin Author [Mark O’Donnell](https://wordpress.org/support/users/markodonnell/)
 * (@markodonnell)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/edit-single-player/#post-4757597)
 * Marked RESOLVED due to inactivity. If you have other issues, please open a new
   thread.

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

The topic ‘Edit Single player’ is closed to new replies.

 * ![](https://ps.w.org/team-rosters/assets/icon-128x128.png?rev=1087838)
 * [Team Rosters](https://wordpress.org/plugins/team-rosters/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/team-rosters/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/team-rosters/)
 * [Active Topics](https://wordpress.org/support/plugin/team-rosters/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/team-rosters/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/team-rosters/reviews/)

 * 8 replies
 * 2 participants
 * Last reply from: [Mark O’Donnell](https://wordpress.org/support/users/markodonnell/)
 * Last activity: [11 years, 10 months ago](https://wordpress.org/support/topic/edit-single-player/#post-4757597)
 * Status: resolved