Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #867676

    Satchel L
    Participant

    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.

    #867678

    Satchel L
    Participant
    This reply has been marked as private.
    #868543

    Rupok
    Member

    Hi 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!