annaise
Forum Replies Created
-
Forum: Plugins
In reply to: [LiteSpeed Cache] CSS minify breaks footerMy pagespeed took a hit after I switched webhost. I thought to use litespeed cache since I’m using a litespeed server now but my page is even slower and also broken.
I’ve decided to just go work more on the previous optimisation plugin that I’m paying for anyway. I’ve marked this as resolved.
Forum: Plugins
In reply to: [LiteSpeed Cache] CSS minify breaks footerWhen CSS minify is off it doesn’t fix the problem. I have already been on that link, found all the css file name, left CSS minify on and excluded all the files to figure out which one is breaking it. None of them did – I used it to help fix other stuff on the page.
My website loads properly when in admin (disabled caching for admins). It also loads properly when I use??LSCWP_CTRL=NOCACHE. This is a caching problem.
Edit: I have purged everything so where is this weird styling coming from?
- This reply was modified 4 months, 2 weeks ago by annaise.
Forum: Plugins
In reply to: [LiteSpeed Cache] CSS minify breaks footerLooks like it’s something to do with caching. It displays properly with ?LSCWP_CTRL=NOCACHE
I had excluded the script from js delay and it comes up as “this file is already compressed” on hummingbird. I checked the original script in the plugin folder against the one hummingbird made and noticed that it was basically the same. I don’t think hummingbird actually did anything to it.
It was looking like it’d be too much of a hassle to fix so I just.. gave up. I might try out the plugin again some other time! Thank you for the quick response and trying to fix the issue.
(I’ve gone ahead and marked it as resolved)
I made a staging website, deactivated every plugin, wiped the optimization plugin I was using, changed to 2021 theme and the problem persists
This is the link with the problem.
That didn’t resolve it. The error is because I’m using a html block and I had the script in each tab so it came up with duplicate errors
Working on it from Hummingbird itself. Will just mark it as resolved here.
The problem isn’t that it doesn’t load. It’s this https://prnt.sc/R5XjdBGA4I9x the spinner that’s there when there’s no interaction with the page. It happens when you refresh the page too.
The files are just optimised, they aren’t being delayed so it isn’t these 2 files. Optimising them didn’t break the scripts (otherwise they wouldn’t work at all in the first place and should be throwing up console errors).
It also happens with Litespeed and Wp rocket.
I see, so it just connects everything to my website and puts it in a dashboard. So nothing that I can’t do from their respective websites. Thank you!
Forum: Plugins
In reply to: [Payment Plugins for Stripe WooCommerce] Klarna logo missing on checkoutThat’s fixed it, I don’t care for the message. Thank you!
Forum: Plugins
In reply to: [WooCommerce] Klarna logo missing on checkoutThank you! I’ll go over to their support page.
Forum: Plugins
In reply to: [WooCommerce] Apple pay not workingI got that before. Its because you didn’t finish setting it up. Go on https://pay.google.com/business/console/ set it up > google pay api > integration with your website – use gateway integration type > wait to be approved and try a test purchase for like £0.50.
Make sure to write your web address right (don’t capitalise, don’t include www if your website doesn’t have it), their button can’t be smaller than your website’s buttons. Or it won’t work!
That worked! Thanks so much!
I just tried that but it still doesn’t reflect on the button :C
Great! then I can get rid of it.
I just have an iPhone so I can’t inspect elements to see what’s wrong. I had already used all these but nothing changed. Here’s my website: https://oarno.com/product/test-product-2/
.apple-pay-button .apple-pay-button-black{
min-height: 3em !important;
padding-top: 20px !important;
padding-bottom: 20px !important;
height: 3em !important;
}
.apple-pay-button{
min-height: 3em !important;
height: 3em !important;
padding-top: 20px !important;
padding-bottom: 20px !important;
}