• Resolved scdesigns73

    (@scdesigns73)


    For some reason the Photonic gallery won’t load over my Projects page, but instead redirects to the photos.smugmug page. I’ve tried disabling all of my plugins and that didn’t work. I’ve spent hours messing with the Photonic settings but just can’t seem to crack the code. Any help is much appreciated.

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

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

    (@sayontan)

    My guess is that your (or your theme’s) approach of loading content using JavaScript is preventing Photonic’s lightbox from binding itself to the photos. What I mean is, if I scroll down your page, your browser link keeps changing. This likely prevents a JavaScript event from triggering. Photonic needs the document content to be loaded before it can bind the lightbox to the photos – if that event is suppressed due to loading page content via JavaScript events, there is no way it will be able to know when to attach itself.

    Thread Starter scdesigns73

    (@scdesigns73)

    Thank you for the quick reply Sayontan. So it sounds like I need to just use a different gallery solution other that Photonic? There is no work-around?

    Thread Starter scdesigns73

    (@scdesigns73)

    I fixed it! By selecting the two options below it started working.

    Under Photonic – General Settings

    I simply selected:

    Nested Shortcodes in Parameters
    External Link Handling

    Plugin Author Sayontan Sinha

    (@sayontan)

    Really? That should have no impact whatsoever on your scenario. You are not using nested shortcodes in Photonic, and external link handling just tells the code to add a target="_blank" to the links. Basically, when a photo is coming up in the lightbox, when you are clicking on the word “View” at the bottom, that opens in a new tab.

    Are you sure you didn’t change anything in your theme? JS-based loading done by themes often causes conflicts with plugins or other content that relies on your entire page being loaded before kicking into action, so theme authors sometimes offer a capability disable it.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Photonic gallery keeps redirecting to my photos.smugmug page’ is closed to new replies.