- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2020
06:57 AM
07-07-2020
06:57 AM
zemez film slider
Hi all,
First time writing here, I bought a zemez template ver. 2.3.4. I want every photo of the slider to go to a link.
If I put that code it ruins the slider the next banner is going down and the buttons dissappear.
Any suggestions?
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2021
10:44 AM
08-02-2021
10:44 AM
Re: zemez film slider
It's year later so probably you don't need help anymore but I'll leave an answer here for future reference.
- Add "Layer Text" to your slide
- Set "Layer text/html" to
<a href="/example-url"></a>
- DO NOT set "Layer Width" nor "Layer Height"
- Add this to your themes LESS styles
.sp-slide .sp-layer { width: 100%; height: 100%; > div { a { display: block; width: 100%; height: 100%; position: absolute; left: 0; right: 0; top: 0; bottom: 0; } } }
- Done!