We're merging with GenerateBlocks! Learn more here.

[Support request] Need help with Carousel

Please login to receive premium support.

Support for the free plugin can be found here.

Home Forums Pro Support Need help with Carousel

Viewing 15 posts - 1 through 15 (of 19 total)
  • Author
    Posts
  • #10429
    Mike Chen
    Participant

    Hello,
    It’s me from GeneratePress https://generatepress.com/forums/topic/custom-thumbnail-titles/

    I was wondering if you could double check my implementation for Carousel for the latest posts section. When I enabled it, the size of the posts are not uniform. Would it be possible to fix that?

    And do I need to enable pagination?

    #10441
    Tom
    Keymaster

    Hi there,

    Is there a specific page/site I should be looking at?

    Pagination won’t work with the carousel.

    #10444
    Mike Chen
    Participant

    tokyotravelguide.com under latest posts. i have carousel enabled. but the heights of the post are not uniform for some reason

    #10455
    Mike Chen
    Participant

    I’m not sure why but on different computers and on mobile, the latest post section is blank. Whereas on my computer it shows my posts, but the carosel is not working properly. I am using WP Rocket, would there be a conflict? Thanks

    #10458
    Tom
    Keymaster

    Does it go away if you disable WP Rocket? I’m seeing a blank space right now.

    #10469
    Mike Chen
    Participant

    Yeah it seems to work when it is disabled

    #10470
    Mike Chen
    Participant

    I may have to exclude the file for optimization , that may be a solution? If so could you point me to which code to omit

    #10493
    Tom
    Keymaster

    This is one of the remaining bugs we have to figure out before releasing the stable version.

    How does WP Rocket exclude scripts? Does it use a name or a relative URL to the file?

    #10537
    Mike Chen
    Participant
    #10542
    Tom
    Keymaster

    Got it, try this in the JS exclusions:

    wp-content/plugins/wp-show-posts-pro/modules/carousel/slick/slick-min.js

    #10577
    Mike Chen
    Participant

    I think it was the loading javascript deferred that was messing it up.

    So I had to disable to make it work

    Do you know how to make the boxes even?

    View post on imgur.com

    I tried to do the arrows but that did not work too instead of the dots

    #10580
    Tom
    Keymaster

    Can you link me to that page?

    #10583
    Mike Chen
    Participant

    tokyotravelguide.com

    #10588
    Tom
    Keymaster

    Give this a shot:

    #wpsp-299 .slick-track {
        display: flex;
    }
    
    #wpsp-299 .slick-slide {
        float: none;
        height: auto;
    }
    #10589
    Mike Chen
    Participant

    awesome. that worked. could you also take a look at the scroll function for the carousel? it doesn’t seem to be working and if so could you tell me how to get the arrows? thanks

Viewing 15 posts - 1 through 15 (of 19 total)
  • You must be logged in to reply to this topic.