@yoelianto said in Gallery Photo Module:
ery
I am pretty sure this topic is dead, but if you actually need a Gallery instead of a Slider module, my new Gallery module could work our better than Slider module for you
@yoelianto said in Gallery Photo Module:
ery
I am pretty sure this topic is dead, but if you actually need a Gallery instead of a Slider module, my new Gallery module could work our better than Slider module for you
Hi @daowen
if there is something broken on Slider module, please feel free to open an issue on github
https://github.com/BocianCZ/slider-module
please make sure to provide information about what exactly is broken, version of slider module / asgard, steps to reproduce, error message, etc. (or you can of course post the info here, but I do not monitor asgard forums that often)
I am currently running Slider module 3.2.1 on AsgardCMS 3.6.1 without a problem, but it is possible that I missed something, in that case, please send me more info and I'll see what I can do
@deben I'm not sure if you're still looking for slider module, but I had the same need, so I created one and made it available through Composer: https://packagist.org/packages/bociancz/slider-module
It's missing docs right now, but you can just install it to your asgard same way as any other module (composer require bociancz/slider-module dev-master
), then setup your slider in the backend, and then render it in your template as {!! Slider::render('slider_system_name') !!}
Right now, it only supports generic Bootstrap carousel, but I will do customizable styling once I have little more time for this.
If nothing else, it could point you to the right direction