Tagged: , , ,

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #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!
    David

    #1443012

    Hey 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:
    Enfold Support 5758
    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
    Enfold Support 5760
    Your EWWW Image Optimizer is also dong the same thing:
    Enfold Support 5762
    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:
    Enfold Support 5764
    it is in your LayerSlider, please change there.

    Best regards,
    Mike

    #1444965

    Hi 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
    David

    #1444974

    Hi,
    I’m not sure what you mean by preload it, please explain further what you would like to see.

    Best regards,
    Mike

    #1448630

    Dear 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
    David

    #1448640

    Hi,
    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,
    Mike

    #1449128

    Dear 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
    David

    #1449140

    Hi,
    It looks like your images are loaded from a CDN and not directly from the site.
    See the link below.

    Best regards,
    Mike

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.