-
AuthorPosts
-
November 8, 2017 at 6:49 pm #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
ClaudiaNovember 10, 2017 at 4:20 am #874937Hey 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,
RikardNovember 10, 2017 at 1:28 pm #875141Hi Rikard, I uploaded it under the Custom Css in the General Style theme options.. not on a single page, thank you
Claudia- This reply was modified 7 years ago by bachecamafalda.
November 12, 2017 at 12:35 am #875623Hi,
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,
MikeNovember 13, 2017 at 5:04 pm #876168Hi,
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
ClaudiaNovember 16, 2017 at 3:32 am #877320Hi,
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,
IsmaelNovember 16, 2017 at 6:00 pm #877633Hi Ismael, thanks for the answer, but I already added this code, like explained in this topic , it does not work.
November 17, 2017 at 7:37 am #877967Hi,
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,
IsmaelNovember 17, 2017 at 1:29 pm #878045I put it on the very top of the CSS and now it’s working, thank you very much for support
best regards
ClaudiaNovember 18, 2017 at 8:38 am #878409 -
AuthorPosts
- You must be logged in to reply to this topic.