Title: Fresher's Replies | WordPress.org

---

# Fresher

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Password Recovery](https://wordpress.org/support/topic/password-recovery-10/)
 *  [Fresher](https://wordpress.org/support/users/fresher/)
 * (@fresher)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/password-recovery-10/#post-4580375)
 * Good. I thought it was happening due to the plugin but most likely it is in theme
   so take the backup of your theme and delete it now you tried to login might get
   back to your site.
 * Strictly advise before you do anything get a backup copy of your file or any,
   down the road it will help you a lot.
 * Thanks,
    vicky
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Choose from a list of users in the Admin area](https://wordpress.org/support/topic/choose-from-a-list-of-users-in-the-admin-area/)
 *  [Fresher](https://wordpress.org/support/users/fresher/)
 * (@fresher)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/choose-from-a-list-of-users-in-the-admin-area/#post-4580365)
 * Yes you can do this 🙂
 * create the custom field for each user profile to make it as radio button or text
   field by this you can fetch and show which user is featured author.
 *     ```
       function modify_contact_methods($profile_fields) {
   
       	// Add new fields
       	$profile_fields['twitter'] = 'Twitter Username';
   
       	return $profile_fields;
       }
       add_filter('user_contactmethods', 'modify_contact_methods');
       ```
   
 * retrieve the value as something like here
 *     ```
       $twitterHandle = get_the_author_meta('twitter');
       ```
   
 * For your reference
    [http://davidwalsh.name/add-profile-fields](http://davidwalsh.name/add-profile-fields)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [No sound on videos](https://wordpress.org/support/topic/no-sound-on-videos/)
 *  [Fresher](https://wordpress.org/support/users/fresher/)
 * (@fresher)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/no-sound-on-videos/#post-4579849)
 * Glad i could help 🙂
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [WordPress Admin panel slow after migration to faster server.](https://wordpress.org/support/topic/wordpress-admin-panel-slow-after-migration-to-faster-server/)
 *  [Fresher](https://wordpress.org/support/users/fresher/)
 * (@fresher)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/wordpress-admin-panel-slow-after-migration-to-faster-server/#post-4580360)
 * [http://wordpress.org/plugins/p3-profiler/](http://wordpress.org/plugins/p3-profiler/)
   You can use this plugin to find more info of what causing the problem on loading
   the dashboard.
 * Thanks,
    vicky
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Help me please](https://wordpress.org/support/topic/help-me-please-34/)
 *  [Fresher](https://wordpress.org/support/users/fresher/)
 * (@fresher)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/help-me-please-34/#post-4580348)
 * Ok that’s good. Answer my question
    I can’t imagine what you are looking for 
   but in my mind this how it arise 🙂
 * 1) Are you talking about top menu of the wordpress ?
 * 2) Are you using free theme or a purchased theme ?
 * 3) Are you using your own custom coded theme ?
 * 4) Did you already checked by deactivate all plugins ?
 * 5) Did you change the theme to twenty thirteen or twenty fourteen theme ?
    6)
   If it is the menu then check the Appearance -> Menu to check out the correct 
   path or not ?
 * Not sure which one is fit with you ?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Password Recovery](https://wordpress.org/support/topic/password-recovery-10/)
 *  [Fresher](https://wordpress.org/support/users/fresher/)
 * (@fresher)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/password-recovery-10/#post-4580341)
 * Using FTP Credentials or CPanel account rename the plugin folder to deactivate
   all plugins and try to recover the password by click forgot password link.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Help me please](https://wordpress.org/support/topic/help-me-please-34/)
 *  [Fresher](https://wordpress.org/support/users/fresher/)
 * (@fresher)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/help-me-please-34/#post-4580336)
 * Yes can you provide me a site link ?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [No sound on videos](https://wordpress.org/support/topic/no-sound-on-videos/)
 *  [Fresher](https://wordpress.org/support/users/fresher/)
 * (@fresher)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/no-sound-on-videos/#post-4579840)
 * See as long you can’t embeded different video format. You try to load the video
   as wmv extension and it is not supporting with modern browsers.
 * [http://www.w3schools.com/html/html5_video.asp](http://www.w3schools.com/html/html5_video.asp)
 * Take a look into the above link to find the info of supporting video format.
 * I would say try to upload your video in youtube or vimeo and link back to your
   video tag.
 * Hope it helps
 * Thanks,
    vicky
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Help me please](https://wordpress.org/support/topic/help-me-please-34/)
 *  [Fresher](https://wordpress.org/support/users/fresher/)
 * (@fresher)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/help-me-please-34/#post-4580328)
 * Can you give me more information on that by this we can help you as much as possible?
   Without detailed information we can’t able to help you.
 * As [@esmi](https://wordpress.org/support/users/esmi/) said provide more info 
   please.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [WordPress Admin panel slow after migration to faster server.](https://wordpress.org/support/topic/wordpress-admin-panel-slow-after-migration-to-faster-server/)
 *  [Fresher](https://wordpress.org/support/users/fresher/)
 * (@fresher)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/wordpress-admin-panel-slow-after-migration-to-faster-server/#post-4580322)
 * Take a look into the below link you get some idea
    [http://www.elegantthemes.com/blog/resources/dramatically-improve-your-wordpress-loading-speeds](http://www.elegantthemes.com/blog/resources/dramatically-improve-your-wordpress-loading-speeds)
   [http://www.sparringmind.com/speed-up-wordpress/](http://www.sparringmind.com/speed-up-wordpress/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[YOP Poll] How to show the result of poll in some other page](https://wordpress.org/support/topic/how-to-show-the-result-of-poll-in-some-other-page/)
 *  Thread Starter [Fresher](https://wordpress.org/support/users/fresher/)
 * (@fresher)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/how-to-show-the-result-of-poll-in-some-other-page/#post-4550381)
 * Thanks for your consideration and awesome response 🙂
 * Awaiting future updates. . .
 * Keep Going 🙂
 * Warm Regards,
    vicky

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