Forum Replies Created
-
AuthorPosts
-
December 7, 2020 at 2:13 am in reply to: Elementor displays page content in custom header content #267421JackieParticipant
I’ve hidden the Elementor content. However, it’s visible in the html, in .custom-header-content .entry-summary
Thanks
JackieJackieParticipantNo problem, done! Thanks Skandha 🙂
JackieParticipantBrilliant, thanks Skandha 🙂
JackieParticipantHi Skandha
Sorry, your emails are ending up in my junk folder!
Yes, that’s the problem – the featured slider should have 5 images. I’ve just worked out that the error is caused by the Featured Slider’s Image Loader. For each setting, this is what I get:
– True – 1 image
– Wait – no images
– False – all 5 imagesWP5.5 lazy loads by default – https://make.wordpress.org/core/2020/07/14/lazy-loading-images-in-5-5/#:~:text=In%20WordPress%205.5%2C%20images%20will,web%20standard%20earlier%20in%202020.
I think you’re going to need to adjust all your themes for WP5.5. I don’t suppose you’ve fixed the Catch Starter header image problem yet? (Couldn’t see a new version in the WP repository.) It’s probably also related to the new image handling.
Cheers
JackieJackieParticipantWonderful, thank you!
That worked.
JackieParticipant@Sakin: Thanks, the upgrade fixed it 🙂
JackieParticipant@Sakin: Sorry, I can’t get Catch Box Pro 3.0 working. Tried a couple of times. Got a blank screen on the dashboard when I tried to activate the new version and a 500 error in the front end.
JackieParticipantOh lovely. Thanks Sakin 🙂
April 10, 2014 at 12:42 pm in reply to: Mobile CSS – font-family, header height, black bar at top #24948JackieParticipantThe Samsung Galaxy Tab seems to force the Comic Sans font on all websites. Maybe I have no control over that.
I’ve removed the white space under #header-content with:
#sidebar-header-right {display: none; }
(There was nothing in the sidebar header but it was taking up space regardless)Thanks Sakin
April 10, 2014 at 12:34 pm in reply to: Mobile CSS – font-family, header height, black bar at top #24946JackieParticipantHave fixed the grey margin at the top of the page with:
#page.hfeed { position: absolute; top: 0; }But am still having difficulty with the white space under #header-content, and Font Family.
April 10, 2014 at 12:31 pm in reply to: Mobile CSS – font-family, header height, black bar at top #24945JackieParticipantHi Sakin
The grey margin at the top of the page where the admin bar was is still there.
So is the white space under #header-content
Font Family in Theme Options panel is set to Helvetica, Helvetica Neue, Arial, sans-serif but the displayed font is more like Comic Sans.
April 10, 2014 at 11:05 am in reply to: Mobile CSS – font-family, header height, black bar at top #24936JackieParticipantHi Sakin
– The admin bar disappeared but now there’s grey space instead. How do I remove that?
– The #header-content line didn’t remove the space under the thin green line
– It’s ignoring the Font Family settings in Theme Options.
But the rest of this CSS works:
@media screen and (max-device-width: 767px), handheld, screen and (max-width: 767px) {
#main.clearfix {background-image: none; }
#header-content { padding: 0 0 0 0; }
article.hentry { margin-left: 0;}
#page.hfeed { width: 100%; max-width: 100%;}
#hgroup, #wpadminbar { display:none; }
}April 10, 2014 at 5:00 am in reply to: Mobile CSS – font-family, header height, black bar at top #24878JackieParticipantHi Sakin
Thanks for your reply.
The URL is headofhair.webhive.com.au.
The @media line works, because my other mobile CSS directives are applied. But I can’t change the font, the black bar or header height. I’m viewing on a Galaxy Tab.
Any help would be greatly appreciated!
Thanks
JackieJackieParticipantLovely, thanks Sakin. I’m guessing that’s CSS3. Looks like I’d better learn it!
Cheers
Jackie -
AuthorPosts