Skip to content
Grav 2.1 is out: every page speaks Markdown. Read the announcement →

Implement lightslider

first-time

Started by Ancy_Seles 7 years ago · 3 replies · 1535 views
7 years ago

For the simple solution you linked to, without the "modular slider" option mentioned, you need to have this kind of structure:

YAML
pages
 |
  05.sliderpage
   |
   - mypage.md
   - slide_image1.jpg
   - slide_image2.jpg
   - slide_image3.jpg

Then you would put the first bit of Twig into your theme's templates folder as mypage.html.twig in this example. That Twig simply loops through every image file found in the same folder as the page using it, and selects them for the slider.

Also add the CSS listed to your theme's scss/_custom.scss (or create it). Unfortunately that example shows SCSS, which means you need to be running your CSS preprocessor for it to work.

There is also the lightslider plugin, which I find a bit clunky but much simpler to get going!

Let us know how you go.

1 reply
7 years ago

Hallo Hugh,

Than you answering my question. Unfortunately, it didn’t work. I installed lightslideer. But it doesn’t work.

Suggested topics

Topic Participants Replies Views Activity
Plugins · by complanar, 2 weeks ago
2 258 4 days ago
Plugins · by Vladimir Novak, 1 month ago
3 595 1 month ago
Plugins · by Mathieu Lecouturier, 2 months ago
3 417 2 months ago
Plugins · by Slebeig, 2 months ago
1 531 2 months ago
Plugins · by Rene, 3 months ago
2 733 3 months ago