thatwpemily
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: How to upgrade when running an old versionHi, 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
In reply to: Strange comma at top of websiteI would check at the end of your google analytics tracking. There’s a stray end script tag there.
Forum: Everything else WordPress
In reply to: Unable to adjust post width for mobile phone seperatelyHi, If you’re using a child theme, you can use the @media sections of the parent theme’s CSS in your child theme to make those changes. There are probably multiple @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
In reply to: CSS Changing Text ColorWeird. 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
In reply to: Need help with CSS and menusHi,
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
In reply to: Upload Question??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
In reply to: Gallery images won’t reorderHmm… 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
In reply to: Gallery images won’t reorderHey, 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://ww.wp.xz.cn/support/article/the-wordpress-gallery/#editing-existing-galleriesForum: Everything else WordPress
In reply to: Upload Question??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://ww.wp.xz.cn/support/article/editing-wp-config-php/Forum: Fixing WordPress
In reply to: Gallery images won’t reorderHi, here’s what I see on your page:
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
In reply to: Searchanise is freezing my websiteHi, have to tried to reach out to Searchinise support?
Forum: Fixing WordPress
In reply to: Warning Errors after updating to 5.5.1. Human help neededHave 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:
Forum: Fixing WordPress
In reply to: help edit img boxHave 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
In reply to: Upload Question??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://ww.wp.xz.cn/plugins/duplicator/or
https://ww.wp.xz.cn/plugins/all-in-one-wp-migration/
If you’d like to continue with the manual move:
Forum: Fixing WordPress
In reply to: Search engine results snippet wrong languageHi, I would give this a try: https://ww.wp.xz.cn/plugins/insert-headers-and-footers/