Page 1 of 3

New: Image Gallery Plugin - ImageGallery Lite

Posted: Fri Apr 16, 2021 1:25 am
by novafacile
Hello,

we've published a new plugin:

novaGallery Lite - an image gallery based on the php image gallery novagallery.org.
  • Adds a simple photo gallery on a page.
  • Includes a lightbox
  • Images can be managed in the admin interface.
  • Thumbnails are generated automatically
  • All configurations are explained in the settings.
  • Included template should work with all kindes of templates because novagallery-lite uses pure css grid
  • For an individual template/styling just copy the files novagallery.php and/or novagallery.css from the plugin folder /layout into your own template directory and customize them.
Currently it's beta version and it would be great if someone can test it.

https://bludit-plugins.novafacile.com/#imagegallery

Let me know if you found some issues. :)

Re: New: Image Gallery Plugin - novaGallery Lite

Posted: Fri Apr 16, 2021 5:54 pm
by lodria
I'm testing!

Re: New: Image Gallery Plugin - novaGallery Lite

Posted: Fri Apr 16, 2021 6:08 pm
by lodria
The logic is good. However, when I upload the images and open the configured page, it does not show an image but an empty link as if the image had not been uploaded. It would be nice to be able to position the image viewer where it should appear. Front, back, possibly in the middle. Or how to handle image viewers if you already have more. If we want to change it is easy to find. I hope it will be good.. ;)

Re: New: Image Gallery Plugin - novaGallery Lite

Posted: Fri Apr 16, 2021 6:12 pm
by lodria
After I upload the images, I don't see it there at the plugin. As if it didn't even charge. Portfolio themes if that helps

Re: New: Image Gallery Plugin - novaGallery Lite

Posted: Fri Apr 16, 2021 6:15 pm
by lodria
the images are there in the bl-content / novagallery folder

Re: New: Image Gallery Plugin - novaGallery Lite

Posted: Fri Apr 16, 2021 6:43 pm
by novafacile
lodria wrote: Fri Apr 16, 2021 6:15 pm the images are there in the bl-content / novagallery folder
This is good. So Upload works.

Some further question to find the problem:
  1. Are the images there in a folder called album? And is in this folder an other folder called cache?
  2. Are in the cache-Folder the two folders thumb and large?
  3. Are in this folders images?
The plugin creates thumbnail and large version of every image on upload. If this doesn't work it tries to create them on first call in the frontend. For that it uses the default images helper of Bludit which uses the php-gd libary.

Re: New: Image Gallery Plugin - novaGallery Lite

Posted: Fri Apr 16, 2021 6:53 pm
by novafacile
edit: this post can be deleted

Re: New: Image Gallery Plugin - novaGallery Lite

Posted: Fri Apr 16, 2021 7:02 pm
by novafacile
lodria wrote: Fri Apr 16, 2021 6:12 pm After I upload the images, I don't see it there at the plugin. As if it didn't even charge.
I think I could reproduce the bug. Just working on a fix...

Re: New: Image Gallery Plugin - novaGallery Lite

Posted: Fri Apr 16, 2021 7:18 pm
by novafacile
The problem was the cache dir permission.

New version with fix is online:
https://bludit-plugins.novafacile.com/#imagegallery

Re: New: Image Gallery Plugin - novaGallery Lite

Posted: Sat Apr 17, 2021 8:10 am
by lodria
Hi!

The cache folder is empty unfortunately, this could be a problem.
Also, I still can't see the uploaded images at the plugin.
I haven't seen any change since the update, but I'm still trying.
;)