• Good afternoon,
    On mobile I see no more navigation arrows when clicking an image.
    Although the tick for navigation arrows are selected.
    All plug-ins (and WP version) are up-to-date.

    When I open a photo gallery and click on a image the arrows are visible. But not with initial load.

    Thanks!

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Damiaan, what do you mean with “initial load”? The first image that you click? I tested your site on mobile (Android w/ Crhome) I see the arrow(s) also on the first image…

    Thread Starter Damiaan van Vliet

    (@damnsharp)

    Sorry @ravanh , because the customer was in a hurry I’ve added these CSS code:

    @media all and (max-width: 500px) and (min-width: 50px) {
        /* fancybox show arrows always */
        #fancybox-left span {
            left: 10px; 
        }
        #fancybox-right span {
            left: auto;
            right: 10px;
        }
    }

    What I mean with initial load is that the first time when loading the site and clicking on a gallery image, I don’t see the right arrow.
    But when I click on the arrow right and see the second image the arrows are visible.

    Clear?
    When necessary I remove the CSS code for you.

    Thank you!

    Yeah, clear ?? … the weird thing is that I get to see the arrow(s) right after first page load and first image tap. Maybe a cache issue on your phone? Which mobile browser are you using?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘On mobile no navigation arrows’ is closed to new replies.