gjsouthwell
Forum Replies Created
-
@carolinesianholder You’re welcome, Caroline. As I said, they were very helpful, and eventually it was resolved. Good luck!
Hi Caroline,
I contacted Woocommerce support (support@woocommerce.com), and they were extremely helpful. Ultimately, I gave them login access, and they disabled all WooCommerce Payments payment methods, and then re-enabled them, and mysteriously the problem resolved itself (they didn’t know why). So if you’ve already tried that, then I recommend contacting WooCommerce support, and they’ll talk you through troubleshooting – they really were excellent. Sorry I can’t be more helpful.
Best wishes,
Gareth.
Thank you!
Hi Roxy,
Thanks for getting back to me. I’ve actually been in touch with Woocommerce support via email, and the issue is resolved now. Why it’s resolved, no one seems very sure! I shared the logs, etc, and they seemed to contain no clues. I did uninstall Jetpack and replaced it with Wordfence, so that may have caused some issue (the original problem is that WC payments didn’t display at all – they handn’t been enabled). but then it manifested as the weird box that counldn’t be ticked problem!
Oh well, let’s hope it doesn’t happen again – if it does, I’ll be in touch.
Thanks again,
Gareth.
Forum: Fixing WordPress
In reply to: Image Won’t CentreSorry, is there anyone who knows an answer to this? Is this a problem with WP6?
Forum: Fixing WordPress
In reply to: Image Won’t CentreThank you, Kartik. Yes, that works. But how would I go about changing this across the site? I presume this is a glitch with WP 6?
Forum: Fixing WordPress
In reply to: Image BorderThank you very much. I’m not sure what I was doing wrong, but this worked like a charm!
Thanks again,
Gareth.
Got it! I was allowing too much room for the .portfolio-wrapper (should be 1040px). Works great now.
Thanks so much!
I’m now off to learn CSS properly so I can stop bothering you. 🙂
G.
Hi S.,
Currently, I have:
@media screen and (min-width: 1220px) {
.portfolio-wrapper .portfolio-entry {
width: 240px;
}
}This gives me a grid of 4 columns (but not centred). However, if I replace that with your code above, then it reverts to 3 columns, and these aren’t centred either.
Any ideas?
Thanks again for your patient explanation, by the way.
G.
Sorry, one more thing: is it possible to centre the columns? They now display slightly aligned to the left (there’s a bigger gap between the last column on the right and the screen edge than on the left side).
G.
Found it! 🙂
Thanks again,
G.
Thanks again, Siobhan. The only thing I’m having trouble with now is identifying the element that affects the padding between porfolio items. Ideally, I’d like there to be the same amount of padding above and below portfolio items as there is to the left and right. But I can’t seem to find the right element. Any tips?
G.
Actually, I’ve just tried this, which seems to work:
header.portfolio-entry-header {
display: none;
}Hi Siobhan,
That worked brilliantly – thank you so much.
One other question: is it possible to use CSS to change what elements display on the front page? Currently, by default, the project name and category show underneath the image – I’d like to remove them.
Thanks,
Gareth.
Forum: Themes and Templates
In reply to: [Illustratr] Illustratr Mobile ProblemFixed: you can disable the mobile view in Jetpack:
Thanks!
Gareth.