Lightbox for uploaded images
Quote from collandi on June 12, 2017, 1:48 pmHello,
it’s possible to show the uploaded images in a lightbox?
Oder auf Deutsch:
Ist es möglich, die hochgeladenen Bilder in einer Lightbox anzuzeigen? Mit dem Plugin “Responsive Lightbox”, das mehrere lightboxes beinhaltet, funktioniert es leider nicht.
Danke für das gute und übersichtliche Forum-Plugin.
Beste Grüße
Andreas
Hello,
it’s possible to show the uploaded images in a lightbox?
Oder auf Deutsch:
Ist es möglich, die hochgeladenen Bilder in einer Lightbox anzuzeigen? Mit dem Plugin “Responsive Lightbox”, das mehrere lightboxes beinhaltet, funktioniert es leider nicht.
Danke für das gute und übersichtliche Forum-Plugin.
Beste Grüße
Andreas
Quote from SmokerDude on September 17, 2018, 9:26 pmWould be great to have a solution without installing an extra plugin.
I have a website running with Elementor Pagebuilder what has it’s own lightbox. Any options to make use of this?
Would be great to have a solution without installing an extra plugin.
I have a website running with Elementor Pagebuilder what has it’s own lightbox. Any options to make use of this?
Quote from Asgaros on September 17, 2018, 9:42 pmHello @smokerdude
I am not exactly sure how Elementor Pagebuilders lightbox-system works. Usually those kind of libraries detect images based on specific HTML-attributes.
If it uses special jQuery selectors you could try to add some own rules. The thumbnails for uploaded files can be selected with:
$('.uploaded-file img')
Hello @smokerdude
I am not exactly sure how Elementor Pagebuilders lightbox-system works. Usually those kind of libraries detect images based on specific HTML-attributes.
If it uses special jQuery selectors you could try to add some own rules. The thumbnails for uploaded files can be selected with:
$('.uploaded-file img')
Quote from SmokerDude on September 17, 2018, 9:44 pmHi @Asgaros,
thank you for your answer. Because I don’t have any coding skills I don’t know what to do with the mentioned line of code.
If you tell me: “Put this in your functions.php: …” I will be able to follow. But unfortunately not more 😉
Hi @Asgaros,
thank you for your answer. Because I don’t have any coding skills I don’t know what to do with the mentioned line of code.
If you tell me: “Put this in your functions.php: …” I will be able to follow. But unfortunately not more 😉
Quote from Asgaros on September 17, 2018, 11:26 pmUnfortunately I dont know this plugin so I cant give you any exact code at the moment. There is also not that one solution because there are so many plugins out there for this kind of functionality and I dont want to add an integration for a specific third-party plugin only.
Anyway: I plan to improve the entire upload-behavior in a future update, so maybe I can find a nice way to add some lightbox-functionality as an enhancement one day. 🙂
Unfortunately I dont know this plugin so I cant give you any exact code at the moment. There is also not that one solution because there are so many plugins out there for this kind of functionality and I dont want to add an integration for a specific third-party plugin only.
Anyway: I plan to improve the entire upload-behavior in a future update, so maybe I can find a nice way to add some lightbox-functionality as an enhancement one day. 🙂
