BluehostSupport
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: MigratingIt sounds like your site is on WordPress.com right now, which is separate from the self‑hosted WordPress.org setup that runs on Bluehost. To make your site work the way you want with updates and plugins, you’ll need to move it over instead of just switching accounts.
The process is pretty straightforward. You start by setting up WordPress on your Bluehost account, which can be done with their one‑click installer. Then in your WordPress.com dashboard, use Tools > Export to grab all your content. Once you log in to your new WordPress dashboard on Bluehost, head to Tools > Import, install the importer if it asks, and bring in that exported file. After everything’s in place, double‑check your pages, set up your theme and plugins, and point your domain’s DNS to your Bluehost hosting so it all goes live. If any of this feels overwhelming, Bluehost support can walk you through the steps or do the migration for you.
We also have a helpful link that you can use for reference: https://www.bluehost.com/help/article/migrating-an-existing-wordpress-com-site
@qry2000 One other thing you can check while you’re waiting on Themeco is whether there are any custom queries or conditions in your child theme that might be excluding products without you realizing. I’ve seen themes accidentally filter out products because of hidden visibility settings or by only querying certain post types.
On your staging site, try creating a brand new test product and assigning it to one of the empty categories, then see if it shows up. Sometimes older products have their visibility or stock status messed up and the theme doesn’t display them. Also worth double-checking that the categories themselves aren’t set to “hidden” somewhere in the theme options or a customizer panel.Doesn’t fix it outright, but it might help pinpoint whether it’s just a template issue or also how the theme is querying products.
- This reply was modified 9 months, 3 weeks ago by BluehostSupport.
Hey @qry2000, just wanted to chime in and say you’re absolutely on the right track. Bluehost does support staging, and it can really take the stress out of troubleshooting these theme conflicts. If you run into anything while setting that up or need help accessing it from your dashboard, feel free to reach out. Happy to help make that part smooth for you.
Hope it all clears up soon, and props to the Woo team for the solid guidance so far.
Forum: Plugins
In reply to: [WP Activity Log] Too much activityHey @deedeekaye, it’s completely understandable to feel unsettled seeing all those login attempts, especially when they’re coming from different countries. It’s actually super common for WordPress and WooCommerce sites to get a ton of random login attempts, bots just love scanning for sites like ours and trying their luck. It usually isn’t anything personal or targeted, just the reality of running a site that’s visible online.
It’s great that Bluehost confirmed what you were seeing. Even though they can’t directly manage plugin settings, there are still a few things you can do on your end to keep things secure.
First, it’s a good idea to use a security plugin alongside your activity log tool. Something like Wordfence or iThemes Security can help block malicious IPs, limit login attempts, and give you alerts when things look suspicious. Just be sure to do your research on the best fit for your setup.
You can also enable two-factor authentication on your login page, which makes it way harder for anyone to get in even if they guess your password. Changing the default login URL with a plugin like WPS Hide Login is another easy step that helps reduce bot traffic hitting your site.
And of course, strong passwords are a must. If there are any extra admin users you don’t use, it’s smart to disable or remove them just to keep things tight.
It sounds like you’re already doing the right things by updating your PHP and staying on top of plugin updates. This kind of stuff can feel overwhelming, but once you put a few of these safeguards in place, it gets a lot more manageable.
You’re asking the right questions, and you’re on the right track.
Forum: Fixing WordPress
In reply to: Brickyard BrokenHey Daniel, that’s a rough spot to be in, especially when all you want to do is post something and everything’s locking you out.
Looks like your Brickyard theme is causing a fatal error that stops WordPress from loading at all. Ahmod already gave a great breakdown on how to get back into your site by renaming the theme folder, so just adding a couple thoughts:
If that gets you into the dashboard, make a quick backup before doing anything else. Then you can try reinstalling the Brickyard theme or switching to something else while you reach out to the theme developer for a fix.
Also, if your site is showing that error on the front end, installing a “maintenance mode” plugin can help hide the mess while you troubleshoot.
Hope you’re back up and running soon. Glad you posted here.
Thanks for getting back with us on this. This sounds more like an email validation issue than an issue with Jetpack itself. Reinstalling won’t do much if the new email hasn’t been validated to replace the admin email. You may need to resend the validation email if you can’t find it. If you do, just cancel the pending change and try it again.
These steps should help to resolve the issue:
- Open WP dashboard
- On the left hand side, click Settings.
- Scroll halfway down to Administration Email Address and check for ANY pending changes to the admin email (Typically highlighted in green).
- There is a little message right above the Pending change message that states:
If you change this, an email will be sent to your new address to confirm it. The new address will not become active until confirmed. - Go to the NEW email address and confirm the update. If the email cannot be found, cancel and restart the email update request in the settings.
Please let us know if this is successful for you or feel free to message us privately and we would be happy to assist further. We will be happy to work with you on this.
Forum: Themes and Templates
In reply to: [Twenty Twenty-One] Theme Twenty Twenty- One not workingHello there. Themes can be a bit tricky for support depending on the cause but we want to make sure we rule out anything on our side. We looked at your site and are not seeing any code on the pages. Has this been resolved already? If not, and you are still requiring assistance, please feel free to let us know what code you are seeing and provide a screenshot. Also, let us know the steps to replicate the error on our end, so we can see where the error is happening.
Happy to help where we can! If you only just updated the email for it it may be taking some time to update as Jetpack does. If you login your dashboard and take a peek at the settings it should indicate if the update completed as you’ll see the new email. If it’s still processing it’ll say that on there. If you have confirmed the updated hosted domain email is live on it, feel free to give our support team another try just in case it’s something we can identify and help with.
Hey there, jumping in as part of the Bluehost team since you mentioned us!
You’re right, Jetpack is in charge of actually sending out the form notification emails, and it sounds like your form is collecting entries just fine since you can see them in the Jetpack dashboard. That usually means the site itself is working as expected, but sometimes delivery to certain email addresses can be tricky, especially with Gmail or other free providers.
A couple things you might try (and that we’ve seen help before):
- Double-check your Gmail spam, promotions, and other filtered folders—Jetpack emails often land there.
- If you’re in the middle of changing your notification email to a different address (especially a shared inbox or domain-based email), sometimes it takes a bit for the change to fully go through, or you may need to confirm it via email.
- Jetpack tends to use your site’s default address for outgoing mail (like
wordpress@yourdomain.com). Gmail and similar providers are sometimes stricter about accepting those, so using a domain-based email for notifications can help.
If everything looks set but you’re still not seeing the emails, Jetpack’s support team can look up your specific notification logs:
https://jetpack.com/contact-support/If you need any help configuring anything on the Bluehost end just let us know, happy to help walk you through the steps. Hope this gets you a bit closer!
Happy to jump in as we work with a lot of Bluehost + WordPress sites and helps troubleshoot this stuff often:
- Form Error: As the plugin team mentioned, embedding the form using the WPForms block is the #1 fix for the corrupted post data issue.
- SMTP on Bluehost:
If you’re using Bluehost’s built-in email (like email@yourdomain.com), you don’t actually have to use an SMTP plugin unless you’re running into deliverability problems (emails landing in spam, or not sending at all). WordPress can send through PHP mail by default, but sometimes hosts limit or filter this, so SMTP is a solid plan if you need more reliability. - Brevo as Mailer:
If you do want to use Brevo (or any third-party email service), the main thing is to follow their setup instructions, including adding the right DNS records in your Bluehost panel. You don’t need to remove any existing Bluehost DNS records, but you do need to add the new ones provided by Brevo so mail sent by the plugin isn’t flagged as spoofed or spam. - DMX Records:
If by “DMX” you mean DMARC, DKIM, or MX records, no need to delete the Bluehost ones, just add Brevo’s records as instructed. That way, both regular domain email and plugin-sent emails can work together. - Pro-tip:
If you’re testing, try sending a form to an address outside your domain (like Gmail or Outlook). If it doesn’t arrive or goes to spam, it’s usually a DNS record or authentication tweak that’s needed.
Hope that helps untangle the mess! If you’re ever stuck on the Bluehost panel, their support chat can walk you through the DNS part too. Curious to hear if you get it working, SMTP setups are always a little more “fun” than they should be.
Forum: Plugins
In reply to: [atec Cache APCu] Caching refuses to startHey Tom, totally get how confusing cache stuff can get, especially when the Page Cache tab just sits there blank after you’ve made changes. Usually that means nothing’s being cached yet, even though the setting’s on. Sometimes it’s just one little thing blocking the process.
One thing that’s tripped people up: the advanced-cache.php file left behind by WP Rocket. Even if you’ve deactivated the plugin, that file hanging out in your /wp-content/ folder can keep other caches from working. If it’s there, try renaming or removing it (and good call to keep a backup, just in case).
Themes and plugins can sometimes block caching too. If you’re up for it, try switching to a default theme like Twenty Twenty-Four for a minute, if the Page Cache tab suddenly comes to life, you’ll know it’s a theme conflict.
You can also flip WP_DEBUG to “true” in your wp-config.php file to see if any errors pop up. The “unclosed buffer” message you mentioned could be a clue, especially if something’s not closing out cleanly.
Since you’re on Bluehost, double-check that Endurance Page Cache is off. Server-side caching can sometimes get in the way, even if you think it’s not running.
Hope this helps untangle things a bit. Always wild how sticky these caching issues can get, but most of the time it’s just a stubborn file or setting somewhere.
Forum: Plugins
In reply to: [Broken Link Checker] Many pages now have “415 Unsupported Media Type” errorsHey, thanks for laying out what’s been going on with those 415 errors. Definitely annoying when everything works in your browser but a link checker flags it anyway.
This usually pops up when web servers get a bit picky about requests from automated tools like BLC, especially with certain headers or if the server’s running OpenResty or Nginx. On shared hosting, there’s not really a way to tweak the server config, and as far as I know, the local engine in BLC doesn’t let you customize request headers either. Marking the links as “not broken” when you know they’re fine seems like the most practical move right now.
You’re spot on with the VPN thing too, sites like Imgur definitely block some VPN endpoints, so testing without it can clear up weird errors now and then.
You’re not the only one to hit this kind of snag with automated link checkers, so you’re in good company. Manual checks aren’t the most fun, but sometimes it’s the best way to keep things tidy.
Always cool to hear if anyone else here has found a clever workaround for this on shared hosting.
Forum: Fixing WordPress
In reply to: Header not quite responsiveHey Joe, welcome to WordPress and thanks for laying out your setup so clearly. This is exactly the kind of question that fits here, and you’re definitely not alone in running into header quirks early on.
It sounds like the logo is showing up too small on mobile. In the Astra theme settings, there’s a separate section just for how the logo appears on mobile. Try going to Appearance > Customize, then Header > Site Identity. Look for the mobile logo settings and increase the max width value to make it more visible. You can also upload a separate logo just for mobile if needed.
If the Donate button disappears on smaller screens, it’s probably being hidden in the responsive settings or getting pushed out due to spacing. Open the header builder under Customize > Header Builder, click on the button element, and check the visibility settings for mobile. Make sure it’s turned on and adjust spacing or alignment as needed so it fits within the mobile layout.
The part of the message about the transparent header just means that the header is layered over the top section of your page, normally for stylistic reasons. If that’s creating layout issues, you can turn it off by editing the page in Elementor. Get there by scrolling down in the settings panel and disabling the transparent header option under the Astra Settings or the Page Settings.
As @threadi pointed out, since you’re working directly with the Astra header builder, it’s also recommend checking out their support forum here: https://wordpress.org/support/theme/astra/. The team there can help with anything more theme-specific.
Hey there, I totally get how frustrating this kind of issue can be. You’ve clearly put a lot of time into it, and it’s tough when things just won’t work no matter what you try.
Since your client’s email is with Outlook and the site is on Bluehost using Kubio, email deliverability might be hitting a few common snags. When contact forms fail to send, it’s usually related to how the site handles outgoing mail and how the email provider treats those messages.
One good step is setting up SMTP properly so your site can send emails more reliably. You’ll want to make sure the settings match your client’s Outlook account and that the SMTP tool is actually taking over the sending process for all messages from the site.
It’s also worth checking the domain’s DNS records. For email services like Outlook or Microsoft 365, the right SPF and DKIM records help prove that your site is allowed to send messages. You can usually update those in the domain settings wherever DNS is managed.
If the form plugin you’re using just isn’t cooperating, it might be worth switching to another option that works more smoothly with the builder you’re using. Some form plugins are more beginner-friendly and tend to work better right away with SMTP setups.
After setting up everything, try sending a test email from the site using your mail settings just to confirm messages are going out. That helps narrow down whether the issue is with the contact form or email delivery overall.
And finally, if the form is still throwing an error, check for any logs or error messages in your SMTP settings or your hosting dashboard. That extra detail can make a big difference when figuring out what’s going wrong.
You’ve come this far, and you’re closer than it probably feels. Happy to keep helping until it’s fully sorted.
Forum: Themes and Templates
In reply to: [YITH Wonder] (INVALID) HEADER SECTIONIt sounds like the issue may be related to a broken or misconfigured template part in your theme, especially if you’re seeing “(Invalid)” in the header section and missing labels in preview.
Since you’re using the YITH Wonder theme, this is likely tied to how the site editor handles header blocks and template parts. You can try going to Appearance > Editor, then selecting Template Parts and opening the Header. Check if any of the blocks inside are marked as missing or invalid. If so, you can remove and reinsert those blocks using the built-in block options or patterns provided by the theme.
If restoring or replacing the header doesn’t help, it’s a good idea to check whether you’re using the latest version of the theme.
Let us know how it goes or if you’re still seeing the issue after checking the template.