-
AuthorPosts
-
April 25, 2014 at 2:03 pm #256075
Hello
All the Featured images open a lightbox. Sometimes it is usefull becase the image contains stuff to read/see, sometimes we do not not to see the full image because it is only decorative.
I would like to have the choice to make the feature image to be open or not into a lightbox…
ThanksApril 25, 2014 at 5:25 pm #256226Hey pako69!
Can you post the link to your website and point out the elements that you do not want to open in lightbox? If you would like to remove clicking from blog featured images, please add following code to Quick CSS
.big-preview.single-big { pointer-events: none; }
Cheers!
YigitApril 25, 2014 at 5:42 pm #256239yes
here: http://www.strategies-ecommerce.com/actualites/evenements/conference-m-commerce-geomarketing-paiement-mobile-salon-mobile-it-2013 > the lightbox effect is not useful
here: http://www.strategies-ecommerce.com/actualites/evenements/parcours-client-personnalisation-social-crm > the lightbow effect is usefull because the image contact importants informations.April 25, 2014 at 6:04 pm #256260Hi!
You can turn it off using following custom CSS code
.postid-2339 .single-big { pointer-events: none!important; }
you should change the post id for posts you would like to disable lightbox. You can right click on Chrome or Firefox to inspect elements to find post ID’s http://i.imgur.com/HyPTCRg.jpg
Regards,
YigitApril 25, 2014 at 6:17 pm #256267Hey Yigit, yes i know all of that, but it’s the hardest way to do it.
I have editors on that site and they don’t know anything about FTP/CSS /-)I just wonder if it should be possible to add a custom meta_box with two choices like:
[x] link the feature image
[ ] Do not link the feature imageWith that enable, it will be easy to add some PHP code into single php that read the user choice and apply (or not) a link to the feature image…
You see what I mean?
April 25, 2014 at 6:19 pm #256269Hi!
I understood that but for that kind of customization you are going to need to hire a freelance developer, if you really need it urgent. You can also request it here – https://kriesi.at/support/enfold-feature-requests/
I believe other customers may want such feature as wellCheers!
YigitApril 25, 2014 at 6:26 pm #256274Okey… I just post my request…
April 25, 2014 at 6:30 pm #256276Hey!
Great! I am marking this thread as resolved for now. If you have any other questions or issues, let us know :)
Cheers!
YigitApril 27, 2014 at 11:59 am #256774 -
AuthorPosts
- The topic ‘Featured image : with or withouk a lightbox effect’ is closed to new replies.