Image Don't Appear On Error Page - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Image Don't Appear On Error Page

P

Pirosoft

SP Page Builder 2 years ago

Hi, at the error page (manage by error.php & module sp-pagebuilder-4) are hidden by lazy load image

https://www.aziendabanca.it/error404

Please could you to help me to resolve this bug?

Regards E.

0
9 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #114101

Hi

Thanks for contacting us. Its actually appears, your image is like this gray see the link below:

https://www.aziendabanca.it/images/ab-design/placeholder_osoig9.svg

See when I set another image it looks like this:

https://prnt.sc/m6KXXznTd0_H

And use this CSS to see the image correctly

img.sppb-element-lazy {
    filter: unset !important;
}

Path towards custom CSS: Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

-Regards.

0
P
Pirosoft
Accepted Answer
2 years ago #114520

Thank you for your reply. the issue is generated by Lazy Load option into SP Page Builder Configuration

That work fine on all webiste excluded errror.php

Regards

Emanuele

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #114528

Then if possible turn off this option.

0
P
Pirosoft
Accepted Answer
2 years ago #114696

Hi, this option is important for SEO, and the issue regard only for error.php page, and work fine on all website.

So disable this option is not a good idea, and is important to find a fix.

I've tried to insert link below scripts but the result is the same:

I hope that you could to help me to resolve this bug. Regards. E.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #114797

Did you follow my instructions which I gave after your first comment?

0
P
Pirosoft
Accepted Answer
2 years ago #114813

Yes, but the images doesn't appear

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #114946

Its actually appears, your image is like this gray see the link below:

https://www.aziendabanca.it/images/ab-design/placeholder_osoig9.svg

See when I set another image it looks like this:

https://prnt.sc/m6KXXznTd0_H

And use this CSS to see the image correctly

img.sppb-element-lazy {
    filter: unset !important;
}

Path towards custom CSS: Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

Did you insert any image on that link?

0
P
Pirosoft
Accepted Answer
2 years ago #115425

Hi, I didn't insert custom css code.

Isn't difficult: I've setup a placeholder image into lazyload option of sp pagebuilder component and in the error.php page the images doesn't switch to real image when appear on screen how happen in all page of website.

I think that need some js file that manage the switch already used by template in other pages.

Regards. E.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #115598

You can do it also, but I have this solution. You can use it.

0