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

    I have found a code snippet in your documention what should do the trick, but it doesn’t. I would like to see a navigation arrow in Portfolio grid and in blogs. It works on ipad en computerscreens but it does not show on smaller screens like mobilephone of ipad portrait mode.

    #964197

    Hey,

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

    CSS Snippet:

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

    Best regards,
    Yigit

    #964305

    Hmmm.. I did and it didn’t work. But I just looked at it in a private browser and now it does. So I need to flush my cache (I don’t use caching plugin..so a bit puzzled. Thank you!

    #964546

    Hi,

    Please flush browser cache and refresh your page a few times – http://wiki.scratch.mit.edu/wiki/Hard_Refresh
    If you are seeing your page differently on standard and private mode, then it is definitely cache related :)

    Best regards,
    Yigit

    #964669

    Thank you, that was a good tip. Everything is working now, very happy about it. https://www.kunstlijnhaarlem.nl/kunstlijn/kunstenaars/

    #964850

    Hi,

    You are welcome! :)

    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Display Previous / Next arrows in Portfolio grid on mobile view’ is closed to new replies.