We're merging with GenerateBlocks! Learn more here.

[Resolved] Arrows on Carousel

Please login to receive premium support.

Support for the free plugin can be found here.

Home Forums Pro Support Arrows on Carousel

Tagged: 

Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #11898
    Andreas
    Participant

    Hallo , i need some help , i need on my carousel wp show post to add left and right two arrows is this possible ??

    #11914
    Andreas
    Participant

    Hallo Tom i have found your filter to remove dots and show arrows but i have used it , and dots disappeard but i dont see arrows ! can you please help me how to show them ?

    Thanks man

    #11927
    Andreas
    Participant

    Ok man i found it ! thanks

    #11931
    Andreas
    Participant

    Hi Tom , even if i see the css classes they are not changing , dont know why

    #11937
    Tom
    Keymaster

    Hi there,

    Can you link me to the page where I can see them?

    Let me know 🙂

    #11943
    Andreas
    Participant

    Hi Tom , i found it , just the classes needed !important to overide the style .

    I have a question , will wp show post continue to be supported ? i mean we see the beta version a long time and no new updates , i would like to know before i move on using it on my new sites

    Thanks

    #11944
    Andreas
    Participant

    Tom i try to add the text over the post inside the card on top of it with a small background , but as i give it margin the text goes behind the photo , can i share the link with you ?

    #11945
    Andreas
    Participant

    Also Tom arrows are breaking the mobile , 🙁 needs too much improvement

    #11965
    Tom
    Keymaster

    Yes, the arrows part of it isn’t perfect, which is why we haven’t included it in the latest version as of right now. It likely needs some CSS to work nicely on mobile. I’m happy to take a look if you have a link for me.

    WPSP is still supported, but we’re trying to figure out how to bring it into the Gutenberg-world, which is why updates have stalled for now.

    #11970
    Andreas
    Participant

    Hey tom nice to know that you consider to keep this , cause it is really helpfull and with GP is really a nice combo and has helped me a lot .

    So my link is i have hided for now on mobile , if the arrows cant play right , the ideal would be on carousel the half card to be left and right so the user can understand that this is a slider . is an idea

    https://pharmasept.bee.backtobuzz.com/

    #11978
    Tom
    Keymaster

    Any chance you can re-show the arrows on mobile so I can take a look?

    #11988
    Andreas
    Participant

    Ok Tom i have enable them again ! thanks for your support i really apreciate

    #12009
    Tom
    Keymaster

    What if you do this?:

    #wpsp-71 .slick-arrow {
        z-index: 500;
    }
    
    #wpsp-71 .slick-prev {
        left: 0;
    }
    
    #wpsp-71 .slick-next {
        right: 0;
    }
    #12013
    Andreas
    Participant

    wow works perfectly ! i will use it on my other stuff also ! thanks tom !

    #12093
    Tom
    Keymaster

    You’re welcome 🙂

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