• Resolved petiteprof79

    (@petiteprof79)


    Hi,
    I use the plugin to show my FlickR albums on my website on the “Reisen” / “Travel” / “Voyages” page. However, on both desktop and mobile, once the album I click on has loaded, it’s behind the page.

    I use a Widget menu, not the regular menu. Any way to have the pictures show on top of the page?

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Sayontan Sinha

    (@sayontan)

    You can add this to Appearance → Customize → Additional CSS:

    .photonicModalOverlay { z-index: 10; }

    Thread Starter petiteprof79

    (@petiteprof79)

    Hi, that worked like a charm.

    Just one more question: it works great on any PC but on mobile, once I click on an album there is no way to return to the page that shows all albums. When I click on back, it will go back to the previous page underneath the photos, but the photos stay on top. There is no back or close button. Any way to change that?

    Steph

    Plugin Author Sayontan Sinha

    (@sayontan)

    There is an “x” that shows up at the top… but your site’s header hides it on mobile devices.

    You can change the code above to say:
    .photonicModalOverlay { z-index: 10; top: 50px; }

    Adjust the value from 50px to something else to suit your header.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘FlickR & Kerge theme’ is closed to new replies.