-
AuthorPosts
-
May 9, 2024 at 10:14 pm #1442847
hi!
1- I’d like to have the meta-header top bar section of https://deperdidosalrock.com/ fully transparent, now is white.
2- How can aI show a diferent logo version just for Mobiles?
3- the layer slider when loaded the frontpage keeps white and empty til someone interacts wih the banner. What’s the way to show the layer slayer banner at the very start..
4- the text from the home page main banner, is now black color, white background. I’d like just the opposite, (the problem relies on the body and P general text in black)
Many thanks indeed!
DavidMay 11, 2024 at 10:43 pm #1443012Hey seomar,
The white bar at the top was due to your LayerSlider having a space above the background image, I changed the background to “cover” and now it is fixed:
To have a different logo on mobile, Try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:add_filter('avf_logo','av_change_logo'); function av_change_logo($logo) { if(wp_is_mobile() ) { $logo = "http://kriesi.at/wp-content/themes/kriesi/images/logo.png"; } return $logo; }
change the url to your new logo image
The reason your LayerSlider is not showing until someone interacts wih it is due to your WPRocket lazy load, you need to add a exclusion
Your EWWW Image Optimizer is also dong the same thing:
I added these for you please clear your browser cache and check, if you still have trouble clear your server cache or disable both plugins.
for your last question, do you mean this:
it is in your LayerSlider, please change there.Best regards,
MikeMay 21, 2024 at 5:32 pm #1444965Hi Mike,
Thanks indeed, almost all solved with you help :)
– However, custom logo for mobiles, couldn’t be done.. event though followed your instructions.Last thing:
-Once solved the black slider at load. I’d like now to preload it. Is there a way t opreload text or text plus image from home layer slayer ?Many thanks
DavidMay 21, 2024 at 6:05 pm #1444974Hi,
I’m not sure what you mean by preload it, please explain further what you would like to see.Best regards,
MikeJune 7, 2024 at 7:40 pm #1448630Dear Mike,
Many thanks for your help.
We are using now an easy slider for home page, bot PC and mobile. When loading home page, easyslider remains in white (empty space til several seconds later when the rest of home page has loaded)
We’d like same behaviour as demos loading al least the main IMG at first. We’ve:
-optimize picture weight
-exclude from lazyloading using WP-Rocket
-preloading it at the header.php code
but speed at all obtained :(Many thanks
DavidJune 7, 2024 at 10:06 pm #1448640Hi,
Thank you for the link to your site, but your specific links for specific settings are not working, but I believe that I understand.
If you are using WP Rocket to lazyload it, I recommend disabling WP Rocket lazyload as this is causing the stal in showing the slider.
When you try to exclude it you also need to exclude the javascript for the slider, you don’t need to to the WP Rocket lazyload option because it is already set at Enfold Theme Options ▸ Performance ▸ Responsive Images And Lazy Loading ▸ Lazy Loading
Also note that the File Compression is also handled by the theme, typically double compression this this can cause errors.
Note that using the WP Rocket exclude settings can be tricky try checking their documentation here.
Try disabling WP Rocket and see if you still have the issue.Best regards,
MikeJune 12, 2024 at 9:23 pm #1449128Dear Mike,
Many thanks.
WP-rocket disabled, was supossed causing the stal in showing the slider.
I’m still getting the stal at pageload.
I can’t find at all the way to load the main Easy Slider without the stal.
Any option please?
Thanks
DavidJune 12, 2024 at 10:20 pm #1449140 -
AuthorPosts
- You must be logged in to reply to this topic.