Title: epicdevspace's Replies - page 10 | WordPress.org

---

# epicdevspace

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 136 through 150 (of 188 total)

[←](https://wordpress.org/support/users/epicdevspace/replies/page/9/?output_format=md)
[1](https://wordpress.org/support/users/epicdevspace/replies/?output_format=md) 
[2](https://wordpress.org/support/users/epicdevspace/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/epicdevspace/replies/page/3/?output_format=md)…
[9](https://wordpress.org/support/users/epicdevspace/replies/page/9/?output_format=md)
10 [11](https://wordpress.org/support/users/epicdevspace/replies/page/11/?output_format=md)
[12](https://wordpress.org/support/users/epicdevspace/replies/page/12/?output_format=md)
[13](https://wordpress.org/support/users/epicdevspace/replies/page/13/?output_format=md)
[→](https://wordpress.org/support/users/epicdevspace/replies/page/11/?output_format=md)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Back Button in Pages](https://wordpress.org/support/topic/back-button-in-pages/)
 *  [epicdevspace](https://wordpress.org/support/users/epicdevspace/)
 * (@epicdevspace)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/back-button-in-pages/#post-7409432)
 * The process is outlined [in detail here with great examples](https://codex.wordpress.org/Next_and_Previous_Links)
 * There is no way around modifying your files. Backup your site before attempting
   any changes.
 * All the best!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Back Button in Pages](https://wordpress.org/support/topic/back-button-in-pages/)
 *  [epicdevspace](https://wordpress.org/support/users/epicdevspace/)
 * (@epicdevspace)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/back-button-in-pages/#post-7409418)
 * Hi there
 * solution: [https://codex.wordpress.org/Next_and_Previous_Links](https://codex.wordpress.org/Next_and_Previous_Links)
 * You can add the previous link (name it ‘go back’ if you wish) and follow the 
   detailed instructions to integrate the solutions for pages and posts.
 * All the best!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to change the upload directory of uploaded files?](https://wordpress.org/support/topic/how-to-change-the-upload-directory-of-uploaded-files/)
 *  [epicdevspace](https://wordpress.org/support/users/epicdevspace/)
 * (@epicdevspace)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/how-to-change-the-upload-directory-of-uploaded-files/#post-7409981)
 * Hi
 * Try something like
 *     ```
       global $current_user;
       get_currentuserinfo();
   
       $upload_dir = wp_upload_dir();
       $user_dirname = $upload_dir['basedir'].'/'.$current_user->user_login;
       if ( ! file_exists( $user_dirname ) ) {
           wp_mkdir_p( $user_dirname );
       }
       ```
   
 * [Source](https://developer.wordpress.org/reference/functions/wp_upload_dir/)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Can't Save Updated Text in Footer Widgets](https://wordpress.org/support/topic/cant-save-updated-text-in-footer-widgets/)
 *  [epicdevspace](https://wordpress.org/support/users/epicdevspace/)
 * (@epicdevspace)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/cant-save-updated-text-in-footer-widgets/#post-7410913)
 * Hi
 * You can try to deactivate your plugins then return to the widgets and see if 
   your save button is clickable.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Problems don't know where to start](https://wordpress.org/support/topic/problems-dont-know-where-to-start/)
 *  [epicdevspace](https://wordpress.org/support/users/epicdevspace/)
 * (@epicdevspace)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/problems-dont-know-where-to-start/#post-7410911)
 * Hi
 * The problem is due to a few options either not being defined / theme errors (
   coding)
 * The theme authors need to step in and help with this as it’s difficult to bug
   fix when I have no personal experience with this particular theme / access to
   it.
 * Alternatively you can hire a freelancer to assist you.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [user page](https://wordpress.org/support/topic/user-page-2/)
 *  [epicdevspace](https://wordpress.org/support/users/epicdevspace/)
 * (@epicdevspace)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/user-page-2/#post-7410905)
 * Hi
 * This is the WordPress forum 😀
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Problems don't know where to start](https://wordpress.org/support/topic/problems-dont-know-where-to-start/)
 *  [epicdevspace](https://wordpress.org/support/users/epicdevspace/)
 * (@epicdevspace)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/problems-dont-know-where-to-start/#post-7410869)
 * Hi Mike
 * Where do you usually set the logo size ? Is there a theme options panel ?
 * Are those options set?
 * This is messy code.
 *   Forum: [Localhost Installs](https://wordpress.org/support/forum/localhost-installs/)
   
   In reply to: [help](https://wordpress.org/support/topic/help-710/)
 *  [epicdevspace](https://wordpress.org/support/users/epicdevspace/)
 * (@epicdevspace)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/help-710/#post-7410864)
 * Hi
 * Did you install WordPress?
 * Did you install your Theme via the WordPress dashboard?
 * Please provide a detailed explanation of what you’ve tried and what you want 
   to achieve.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [White screen when viewing website](https://wordpress.org/support/topic/white-screen-when-viewing-website/)
 *  [epicdevspace](https://wordpress.org/support/users/epicdevspace/)
 * (@epicdevspace)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/white-screen-when-viewing-website/#post-7408946)
 * Hi
 * Check via ftp and ensure that all your files are where they should be.
 * Then download and open up .htaccess with notepad.
 * Please post the content of the .htaccess (provided it doesn’t contain sensitive
   info)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [My webmaster left irresponsibly, I need the access How?](https://wordpress.org/support/topic/my-webmaster-left-irresponsibly-i-need-the-access-how/)
 *  [epicdevspace](https://wordpress.org/support/users/epicdevspace/)
 * (@epicdevspace)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/my-webmaster-left-irresponsibly-i-need-the-access-how/#post-7408944)
 * Hi
 * Do you have hosting control panel details?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Moving WordPress from subdomain to main domain](https://wordpress.org/support/topic/moving-wordpress-from-subdomain-to-main-domain-1/)
 *  [epicdevspace](https://wordpress.org/support/users/epicdevspace/)
 * (@epicdevspace)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/moving-wordpress-from-subdomain-to-main-domain-1/#post-7400042)
 * Hi
 * You should have an export settings option on themes that work this way.
 * You question contained no reference to the theme you are using / request for 
   advice when dealing with themes such as these.
 * Be precise the next time you need advice to avoid this ‘trap’ in the future 🙂
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Moving WordPress from subdomain to main domain](https://wordpress.org/support/topic/moving-wordpress-from-subdomain-to-main-domain-1/)
 *  [epicdevspace](https://wordpress.org/support/users/epicdevspace/)
 * (@epicdevspace)
 * [9 years, 12 months ago](https://wordpress.org/support/topic/moving-wordpress-from-subdomain-to-main-domain-1/#post-7400009)
 * Hi
 * I use notepad++ to find and replace
 * I usually handle it by searching for all instances of mydomain.com/wordpress
   
   and I replace with mydomain.com
 * I leave out the [http://www](http://www). in my find/replace as some links may/
   may not have identical structure so find / replace the parts you know will be
   present in every instance to make the process even more hassle free.
 * Then I save as a new file and proceed to deleting the old SQL and importing the
   new SQL via the PHPMyAdmin tool
 * It’s up to you to choose a method you’re comfortable with. For me, this is by
   far the easiest way.
 * All the best!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [wp default email from wordpress@domain.com](https://wordpress.org/support/topic/wp-default-email-from-wordpressdomaincom/)
 *  [epicdevspace](https://wordpress.org/support/users/epicdevspace/)
 * (@epicdevspace)
 * [9 years, 12 months ago](https://wordpress.org/support/topic/wp-default-email-from-wordpressdomaincom/#post-7399970)
 * Hi
 * Give [WP Change Default Email](https://wordpress.org/plugins/wp-change-default-email/)
   a try.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Moving WordPress from subdomain to main domain](https://wordpress.org/support/topic/moving-wordpress-from-subdomain-to-main-domain-1/)
 *  [epicdevspace](https://wordpress.org/support/users/epicdevspace/)
 * (@epicdevspace)
 * [9 years, 12 months ago](https://wordpress.org/support/topic/moving-wordpress-from-subdomain-to-main-domain-1/#post-7399969)
 * Hi
 * First step : edit your site url and wp url in your wp-admin->Settings
 * Second step : Export your SQL (backup first) , then find and replace urls so 
   that the /wordpress/ is removed from any possible links / images etc. Delete 
   your old SQL and Import your newly edited SQL.
 * Final step:
    I usually use Filezilla and backup the public_html directory before
   attempting the move.
 * You can then delete the main site contents and navigate to WordPress directory,
   select all and drag & drop those files into the public_html folder. So no downloads/
   uploads necessary.
 * You can also do this with the CPanel file manager etc. using the ‘move’ option
   after selecting all files in the /wordpress/ folder.
 * Hope this helps , all the best!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Username and email address not recognised](https://wordpress.org/support/topic/username-and-email-address-not-recognised-1/)
 *  [epicdevspace](https://wordpress.org/support/users/epicdevspace/)
 * (@epicdevspace)
 * [9 years, 12 months ago](https://wordpress.org/support/topic/username-and-email-address-not-recognised-1/#post-7399968)
 * Hi
 * If you have CPanel you can log in and select PHPMyAdmin
 * Select your database and navigate to the wp_users table , change the email address
   of the problematic account in question.
 * Then go to your wp-admin and reset your password.
 * Alternatively contact your host to see if they can be of assistance and perform
   these steps for you.

Viewing 15 replies - 136 through 150 (of 188 total)

[←](https://wordpress.org/support/users/epicdevspace/replies/page/9/?output_format=md)
[1](https://wordpress.org/support/users/epicdevspace/replies/?output_format=md) 
[2](https://wordpress.org/support/users/epicdevspace/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/epicdevspace/replies/page/3/?output_format=md)…
[9](https://wordpress.org/support/users/epicdevspace/replies/page/9/?output_format=md)
10 [11](https://wordpress.org/support/users/epicdevspace/replies/page/11/?output_format=md)
[12](https://wordpress.org/support/users/epicdevspace/replies/page/12/?output_format=md)
[13](https://wordpress.org/support/users/epicdevspace/replies/page/13/?output_format=md)
[→](https://wordpress.org/support/users/epicdevspace/replies/page/11/?output_format=md)