Title: iro18's Replies | WordPress.org

---

# iro18

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

 *   [Profile](https://wordpress.org/support/users/iro18/)
 *   [Topics Started](https://wordpress.org/support/users/iro18/topics/)
 *   [Replies Created](https://wordpress.org/support/users/iro18/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/iro18/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/iro18/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/iro18/engagements/)
 *   [Favorites](https://wordpress.org/support/users/iro18/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: [Upload page updates from localhost](https://wordpress.org/support/topic/upload-page-updates-from-localhost/)
 *  [iro18](https://wordpress.org/support/users/iro18/)
 * (@iro18)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/upload-page-updates-from-localhost/#post-6361478)
 * Files on the dashboard ?, You mean code or pages / posts ? first case, see last
   modification dates and upload, for the second, modifications are in the database
   so update DB
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [build a second site to replace present site](https://wordpress.org/support/topic/build-a-second-site-to-replace-present-site/)
 *  [iro18](https://wordpress.org/support/users/iro18/)
 * (@iro18)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/build-a-second-site-to-replace-present-site/#post-6361473)
 * Yep you need to do it ^^, it takes few minuts indeed but it’s simple ^^ (I did
   it too for my clients)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Upload page updates from localhost](https://wordpress.org/support/topic/upload-page-updates-from-localhost/)
 *  [iro18](https://wordpress.org/support/users/iro18/)
 * (@iro18)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/upload-page-updates-from-localhost/#post-6361461)
 * If you’re working on the same project with same folder it will auto update o_O.
 * If not, use GitHub
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Style.css ( Basic question)](https://wordpress.org/support/topic/stylecss-basic-question/)
 *  [iro18](https://wordpress.org/support/users/iro18/)
 * (@iro18)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/stylecss-basic-question/#post-6361458)
 * Hi, you can’t copy paste the firebugg css.
 * Why ? element.style doesn’t exist, it’s just style which is apply directly on
   the tag with firebug, to get the good result, you need to write the good selector,
   maybe something like this:
 *     ```
       div.mydiv {
           height: 300px;
           width: 300px;
       }
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [build a second site to replace present site](https://wordpress.org/support/topic/build-a-second-site-to-replace-present-site/)
 *  [iro18](https://wordpress.org/support/users/iro18/)
 * (@iro18)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/build-a-second-site-to-replace-present-site/#post-6361455)
 * If I understood the question, I do like this:
 * Create Folder like “Mydomain.com/new/
    Then I duplicate my database and install
   a new one, change my settings.php then work on it. When you finished, just transfer
   via ftp, and enjoy =)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Reset Twenty Twelve Theme](https://wordpress.org/support/topic/reset-twenty-twelve-theme/)
 *  [iro18](https://wordpress.org/support/users/iro18/)
 * (@iro18)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/reset-twenty-twelve-theme/#post-6355456)
 * Or just Download the theme again, put in in your folder, change name then use
   it ^^
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Images missing after server migration](https://wordpress.org/support/topic/images-missing-after-server-migration/)
 *  [iro18](https://wordpress.org/support/users/iro18/)
 * (@iro18)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/images-missing-after-server-migration/#post-6355453)
 * Hi, I think (no sure) that you didn’t transfer all your files, and specialy the
   Upload folder.
    The permalink seems good, so check your folders, or maybe your.
   htaccess (to check this put a new wp htaccess)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Strange URL structure for non-homepage pages](https://wordpress.org/support/topic/strange-url-structure-for-non-homepage-pages/)
 *  [iro18](https://wordpress.org/support/users/iro18/)
 * (@iro18)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/strange-url-structure-for-non-homepage-pages/#post-6353394)
 * I think during your transfer, and your DB transfer you changed the base URL of
   the website to : [http://leapoffaithdancecompany.com/index.php](http://leapoffaithdancecompany.com/index.php).
 * change it to : [http://leapoffaithdancecompany.com](http://leapoffaithdancecompany.com)
   
   No other explanation for me =).
 * Edit : You can find script on the web to change all addresses from your website
   by the DB =)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [So this just appeared…](https://wordpress.org/support/topic/so-this-just-appeared/)
 *  [iro18](https://wordpress.org/support/users/iro18/)
 * (@iro18)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/so-this-just-appeared/#post-6353393)
 * Check your .htaccess, take a clean one, then refresh, you’ll see if the problem
   comes from here.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Why does my website look different on different browsers?](https://wordpress.org/support/topic/why-does-my-website-look-different-on-different-browsers/)
 *  [iro18](https://wordpress.org/support/users/iro18/)
 * (@iro18)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/why-does-my-website-look-different-on-different-browsers/#post-6353389)
 * A simple
 *     ```
       #header {
       margin: 0 auto;
       }
       ```
   
 * will work ^^
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Adelle] Adelle theme bug : font is white (so not visible)](https://wordpress.org/support/topic/adelle-theme-bug-font-is-white-so-not-visible/)
 *  [iro18](https://wordpress.org/support/users/iro18/)
 * (@iro18)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/adelle-theme-bug-font-is-white-so-not-visible/#post-4688313)
 * Thank You. Had the same Problem with other theme =)

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