Title: thatwpemily's Replies | WordPress.org

---

# thatwpemily

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [How to upgrade when running an old version](https://wordpress.org/support/topic/how-to-upgrade-when-running-an-old-version/)
 *  [thatwpemily](https://wordpress.org/support/users/wpemily/)
 * (@wpemily)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/how-to-upgrade-when-running-an-old-version/#post-14336992)
 * Hi, it sounds like you’ll need to log in to your hosting account and change the
   PHP version. You’ll want to check with your hosting provider for the exact steps.
 * Once you’re running the updated version of PHP, you’ll be able to update WordPress
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Strange comma at top of website](https://wordpress.org/support/topic/strange-comma-at-top-of-website/)
 *  [thatwpemily](https://wordpress.org/support/users/wpemily/)
 * (@wpemily)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/strange-comma-at-top-of-website/#post-14143287)
 * I would check at the end of your google analytics tracking. There’s a stray end
   script tag there.
 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [Unable to adjust post width for mobile phone seperately](https://wordpress.org/support/topic/unable-to-adjust-post-width-for-mobile-phone-seperately/)
 *  [thatwpemily](https://wordpress.org/support/users/wpemily/)
 * (@wpemily)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/unable-to-adjust-post-width-for-mobile-phone-seperately/#post-13811995)
 * Hi, If you’re using a child theme, you can use the [@media](https://wordpress.org/support/users/media/)
   sections of the parent theme’s CSS in your child theme to make those changes.
   There are probably multiple [@media](https://wordpress.org/support/users/media/)
   query breakpoints (ie. max-width 600px; or max-width: 480px) for different screen
   sizes that you’ll want to take a look at.
 * Personally, I think it sounds like a lot to change. Maybe a new theme would suit
   better? ¯\_ (ツ)_/¯
 * Good luck! Hope that helps a little. 🙂
 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [CSS Changing Text Color](https://wordpress.org/support/topic/css-changing-text-color/)
 *  [thatwpemily](https://wordpress.org/support/users/wpemily/)
 * (@wpemily)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/css-changing-text-color/#post-13811951)
 * Weird. That actually works for me in firefox, even without the !important Marcio
   suggested:
 *     ```
       .entry-content p {
       color: black;
       }
       ```
   
 * After you update the CSS, try refreshing the page with ctrl f5 to make sure you’re
   seeing the live site.
 * Maybe you need a more specific selector?
 *     ```
       .tiny_coffee_text p {
           color: black;
       }
       ```
   
 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [Need help with CSS and menus](https://wordpress.org/support/topic/need-help-with-css-and-menus/)
 *  [thatwpemily](https://wordpress.org/support/users/wpemily/)
 * (@wpemily)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/need-help-with-css-and-menus/#post-13811933)
 * Hi,
 * Specia is a premium theme. I would try their support. They’re in a better position
   to help with those questions.
 * FWIW, you can set the breadcrumbs under the main nav to not display:
 *     ```
       .breadcrumb {
       	display: none;
       }
       ```
   
 * The font may be a little too small at 8px-10px:
 *     ```
       .navbar-default .navbar-nav > li > a {
       	font-size: 10px;
       	width: 150px;
               text-align: center;
       }
       ```
   
 * Personally, I wouldn’t bother with that part, but you do you 😉 I would suggest
   just get the header image displaying full width and leave the menu text size 
   as-is:
 *     ```
       #custom-header img {
       	width: 100%;
       }
       ```
   
 *     ```
       .navbar-default .navbar-nav > li > a {
       	width: 150px;
       	text-align: center;
       }
       ```
   
 * Good luck! 🙂
 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [Upload Question??](https://wordpress.org/support/topic/upload-question-3/)
 *  [thatwpemily](https://wordpress.org/support/users/wpemily/)
 * (@wpemily)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/upload-question-3/#post-13581970)
 * You’re welcome. Yeah, that sounds more like it.
 * If doing things the easy way is a priority at all, I recommend using a plugin
   to move the site from your computer to the hosting space. Those two from the 
   earlier post will move everything including the database for you.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Gallery images won’t reorder](https://wordpress.org/support/topic/gallery-images-wont-reorder/)
 *  [thatwpemily](https://wordpress.org/support/users/wpemily/)
 * (@wpemily)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/gallery-images-wont-reorder/#post-13581053)
 * Hmm… weird. Sorry I couldn’t help. I’m curious though. 2 things:
 * 1. Have you tried in a different browser or on another computer/device?
 * 2. What happens if you just create a new gallery?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Gallery images won’t reorder](https://wordpress.org/support/topic/gallery-images-wont-reorder/)
 *  [thatwpemily](https://wordpress.org/support/users/wpemily/)
 * (@wpemily)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/gallery-images-wont-reorder/#post-13579113)
 * Hey, no problem! That is odd…drag and drop should work. Thanks for the screenshot,
   that was helpful. 🙂 Everything I said earlier was based on the new block editor,
   and I can see this is the classic editor. Unless you want to redo everything 
   with blocks (try with a new page first maybe?) , please disregard, as that isn’t
   very helpful in this case.
 *  When you drag and drop to reorder, are you doing this directly in the editor
   or in the edit gallery screen?
 * The steps should be:
    Click anywhere inside the gallery and the gallery menu 
   appears with the edit option. Gallery screen comes up where you drag and drop
   to reorder. Save your changes to the gallery, and don’t forget to update the 
   page itself.
 * There are screenshots of the process here:
    [https://wordpress.org/support/article/the-wordpress-gallery/#editing-existing-galleries](https://wordpress.org/support/article/the-wordpress-gallery/#editing-existing-galleries)
 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [Upload Question??](https://wordpress.org/support/topic/upload-question-3/)
 *  [thatwpemily](https://wordpress.org/support/users/wpemily/)
 * (@wpemily)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/upload-question-3/#post-13578673)
 * > But when you upload the database, is the database on the host overwritten completely.
 * I’m not sure I completely understand your question, but you can’t upload the 
   database as you would files, so you wouldn’t be able to overwrite anything database
   related via FTP. You would need to create a new database on the new server and
   import your database backup into it.
 * > Does it now have the name and password that came with the upload?
 * No, but you should be able to stay consistent with the db name and credentials
   when you set up the new database and import your backup. You can typically change
   your database user/pass in the hosting interface.
 * If you do end up changing the database name or user/password, you can always 
   just update your wp-config.php with the new db name, user, and password:
    [https://wordpress.org/support/article/editing-wp-config-php/](https://wordpress.org/support/article/editing-wp-config-php/)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Gallery images won’t reorder](https://wordpress.org/support/topic/gallery-images-wont-reorder/)
 *  [thatwpemily](https://wordpress.org/support/users/wpemily/)
 * (@wpemily)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/gallery-images-wont-reorder/#post-13577626)
 * Hi, here’s what I see on your page:
 * [https://ibb.co/Q6CnB1D](https://ibb.co/Q6CnB1D)
 * That should be what’s showing in the editor too. In the editor, are you moving
   images around with the left/right arrows on the white menu bar that pops up when
   you hover over a gallery image?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Searchanise is freezing my website](https://wordpress.org/support/topic/searchanise-is-freezing-my-website/)
 *  [thatwpemily](https://wordpress.org/support/users/wpemily/)
 * (@wpemily)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/searchanise-is-freezing-my-website/#post-13577606)
 * Hi, have to tried to reach out to Searchinise support?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Warning Errors after updating to 5.5.1. Human help needed](https://wordpress.org/support/topic/warning-errors-after-updating-to-5-5-1-human-help-needed/)
 *  [thatwpemily](https://wordpress.org/support/users/wpemily/)
 * (@wpemily)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/warning-errors-after-updating-to-5-5-1-human-help-needed/#post-13577597)
 * Have you tried to disable all plugins? Chances are one of them is causing the
   error. With either FTP or your hosting provider’s file manager, rename the plugin
   directory under wp-content/plugins. See here for more info:
 * [https://wordpress.org/support/article/faq-troubleshooting/#how-to-deactivate-all-plugins-when-not-able-to-access-the-administrative-menus](https://wordpress.org/support/article/faq-troubleshooting/#how-to-deactivate-all-plugins-when-not-able-to-access-the-administrative-menus)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [help edit img box](https://wordpress.org/support/topic/help-edit-img-box-2/)
 *  [thatwpemily](https://wordpress.org/support/users/wpemily/)
 * (@wpemily)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/help-edit-img-box-2/#post-13576549)
 * Have you tried removing the both images and adding them again? You could try 
   adding a column block and putting an image in each column?
 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [Upload Question??](https://wordpress.org/support/topic/upload-question-3/)
 *  [thatwpemily](https://wordpress.org/support/users/wpemily/)
 * (@wpemily)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/upload-question-3/#post-13576526)
 * Hi, you’ll need to backup the database on the computer and import it on the new
   hosting. This is normally done via PHPmyadmin. The database wouldn’t be included
   in the files you’d move via SFTP.
 * It might be easier to use a plugin. Both of these will do the trick:
    [https://wordpress.org/plugins/duplicator/](https://wordpress.org/plugins/duplicator/)
 * or
 * [https://wordpress.org/plugins/all-in-one-wp-migration/](https://wordpress.org/plugins/all-in-one-wp-migration/)
 * If you’d like to continue with the manual move:
 * > [Moving WordPress](https://wordpress.org/support/article/moving-wordpress/)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Search engine results snippet wrong language](https://wordpress.org/support/topic/search-engine-results-snippet-wrong-language/)
 *  [thatwpemily](https://wordpress.org/support/users/wpemily/)
 * (@wpemily)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/search-engine-results-snippet-wrong-language/#post-13575799)
 * Hi, I would give this a try: [https://wordpress.org/plugins/insert-headers-and-footers/](https://wordpress.org/plugins/insert-headers-and-footers/)

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

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