Woodpig
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: GDPR and tracking/analyticsWell, I’m not that technical, so my apologies if I misdescribed the service. However, I’m actually simply interested in whatever data WordPress collects so I can inform my visitors via my privacy policy.
Thank you for the links.
Forum: Fixing WordPress
In reply to: GDPR and tracking/analyticsHi Steve,
The tracking/analytics I refer to is the service that forms part of WordPress itself, not Google analytics or anything else. So I was asking what data WordPress collects via that core service.
Thanks,
Gareth.
That works great.
Thanks very much for your help!
G.
That’s great – thank you so much for your prompt reply!
Now that I’ve added the code to the main CSS editor, I can see how it looks. Basically, I just want to reduce the text size slightly (on desktop and mobile versions). So, I have
.simple-banner .simple-banner-text { font-size: 0.8em; padding: 10px !important; line-height: 15px; }That works fine for desktop, but I still need to alter it so that the banner text all appears on one line for mobile. But I can’t see where to add ‘@media (max-width: 600px)’ – when I do it, it makes the whole code only work for mobile.
(sorry, I’m not very technical!).
Thanks again,
Gareth.
- This reply was modified 8 years ago by Woodpig.
Forum: Themes and Templates
In reply to: [Illustratr] Display 3 columnsHi Sioghan,
Thanks for the suggestion. That may very well be the case. I’ve had a number of minor problems with the site lately, so have been trying out various plugins to solve some of them. Addweb’s code works for now, so I won’t tinker while it’s working! However, I’ll bear your suggestion in mind for the future, when I have more time to investigate.
Best wishes,
Gareth.
Forum: Themes and Templates
In reply to: [Illustratr] Display 3 columnsBrilliant! That worked perfectly. Thank you so much!
I’m still not sure why it happened though – seemed to be working perfectly a few days ago.d
Hi Cais, thanks for your reply.
So, if I re-upload the images, with that option turned on, then the thumbnails will not be pixelated?
The actual images as they appear in the lightbox are fine. It’s only the thumbnails are the problem.
Do the resize options affect the lightbox images or the thumbnails?
Forum: Themes and Templates
In reply to: [Illustratr] Illustratr crashing Safari?Thanks, Sacredpath. It turns out that the problem is to do with using CSS greyscale filters. If I replace this with an opacity change (for the mouseover effect), then the crashing/glitching problem seems to go away.
This seems to be a problem with Safari, and will hopefully be fixed soon – my site was working fine until the last update, I think.
Thanks again.
G.
Forum: Themes and Templates
In reply to: [Illustratr] Illustratr crashing Safari?Yes, main page.
Just tried that now (cache and restart|) – still crashing. Only a problem on Safari, though, and only with certain projects (philosophers’ magazine, commissions, assorted caricatures, walt whitman and norton).
Forum: Themes and Templates
In reply to: [Illustratr] Centred custom size header imageOK, I think I’ve discovered the answer.
If you want a centred square image narrower than the recommended header, and that displays for retina, then simply upload an image 500 x 500. Then, customise the CSS (appearance – header – additional CSS), and paste in the following:
img.header-image{ max-width: 250px; }And Bob’s your uncle. Probably.
Forum: Themes and Templates
In reply to: [Illustratr] Header image blurryResolved it myself – see here: https://wordpress.org/support/topic/centred-custom-size-header-image/
Forum: Themes and Templates
In reply to: [Illustratr] Header image blurryOK, I think I’ve worked out part of the problem. My header is set to 1100 x 250. If I upload a header exactly twice that (2200 x 500), then it displays fine. However, my current header image does not fit those exact dimensions – it’s actually just 500 x 500, which centres in the header (which is how I want it, because when it’s displayed in portrait – on a phone or tablet – then the header image fits on the screen nicely).
So, is there a workaround that would allow me to keep the 500 x 500 image without it going blurry on retina displays?
Thank you.