Comments 11LillaGreen started the conversationFebruary 24, 2024 at 9:37amHow, How can I make all the images in my blog posts not clickable? In Customized "Disable Lightbox on Single Posts" option is turned on ... still the images are still opening. they should not be clickable.Please go to Appearance → Customize → Single Posts → General → turn on the "Disable Lightbox on Single Posts" option. Thank you 2,610PenciDesign repliedFebruary 24, 2024 at 9:45amHi,Please go to Appearance → Customize → Custom CSS then add the following custom CSS code: .entry-content img { pointer-events: none;}Regards,PenciDesign. 11LillaGreen repliedFebruary 24, 2024 at 11:59amHi, I need this only for the single blog post... is the css a general rule for not opening images? Thank you 2,610PenciDesign repliedFebruary 24, 2024 at 3:58pmHi,Please modify the CSS code: body.single .entry-content img { pointer-events: none;}Regards,PenciDesign. 11LillaGreen repliedFebruary 25, 2024 at 1:33amHallo,i did - but it is not working, please take a look at:https://staging.lillagreen.com/boracay-philippines-travel-guide/and check it by yourself.Thanks Tsvete 2,610PenciDesign repliedFebruary 25, 2024 at 1:54amHi,Please modify the CSS code: body.single .elementor-text-editor a { pointer-events: none;}Regards,PenciDesign. 11LillaGreen repliedFebruary 25, 2024 at 3:12amHallo,OK - this code worksThank you very muchGreets Tsvete 11LillaGreen repliedFebruary 26, 2024 at 1:00pmHello, Unfortunately this code doesn't work properly - it's no longer possible to click on the links with this coder and that's of course important!! Please adjust the code so that only the images are no longer clickable!! Thank you Tsvete 2,610PenciDesign repliedFebruary 26, 2024 at 1:58pmHi, Please modify the CSS code: body.single .elementor-text-editor a[href$=".jpg"], body.single .elementor-text-editor a[href$=".jpeg"], body.single .elementor-text-editor a[href$=".png"], body.single .elementor-text-editor a[href$=".gif"], body.single .elementor-text-editor a[href$=".bmp"] { pointer-events: none; } Regards,PenciDesign. 11LillaGreen repliedMarch 9, 2024 at 7:59amThank you, it worksTsvete Sign in to reply ...
How, How can I make all the images in my blog posts not clickable?
In Customized "Disable Lightbox on Single Posts" option is turned on ... still the images are still opening. they should not be clickable.
Please go to Appearance → Customize → Single Posts → General → turn on the "Disable Lightbox on Single Posts" option.
Thank you
Hi,
Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
Regards,
PenciDesign.
Hi, I need this only for the single blog post... is the css a general rule for not opening images? Thank you
Hi,
Please modify the CSS code:
Regards,
PenciDesign.
Hallo,
i did - but it is not working, please take a look at:
https://staging.lillagreen.com/boracay-philippines-travel-guide/
and check it by yourself.
Thanks Tsvete
Hi,
Please modify the CSS code:
Regards,
PenciDesign.
Hallo,
OK - this code works
Thank you very much
Greets Tsvete
Hello,
Unfortunately this code doesn't work properly - it's no longer possible to click on the links with this coder and that's of course important!!
Please adjust the code so that only the images are no longer clickable!!
Thank you Tsvete
Hi,
Please modify the CSS code:
Regards,
PenciDesign.
Thank you, it works
Tsvete