• Resolved freestyler901

    (@freestyler901)


    Hi there,
    I’ve a problem with lazyload with my site’s logo.
    Look at this video -> https://bit.ly/3dWhFE1
    I tried to put this lines to exclude lazyload from logo, but nothing happens.

    .image-logo
    #logo
    #regular-header
    .logo-wrap

    What can I do to fix this issue?
    Thanks

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Amin – WPMU DEV Support

    (@wpmudev-support2)

    Hello @freestyler901 ,

    To exclude an image from the LazyLoading you will need to add class or ID that is direct for that image.
    Adding selectors for the wrappers of the image doesn’t exclude the image from LazyLoading.
    If can change the code of your theme, add unique class directly to the image and then exclude that class.

    kind regards,
    Kasia

    Thread Starter freestyler901

    (@freestyler901)

    Can you help me in doing this please?
    Check the website and look.
    I tried all classes and ids from the main div to the last one where the logo is.

    Plugin Support Saurabh – WPMU DEV Support

    (@wpmudev-support7)

    Hello @freestyler901,

    I see the logo has no class assigned as of now. You will have to add a class to the logo image. Selecting parent classes would not work you as of now.

    To exclude an image from being LazyLoading and image class needs to be added. So if the code is <img class="myclass" ……>, please add myclass to exclusion fields.

    In your case, as I mentioned there is no class assigned to the logo image. You can do that by editing your theme and adding a unique class to the logo image and then exclude that class.

    Regards,
    Prathamesh Palve

    Hi there @freestyler901

    I hope you are doing well!

    We haven’t heard back from you for a while now so we’ve marked this ticket as resolved. If you do have any followup questions or require further assistance feel free to reopen it and let us know here.

    Kind regards,
    Nastia

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Lazyload problem with logo’ is closed to new replies.