-
24th November 2016 at 8:50 am #7504
I have looked at this request.
Unfortunately the gallery module is much to complex to be used as a simple block on the Home page. It would need to be re-written as a completely new module. That would require a very large amount of time (and money – hundreds of dollars) and I do not have the time available.I can make three alternative suggestions:
- Use the already existing slideshow block.
- Use an HTML block, and create a slideshow of images. See attached image for the menu icon to use.
- Use an HTML block and insert the necessary code for any javascript slide show you choose.
Choice 1 is the easiest, but only shows small random images.
Choice 2 is also easy to use as already included in the editor. You can read more about using this feature here: http://devlabnet.eu/softdev/slideshow/
But there is a bug in kiwitrees 3.2.3, so you will not the see the correct icon. Fix the bug by replacing the file /modules_v3/ckeditor/module.php with the one in the attached zip folder.
You can see an example in use at http://bootesgowland.info/kiwitrees/
Choice 3 is more flexible but requires some programing expertise. I use this on my site here http://www.our-families.info/
I use this javascript product: http://kenwheeler.github.io/slick/Nigel
My personal kiwitrees site is www.our-families.info
Author