Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #874279

    Hi, I need to show the previous/next buttons on mobile site for my client, I added the code you suggested in this topic, but this does not work on the website, can you help me?
    thank you
    Claudia

    #874937

    Hey Claudia,

    Thanks for the link, though I couldn’t see the element in question on that page. On what page are you using it?

    Best regards,
    Rikard

    #875141

    Hi Rikard, I uploaded it under the Custom Css in the General Style theme options.. not on a single page, thank you
    Claudia

    #875623

    Hi,
    What is the URL to the element that you want to show the previous/next buttons on mobile, can you add a screenshot?

    Best regards,
    Mike

    #876168

    Hi,
    I need to insert the buttons on all the elements inside the portfolio section, for example like this one:

    The buttons appear on tablet and desktop, but not on mobile, this makes navigation under the elements of same section very difficult
    thank you
    Claudia

    #877320

    Hi,

    Thank you for the info.

    Please use the following css code to display the post navigation on mobile view.

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

    Best regards,
    Ismael

    #877633

    Hi Ismael, thanks for the answer, but I already added this code, like explained in this topic , it does not work.

    #877967

    Hi,

    Thank you for the update It is working on our installation. Please check the css modifications and make sure that there are no missing curly braces and semi colons. Or insert the code at the very top of the Quick CSS field. If you can’t see any issue, please post the login details in the private field so that we can inspect it.

    Best regards,
    Ismael

    #878045

    I put it on the very top of the CSS and now it’s working, thank you very much for support
    best regards
    Claudia

    #878409

    Hi,

    Glad it is working. However, this means that there are invalid css modifications in your installation. Please check the css codes in the Quick CSS field carefully.

    Best regards,
    Ismael

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