Easy project or way to make a simple photo gallery with text on V7.4.1?
I don't know if this topic is in the right category but i have a problem. I have tried to make a simple lightbox photo galley with text under each picture but all the photo gallery/lightbox project's/plguins aren't working with the latest Umbraco V7.4.1 which are on my school's website that i'm currently developing. So i ask you now, is there an easy project/plugin or way to make a simple photo gallery with text + lightbox? I really appreciate your help. :)
This is not a complete solution, but more pointing you in the right direction:
Under Settings, Select the DocumentType you´d like to have a gallery, Add a property called Images of the DataType Media Picker and tick the option Pick multiple items.
In your Template, referencde the following CSS and JavaScript:
Hey! Thanks for the answer Dennis, but i found a way to get ligthbox to finally work with "lokeshdhakar" Lightbox2, but thanks for helping me out though.
Easy project or way to make a simple photo gallery with text on V7.4.1?
I don't know if this topic is in the right category but i have a problem. I have tried to make a simple lightbox photo galley with text under each picture but all the photo gallery/lightbox project's/plguins aren't working with the latest Umbraco V7.4.1 which are on my school's website that i'm currently developing. So i ask you now, is there an easy project/plugin or way to make a simple photo gallery with text + lightbox? I really appreciate your help. :)
This is not a complete solution, but more pointing you in the right direction:
Under Settings, Select the DocumentType you´d like to have a gallery, Add a property called Images of the DataType Media Picker and tick the option Pick multiple items.
In your Template, referencde the following CSS and JavaScript:
(Remember that CSS should be in your head and your scripts sholud be in the bottom of your body.)
Then add the following code to render the gallery:
(Then if you´d like you´d want to refactor this to make is look prettier, i wrote this very quickly to give you an idea.)
Hey! Thanks for the answer Dennis, but i found a way to get ligthbox to finally work with "lokeshdhakar" Lightbox2, but thanks for helping me out though.
Great to hear that it worked out for you! :)
is working on a reply...