Tagged: x
-
AuthorPosts
-
April 5, 2016 at 9:08 am #867676
I have been digging around and can see there are some issues with the Ethos post carousel. Mine is not working. I tried adding the the following code in the custom JS section of the customizer ` jQuery(document).ready(function() {
jQuery(‘.x-post-carousel’).slick({
speed : 500,
slide : ‘li’,
slidesToShow : 5,
slidesToScroll : 1,
responsive : [
{ breakpoint : 1500, settings : { speed : 500, slide : ‘li’, slidesToShow : 4 } },
{ breakpoint : 1200, settings : { speed : 500, slide : ‘li’, slidesToShow : 3 } },
{ breakpoint : 979, settings : { speed : 500, slide : ‘li’, slidesToShow : 2 } },
{ breakpoint : 550, settings : { speed : 500, slide : ‘li’, slidesToShow : 1 } }
]
});
});`This did not work. Whats the next step? I will include WP credentials in a private post below.
April 5, 2016 at 9:09 am #867678This reply has been marked as private.April 5, 2016 at 10:25 pm #868543Hi there,
Thanks for writing in! I can see you are using a static home page instead of blog index page. If you want Ethos Carousel, you need to set Front page displays to Your latest posts from Settings > Reading.
For more information, you can follow Ethos customizer guide – https://community.theme.co/kb/customizer-ethos/
Hope this helps.
Cheers!
-
AuthorPosts