Trigger lightbox for images inserted manually with HTML
-
Hi,
how can I trigger the Lightbox plugin to present images, that were inserted manually in the gridder with custom HTML? Here is the corresponding webpage.<div class="swarmContainer"> <img id="swarmPic1" src="link/to/image1.jpg"> <img id="swarmPic2" src="link/to/image2.jpg"> </div>Thank you very much and have a nice weekend!
-
images need to be in a div with data-type="img" and class col
so:
<div class="swarmContainer col" data-type="img"> <img id="swarmPic1" src="link/to/image1.jpg"> <img id="swarmPic2" src="link/to/image2.jpg"> </div>and these images have to be inserted inside the gridder for example by using +more → +html in the gridder
why do you want to insert images manually?
-
I did exact this but unfortunately it did not work... What could be missing?
I could not manage to align normal image inserts the way I wanted with custom ids and css, so I tried to insert the images with pure html and it worked...
-
ah i forgot something
-
<div class="swarmContainer col" data-type="img"> <div class="img"><img id="swarmPic1" src="link/to/image1.jpg"></div> <div class="img"><img id="swarmPic2" src="link/to/image2.jpg"></div> </div>it also has to be inside a container with .img like above
-
<div class="swarmContainer col" data-type="img"> <div class="img"><img id="swarmPic1" src="link/to/image1.jpg"></div> <div class="img"><img id="swarmPic2" src="link/to/image2.jpg"></div> </div>it also has to be inside a container with .img like above
Did not work either :-(
No pictures are shown at all.
I also tried it with a new blank page and removed the swarmContainer class. -
ok then probably it cant be done ://
For paid 1-on-1 Lay Theme Coaching, contact Audrey (audrey@cyberslayers.work) or me (info@laytheme.com).
We also code custom websites or bespoke Lay features. Drop me a line at info@laytheme.com or check out my work at arminunruh.com.
Want to support my work? paypal.me/arminunruh
Before you post:
- When using a WordPress Cache plugin, disable it or clear your cache.
- Update Lay Theme and all Lay Theme Addons
- Disable all Plugins
- Go to Lay Options → Custom CSS & HTML, click "Turn Off All Custom Code", click "Save Changes"
This often solves issues you might run into
When you post:
- Post a link to where the problem is
- Does the problem happen on Chrome, Firefox, Safari or iPhone or Android?
- If the problem is difficult to explain, post screenshots / link to a video to explain it