Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #632089

    Hi, i want to call this go next function at the end of my post on mobile, its possible to call this funcion in a button?
    tks

    #632091

    Hey emanar,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    
    @media only screen and (max-width: 767px) {
    .responsive #top .avia-post-nav {
        display: block;
        top: 90%;
    }}
    

    Best regards,
    Yigit

    #632362

    Hi, thats interesting.
    But I’m trying to add the function to a button in the middle of the post.
    What I wonder if its possivle create a button on click ll call the function that is used in this .avia post-nav button
    tks! :)

    #632435

    Hi,

    We would be glad to help you with this customization, but at the moment there is no easy way to do this by using a small custom code snippet But please feel free to request such feature at our feature request system: https://kriesi.at/support/enfold-feature-requests/

    You could also try a plugin like https://wordpress.org/plugins/wp-post-navigation/

    Best regards,
    Vinay

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