Tagged: enfold
-
AuthorPosts
-
January 28, 2015 at 10:16 pm #387424
Hi
is it possible to remove Lightbox opening opopus from images?Best, Oli
January 29, 2015 at 5:21 pm #387800Hey heufti65!
When you link to an image it will open up in a popup by default. If you want to stop that then add a class of “noLightbox” to the link like so.
<a class = "noLightbox" href = "URL to your image">Click me</a>Regards,
ElliottJanuary 29, 2015 at 6:25 pm #387868Hey Elliott,
i would prefer a general solution to avoid the lightbox from the image format.
I saw the following process: Some users with smaller screens are a little bit confused sometimes. They click on the image in the post and just want to see the post – not the image. They didnt realize the close popup cross.
When they click on the images on the preview category pages, the page opens and not a lightbox. And that´s waht they would expect.Thanks, Oli
January 30, 2015 at 10:13 am #388191Hey!
You can disable the Lightbox Modal Window on Enfold > Theme Options panel.
Regards,
IsmaelJanuary 30, 2015 at 11:48 am #388233Hi
sorry Ismael. Maybe i have described it not good enough. Disabling the lightbox via the enfold panel avoids all Lightbox Popups and the linked images open in regular browser page.
I want to prevent the linking from title images in posts in general – and only the title images in the posts formats. Is there a possibility to code something that only targets the title images of the posts?January 30, 2015 at 5:20 pm #388345Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.single .big-preview.single-big { pointer-events: none; }and post the link to your website if that does not help
Regards,
YigitJanuary 30, 2015 at 8:50 pm #388504This reply has been marked as private.January 30, 2015 at 9:43 pm #388531Hi!
Please review your website now. I have adjusted the code a little bit in Quick CSS field
Best regards,
YigitJanuary 30, 2015 at 10:05 pm #388540Wonderful. Works perfect.
Thanks YIGIT. -
AuthorPosts
- The topic ‘Remove Lightbox from images’ is closed to new replies.
