Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1068781

    – category page: is it possible to have the posts layout be set with masonry layout?
    – single page: the next and previous button (that has the cool hover effect on desktop) is not showing in mobile. What’s the solution to make people navigate on that page?

    thanks,
    Priscilla

    #1069109

    Hey the88project,

    Please, refer to the solution posted here

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #1070462

    Thank you for the answer about the masonry.
    Could you please also answer the other question?
    – single page: the next and previous button (that has the cool hover effect on desktop) is not showing in mobile. What’s the solution to make people navigate on that page?

    #1071418

    Hi Priscilla,

    I am not seeing them on the desktop either. Please give us the page where we can see the issue.

    Best regards,
    Victoria

    #1071628

    Hi Victoria, single blog page link in the private content.
    Thank you!

    #1073711

    Hi,
    Sorry for the late reply, the post nav buttons are disabled for mobile devices, to enable, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

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

    Best regards,
    Mike

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