Image Gallery Lite Plugin - Love it!

rgrassi
Ssr. Bludit
Posts: 13
Joined: Wed Dec 09, 2020 3:56 pm

Hi all! :)
Thank you very much for this plugin.
It's very nice and useful.
Is there any release date for the full version with multiple albums for different pages?
Rob
User avatar
novafacile
Master Bludit
Posts: 107
Joined: Sat Oct 06, 2018 4:47 pm
Has thanked: 35 times
Been thanked: 10 times
Contact:

Hi,

I'm glad you like the plugin. There is no concrete release date for the premium version yet but I can say that it won't be long. Less than 2 months.

I hope that's okay and you can still wait. The plugin is being developed in my spare time and should still be extensively tested and run as stable version.
rgrassi
Ssr. Bludit
Posts: 13
Joined: Wed Dec 09, 2020 3:56 pm

novafacile wrote: Tue Sep 07, 2021 10:42 pm Hi,

I'm glad you like the plugin. There is no concrete release date for the premium version yet but I can say that it won't be long. Less than 2 months.

I hope that's okay and you can still wait. The plugin is being developed in my spare time and should still be extensively tested and run as stable version.
I can wait for sure...
Thank you very much!
Rob
User avatar
novafacile
Master Bludit
Posts: 107
Joined: Sat Oct 06, 2018 4:47 pm
Has thanked: 35 times
Been thanked: 10 times
Contact:

The plugin Image Gallery Pro is available now.

You can get it on the Image Gallery Plugin page: Image Gallery Pro Plugin
rgrassi
Ssr. Bludit
Posts: 13
Joined: Wed Dec 09, 2020 3:56 pm

GREAT!
I was eagerly waiting for it!
Thanks
Rob
rgrassi
Ssr. Bludit
Posts: 13
Joined: Wed Dec 09, 2020 3:56 pm

One question.
Will the new plugin handle an already existing album or should I create it from scratch?
Rob
User avatar
novafacile
Master Bludit
Posts: 107
Joined: Sat Oct 06, 2018 4:47 pm
Has thanked: 35 times
Been thanked: 10 times
Contact:

It's possible both.

It can handle the current uploaded images as an "album".

If you want this feature, it's important, that you activate the feature "protect image store" in the lite version before you uninstall the lite version.
User avatar
bluuuditfan
Ssr. Bludit
Posts: 14
Joined: Fri Aug 09, 2019 6:27 am
Location: Potsdam, Germany
Contact:

Hi.

I have a problem with the Pro version. The plugin outputs the image gallery as HTML. But there is no layout. When I click on an image, the JPG file opens in the browser window.

It looks like CSS and JS are missing. What do I have to do.

Thanks a lot for the help.
User avatar
Edi
Site Admin
Posts: 3121
Joined: Sun Aug 09, 2015 5:01 pm
Location: Zurich
Has thanked: 54 times
Been thanked: 77 times
Contact:

Is there a link with the installation?
Clickwork - Websites mit Bludit | Planet Bludit - Tipps und Snippets
User avatar
novafacile
Master Bludit
Posts: 107
Joined: Sat Oct 06, 2018 4:47 pm
Has thanked: 35 times
Been thanked: 10 times
Contact:

This really sounds like missing js and css.

Do you have the css files in the html head?

Code: Select all

<link rel="stylesheet" type="text/css" href="/bl-plugins/imagegallery-pro/css/simple-lightbox.min.css?version=3.13.1">
<link rel="stylesheet" href="/bl-plugins/imagegallery-pro/layout/imagegallery.css">
And the js code before body closed?

Code: Select all

<script charset="utf-8" src="/bl-plugins/imagegallery-pro/js/simple-lightbox.min.js?version=3.13.1"></script>
<script>var lightbox = new SimpleLightbox(".imagegallery .imagegallery-image .imagegallery-image-link", {});</script>
If they are missing, wich theme do you use? Maybe the plugin hooks are missing in the template.

As Edi wrote, do you have a link to take a look?
Post Reply