Hi @yehuda , Welcome to Grav 🙂
I have had a bit of a play and finally got it working , the plugin instructions were a little vague , but to get it working as it was intended in a module page is as follows
install grav , ensure the error, problems and lightslider plugin are installed and enabled.
Download the github resource which will give you a new folder 03.LightSlider and copy it your pages directory.
https://github.com/spamhater-grav/GravCms-Lightslider-Plugin-QuarkDemo
Expand the archive and copy the 03.Lightslider to your pages directory
It shows the layout format to get it working as a module.
Basically a modular page is created and then under that is modular
pages / items including the slider is made as a module underneath.
I have added a bit of text above and below it as the modular directory and used page number rather than _prefixes, so you can change the order through the admin panel.
If you made the modular subpage as non-number prefix you will have to alter the 03.LightSlider page and add your custom order in the frontmatter like
order:
by: default
dir: asc
custom:
- _above
- _slider
- _below
and finally the extra line in the 03.LightSlider modular.md
will make sure it show the main site navigation
onpage_menu: false
The demo has been tested with Quark theme, and the above onpage_menu is currently only applicable to that theme (eeK) Ask away if you have any more questions