Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1301954
"About Me" image loading
Closed

Comments

  • Juraj Zikmund started the conversation

    Loading "About Me" section image takes about one second. I have tried to scaled down the image, loose jpeg quality, when the the final image had only few kilobytes. Finally, I was forced to create custom HTML section a paste basically whole code and change image class from "penci-widget-about-image holder-square penci-lazy" to my own. Can you please make lazy loading of this image optional? It feels very weird, when the page layout changes after all the other contents have been initialized.

  •  2,699
    PenciDesign replied

    Hi,

    Do you mean that you want to make about me image doesn't lazy load?

    Have you update this theme to latest version?

    Best Regards,

    PenciDesign


  • Juraj Zikmund replied

    Hi!

    I am using version 4.0.2, which seems to be the latest one.

    Exactly, having "About me" section in the sidebar, the lazy load of the image is weird. It may be needed, when the image is huge, but for small images it's not. I would like to have a switch in options or just turn it off somewhere.

  •  2,699
    PenciDesign replied

    Hi,

    Currently, this theme doesn't support this feature.

    We will consider to add this feature in the next update of this theme.

    For now, you can do following steps to do that:

    1/ Install & activate plugin WPide

    2/ After that, go to admin page > WPide > and replace this code to:

    <img class="penci-widget-about-image holder-square" src="<?php echo esc_url( $image ); ?>" alt="<?php echo esc_attr( $title ); ?>"<?php echo $circle_style; ?>/>

    Best Regards,

    PenciDesign