Tagged: LayerSlider WP
-
AuthorPosts
-
July 23, 2014 at 3:20 pm #294965
I was hoping that I can use this feature (LayerSlider WP – dynamic content from posts) to display 3 random blog posts (or at least one – the latest, most read, etc.) on a slide but it doesn’t seem to work for me.
I have used the following placeholders:
[title] [excerpt] Learn more
On preview I can see one but live the slider remains blank.
Any suggestions?
- This topic was modified 10 years, 4 months ago by meridianwest.
July 24, 2014 at 5:09 am #295258Hi!
At least on my end, it seems to be working.
Best regards,
JosueSeptember 29, 2015 at 4:18 pm #510826Hi guys,
I’m trrying something similar. I would like to have the 8 (or so) latest post shown in de Layer Slider. The idea as shown in this image.
I came up with this code [title] but ofcourse it will only show one post. How can I achieve this?Cheers,
Steven
September 30, 2015 at 9:40 am #511232Hi Steven!
Have you configured the Post Options? there you can set which Posts are shown.
Regards,
JosueSeptember 30, 2015 at 9:57 am #511255Hi Josue,
Yes I did. What I would like is to have the first 8 posts showing up in the slider. I can’t get it to work though. I tried Get the following item in the set of matched selection or I can choose which one ( 1st 2nd etc.) I can’t select the first 8 here.
Cheers,
Steven
September 30, 2015 at 11:36 pm #511875You can’t select the first 8 in the same layer, you’d need to create 8 layers and select the 1st, 2nd, 3rd in each one respectively.
Best regards,
JosueOctober 2, 2015 at 9:13 am #512622Hi Josue,
Thanks for your reply. I figured out an easy way to achieve this: Just open a page and select default editor mode. In the text editor, use the magic wand and select: Content Elements> Blog posts. Use the settings as required and copy the generated shortcode in the Layer Slider.
The only thing is how to figure out to get the layout as in my screendump. Would be great if you could point me in the right direction.
Please find the URL in the private section.Cheers,
Steven
October 2, 2015 at 11:08 pm #513068Hey!
Try adding this code to the Quick CSS:
.ls-l .slide-entry-wrap { margin: 0 !important; } .ls-l .slide-entry { margin-bottom: 5px !important; }
Cheers!
JosueOctober 5, 2015 at 12:11 pm #513665Hi,
Works like a charm. Thanks!
October 5, 2015 at 12:15 pm #513669You are welcome, glad to help :)
Regards,
JosueOctober 5, 2015 at 12:21 pm #513676Hi,
Just one thing. It works on the frontpage but on other pages I get a strange layout in de slider. Please check the URL in the private section.
Any ideas?
Cheers.Steven
October 5, 2015 at 12:24 pm #513680Add this too:
.ls-l a.slide-image { display: none !important; }
Best regards,
JosueOctober 5, 2015 at 12:31 pm #513689You’re the man! Thanks again.
-
AuthorPosts
- The topic ‘LayerSlider WP – dynamic content from posts’ is closed to new replies.