Hi,
I need your help, I have activated my advanced layout builder for my blog but the preview image don’t show there is only text, I would like a little preview, how do I achieve that manually with the advanced layout builder ?
Can I add my articles one by one in my blog page so I can put something (an image) in between ?
Thank you
Hey jimbeamkentucky,
Did you add the image via the featured image section on the bottom right of the page or another method?
Best regards,
Jordan Shannon
Hi, Jordan
I solved the probleme on desktop BUT I still have a streched image in height on the mobile responsive preview , how can I fix that??? thank you
Hi,
Can you please include a URL to the page you are having an issue with?
Best regards,
Mike
voila merci
Hi,
It seems right click and element inspector have been disabled from the site. Can you please remove it as it is needed to move forward.
Best regards,
Jordan Shannon
sorry it’s my copy protection, it has been deactivated now you’re good
Hi,
It is still not functional for me. I have completely cleared the cache and browser.
Best regards,
Jordan Shannon
Hi Jordan,
I completly removed the copy protection plugin and deactivated the supercache plugin, I don’t know what I can do more,
thanks for help
Hi,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:767px) {
.big-preview img {
width: 100% !important;
height: auto !important;
}
}
Let us know if this helps :)
Best regards,
Nikko