Title: dacasper's Replies | WordPress.org

---

# dacasper

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 22 total)

1 [2](https://wordpress.org/support/users/dacasper/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/dacasper/replies/page/2/?output_format=md)

 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Subdomain problems](https://wordpress.org/support/topic/subdomain-problems-4/)
 *  [dacasper](https://wordpress.org/support/users/dacasper/)
 * (@dacasper)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/subdomain-problems-4/#post-9845322)
 * Your assumption is correct. When you have the DNS with the domain registrar, 
   the subdomains won’t work at the webhost unless you add A records for each subdomain
   too.
 * Or, change the DNS to the web host’s DNS, and use the main domain and any subdomains
   without problems.
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Subdomain problems](https://wordpress.org/support/topic/subdomain-problems-4/)
 *  [dacasper](https://wordpress.org/support/users/dacasper/)
 * (@dacasper)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/subdomain-problems-4/#post-9843571)
 * You’ll have to contact your webhosting support, only they can help you with this.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Change text content width](https://wordpress.org/support/topic/change-text-content-width/)
 *  [dacasper](https://wordpress.org/support/users/dacasper/)
 * (@dacasper)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/change-text-content-width/#post-9841175)
 * Comment your existing CSS.
 * Then add this:
 *     ```
       .onecolumn .mainbar {
       width: 80%
       }
       ```
   
 *   Forum: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
   
   In reply to: [Affiliate Coupons Help](https://wordpress.org/support/topic/affiliate-coupons-help/)
 *  [dacasper](https://wordpress.org/support/users/dacasper/)
 * (@dacasper)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/affiliate-coupons-help/#post-9841122)
 * 1. Add this to your theme’s CSS:
 *     ```
       .entry-content code {
       background-color: #fff
       color: #000
       }
       ```
   
 * 2.
    For changing the font, you’ll need to use a font plugin, or see whether your
   theme supports Google fonts.
 * 3 and 4.
    Add this CSS to your theme, to change the coupon code background:
 *     ```
       .affcoups .affcoups-coupon-code {
       background: #FFF
       border: 2px dashed #FF0
       }
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Limit](https://wordpress.org/support/topic/limit-5/)
 *  [dacasper](https://wordpress.org/support/users/dacasper/)
 * (@dacasper)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/limit-5/#post-9841064)
 * **First option:**
    Use this lightweight WordPress plugin: [https://wordpress.org/plugins/upload-max-file-size/](https://wordpress.org/plugins/upload-max-file-size/)
 * But you don’t really need a plugin for this, because this is a setting in your
   Web Host’s cPanel.
 * **Second option**
 * Login to your webhost’s cPanle, and scroll down to the Software section. One 
   of the links will be name “Select PHP Version.” Click that, and set the “upload_max_filesize”
   to 128M. Try lower values, if this doesn’t seem to work.
 * Save the settings before trying to upload.
 * **Third option:**
 * Login to your cPanel, open the file manager. See if there’s a php.ini file in
   your public_html folder (or the root of the your website). If not, you can create
   a new file, and add the following to that file:
 * `upload_max_filesize = 128M`
 * To this file, you can also add other PHP settings as and when needed.
 * If after the above change, you still don’t see any change in the upload size,
   lower the 128M to 64M or 32M and see.
 * If you still have problems, contact your webhosting support.
 * Regarding the file type not being permitted, what kind of file are you trying
   to upload? you may need to contact your webhosting support about this.
 * Hope that helps
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP STAGING - WordPress Backups, Restore, Migration & Clone] how can i be sure the duplication site doesn't get indexed by google?](https://wordpress.org/support/topic/how-can-i-be-sure-the-duplication-site-doesnt-get-indexed-by-google/)
 *  [dacasper](https://wordpress.org/support/users/dacasper/)
 * (@dacasper)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/how-can-i-be-sure-the-duplication-site-doesnt-get-indexed-by-google/#post-7533566)
 * [@missmiss](https://wordpress.org/support/users/missmiss/): In your staging site’s
   WP Dashboard, go to Settings -> Reading.
 * There’s an option with a checkmark – “Discourage search engines from indexing
   this site.”
 * Check that option.
 * The directory privacy option in your Web Host’s cPanel is more secure. Use that.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP STAGING - WordPress Backups, Restore, Migration & Clone] Staging to Live Instructions please](https://wordpress.org/support/topic/staging-to-live-instructions-please/)
 *  [dacasper](https://wordpress.org/support/users/dacasper/)
 * (@dacasper)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/staging-to-live-instructions-please/page/2/#post-7262038)
 * [@remymedranda](https://wordpress.org/support/users/remymedranda/): I won’t recommend
   WP Stage Coach. Sooner or later, you’ll realize the problems it creates, and 
   can’t solve, even though it has the one click staging-to-live functionality.
 * Plus, the support from them was almost non-existent. Did not get a response for
   more than 10 days, and the problem (on a client’s site which I put on WP Stage
   Coach) was not resolved at all for like 15 days. Finally, I asked for a refund.
 * I get FAR better support from Rene, via e-mail, than these guys’ pathetic but
   $40 support! Even though I don’t pay anything to Rene.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP STAGING - WordPress Backups, Restore, Migration & Clone] Staging to Live Instructions please](https://wordpress.org/support/topic/staging-to-live-instructions-please/)
 *  [dacasper](https://wordpress.org/support/users/dacasper/)
 * (@dacasper)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/staging-to-live-instructions-please/#post-7262037)
 * Hi Rene,
 * I too learned this the hard way, after installing wp-staging on a client site,
   and working on it for a few weeks, and now when everything’s ready and I thought
   there would be some way to push the staging site back to live, I found this thread.
 * Even though I have installed wp-staging plugin a couple of times on 2-3 sites,
   and even had more than a few conversations with Rene, I did not notice that this
   plugin couldn’t push the changes back to live. Well, since there was no such 
   option within the plugin settings, I understood this, but thought that there 
   would be some way to at least do this manually.
 * So, I would request you to please add the notice to the admin panel in the staging
   site too. A detailed post on your blog, with a link in the admin panel can be
   helpful too.
 * Anyway, is there really no way to do this? Making the same changes on the live
   site, manually will take TOO much time and we can miss something, which can cause
   problems.
 * Say that I create a new WP site on [http://www.domain.com/newtestsite](http://www.domain.com/newtestsite),
   and manually replace the database to the main site (which also has the wp-staging
   site’s DB). Then, I drop the tables associated with the main site and the tables
   that remain are the wp-staging site tables only.
 * And, then, use the search and replace db script to change any [http://www.domain.com/stage](http://www.domain.com/stage)
   to [http://www.domain.com/newtestsite](http://www.domain.com/newtestsite).
 * Will this work or is it futile to try?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP STAGING - WordPress Backups, Restore, Migration & Clone] how can i be sure the duplication site doesn't get indexed by google?](https://wordpress.org/support/topic/how-can-i-be-sure-the-duplication-site-doesnt-get-indexed-by-google/)
 *  [dacasper](https://wordpress.org/support/users/dacasper/)
 * (@dacasper)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/how-can-i-be-sure-the-duplication-site-doesnt-get-indexed-by-google/#post-7533537)
 * I too believed that’s the default with wp-staging’s staging sites. But, was surprised
   one day, to find a long-time used staging site still did not have the “discourage
   search engines from indexing this site” option under Settings, checked.
 * Checked other staging sites and found the same thing. So, until Rene fixes this,
   users beware and do this manually as soon as your staging site is installed and
   you have logged in.
 * It would be better to use cPanel’s directory privacy, wouldn’t it?
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[WP STAGING - WordPress Backups, Restore, Migration & Clone] Failed twice to create staging site, now logs me to the main site's dashboard](https://wordpress.org/support/topic/failed-twice-to-create-staging-site-now-logs-me-to-the-main-sites-dashboard/)
 *  Thread Starter [dacasper](https://wordpress.org/support/users/dacasper/)
 * (@dacasper)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/failed-twice-to-create-staging-site-now-logs-me-to-the-main-sites-dashboard/#post-8065227)
 * Strange that I didn’t get notified via email about your reply.
 * I did uncheck the plugins before copying, as I said, more than a couple of times.
 * Also tried disabling all the plugins except WP Staging.
 * Meanwhile I’ve found a paid staging service, but if this plugin can do the same,
   even with a paid version – that’d be awesome.
 * Anyway, will email you tomorrow.
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[WP STAGING - WordPress Backups, Restore, Migration & Clone] Failed twice to create staging site, now logs me to the main site's dashboard](https://wordpress.org/support/topic/failed-twice-to-create-staging-site-now-logs-me-to-the-main-sites-dashboard/)
 *  Thread Starter [dacasper](https://wordpress.org/support/users/dacasper/)
 * (@dacasper)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/failed-twice-to-create-staging-site-now-logs-me-to-the-main-sites-dashboard/#post-8065224)
 * Hi Rene,
 * I tried 10+ times. The DB copy was done in 10-15 seconds with 3,000 DB Copy Query
   Limit. But, whatever memory size I specify in the optimizer, and set the CPU 
   load priority to high doesn’t help much. Seems better than 10-15 minutes it took
   the first time but still takes nearly 10 minutes for about 192 MB files.
 * I removed the line in .htaccess which redirected the wp-login.php, but it would
   still not work. I use iThemes Security, but always disabled it in the settings(
   yes, saved the settings). The 10+ times I tried, it did not really disable any
   of the plugins I unselected/disabled in the settings.
 * Finally, I deleted these plugins from my main WP and again tried to create the
   staging site a couple more times. I was now able to login fine but each single
   time I saw a broken dashboard – White screenful at the top, left side dashboard
   menu extremely long. The right side elements at the far bottom (many pages below).
   Very bad to properly use the dashboard. I even took screenshots the other day
   but it’s on my other computer, so can’t post them at this time.
 * Wanted to tell more the other day, but seems to have forgotten now.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Moved WordPress, but can't login to Admin Panel](https://wordpress.org/support/topic/moved-wordpress-but-cant-login-to-admin-panel/)
 *  Thread Starter [dacasper](https://wordpress.org/support/users/dacasper/)
 * (@dacasper)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/moved-wordpress-but-cant-login-to-admin-panel/#post-4593157)
 * Sorry Andrew, but I don’t understand what you meant by removing myself from the
   no-replies list. I didn’t do anything about removing myself from any list.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Moved WordPress, but can't login to Admin Panel](https://wordpress.org/support/topic/moved-wordpress-but-cant-login-to-admin-panel/)
 *  Thread Starter [dacasper](https://wordpress.org/support/users/dacasper/)
 * (@dacasper)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/moved-wordpress-but-cant-login-to-admin-panel/#post-4593155)
 * I wonder why no one ever replied me for more than three weeks.
 * Is this topic so difficult? Seems no one had success moving WordPress.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Moved WordPress, but can't login to Admin Panel](https://wordpress.org/support/topic/moved-wordpress-but-cant-login-to-admin-panel/)
 *  Thread Starter [dacasper](https://wordpress.org/support/users/dacasper/)
 * (@dacasper)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/moved-wordpress-but-cant-login-to-admin-panel/#post-4593119)
 * Still no one who can suggest or reply to this post?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BackWPup – WordPress Backup & Restore Plugin] ERROR: Class 'DOMDocument' not found](https://wordpress.org/support/topic/error-class-domdocument-not-found/)
 *  [dacasper](https://wordpress.org/support/users/dacasper/)
 * (@dacasper)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/error-class-domdocument-not-found/#post-4503315)
 * Also getting errors when using destination as FTP only. Have tried this more 
   than 7-8 times, with different options (Passive FTP, active FTP, FTP over SSL,
   normal FTP, etc, etc – all possible combinations).
 * It gets stuck at 67% and the time keeps running (even for a simple 86KB file),
   which should not even take 1 second to transfer.
 * What to do?

Viewing 15 replies - 1 through 15 (of 22 total)

1 [2](https://wordpress.org/support/users/dacasper/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/dacasper/replies/page/2/?output_format=md)