geekeyz
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WooCommerce – Cart and Check Out Pages Not WorkingI took a quick look at your site and noticed the “Add to Cart” button isn’t showing on the product pages. Just to double-check, was that removed intentionally, or is this something that started happening after the hosting transfer?
In the meantime, here are a couple of quick things you can check:
1. Navigate to WooCommerce > Settings > Advanced and make sure the Cart and Checkout pages are correctly assigned.
2. Then head to Settings > Permalinks and click Save Changes. This will refresh your permalink structure and can help resolve layout or link issues.@nicolas0d I’ve tested both the actual site and staging on my iPhone – I see the issue with staging only. The main site’s homepage loads just fine on my end. Did you change anything?
Forum: Fixing WordPress
In reply to: Problem with siteYou can resolve this by adding some custom CSS to your theme. You can add the following under Appearance → Customize → Additional CSS:
body.archive .navigation {
margin-top: auto;
width: 100%;
display: block;
min-height: 80px;
}Forum: Fixing WordPress
In reply to: Broken Image LinksI just checked your homepage, and the “Login” and “Cart” icons are appearing normally on my end — here is a screenshot for your reference: https://share.cleanshot.com/0PlJDRBF
That said, it’s not uncommon for issues like this to pop up after switching hosts. Even if your site is now fully migrated to Hostinger, some assets (like icons or images) might still be referencing your old host (Bluehost). This can happen if absolute URLs were hardcoded into your theme, page builder, or database — and they don’t automatically update during a migration.
- This reply was modified 8 months, 1 week ago by geekeyz.
Here is a plugin that allows you to snooze notices for a specific time period: https://wordpress.org/plugins/notification-blocker/