• Resolved jakelovelock

    (@jakelovelock)


    Hello!

    I’ve set up the Lightbox correctly however when I click the image it jumps straight to the media page rather than popping up with a lightbox. If I go back once it will then have the lightbox.

    It’s almost as though currently the Lightbox comes up but for some reason, it then redirects straight to the media page?

    Many thanks,
    Jake

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author grandwp

    (@grandwp)

    Dear @jakelovelock,

    We have checked the link and saw the issue. Will attach a fix file here during 24 hours so that you could update it.

    Thread Starter jakelovelock

    (@jakelovelock)

    Fantastic!

    Thank you.

    Thread Starter jakelovelock

    (@jakelovelock)

    I’ve also just noticed that the thumbnail images on the bottom of the Lightbox screen are showing up as broken. If I click them they still function fully, it’s just the thumbnail image doesn’t work.

    Plugin Author grandwp

    (@grandwp)

    Dear @jakelovelock,

    We have checked everything again.
    Please, add the code below to website Additional CSS section (after adding it the Menu will not cover Lightbox any more).

    #header-outer {
    z-index:999 !important;
    }

    As for jumping to another page, you theme calls for a js function onclick, which gives a url to a page and refreshes it.
    This means that when you click to call Lightbox, the theme js function is already called. It changes the page according to the <a> tag href attribute.

    The solution will be to contact theme developer and ask them to disable the function from the images or maybe offer alternative solution.

    Hope this helps,
    If any help needed, let me know

    Thread Starter jakelovelock

    (@jakelovelock)

    Hi!

    That’s brilliant thank you for the extra CSS code! Hadn’t got to fixing that yet haha.

    As for the Jumping, I seem to have found a fix. The theme gives an option to link to “Lightbox” which is obviously a built in feature for their own lightbox, however, it when selected your plugin works great!

    Thank you for your brilliant support!

    Plugin Author grandwp

    (@grandwp)

    Glad you managed. If any help needed, let me know.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Lightbox Jumps Straight to Media File’ is closed to new replies.