I have an old, simple Kirby site that I created myself with images and videos that are shown in a lightbox. (http://synsnerve.dk/objekter - for some reason the lightbox doesn’t work in the https version).
My question is: Would it be easy to re-create this site in the latest Kirby? Simple pages with a gallery where the assets open in a lightbox (and videos can play in the lightbox) + the user can navigate to the next/previous asset while staying in the lightbox mode. Is this easy to create with plugins in Kirby or would I need to code it again with PHP? I don’t see any of the templates avaialble that have this simple fucktionality.
I hope you can help. I want to upgrade and rebuild the site, but my PHP abilities are long gone.
I don’t think it would be too difficult to replicate your current (beautifully minimal) website with the latest Kirby Starterkit (with built-in lightbox) in terms of layout and image galleries etc.
However, the aforemenioned lightbox is rather limited (albeit by design). In this respect I chose SimpleLightbox for a recent client site built with Kirby. This offers the next/previous navigation functionality you require with very little configuration. Works smoothly on conventional and touch displays too.
that is because of the browser blocking mixed content:
In other words, you are trying to load scripts from insecure origins. The browser blocks those when the page is loaded via a secure connection. Specifically, in your case you’re trying to load jQuery from an http url:
No PHP knowledge required. All you are doing is integrating the Javascript and CSS files used to power the Lightbox. You can see how this is done by examining the source code of the Starterkit.