• Resolved cnickerson2011

    (@cnickerson2011)


    I did the update recently and now my front page looks like this but in the plugin it looks completely fine.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Diego

    (@greentreelabs)

    Hi!

    Sorry to read about that :\

    The issue is caused by Photon (from the Jetpack’s options).

    The plugin should be compatible with Photon but there must be something I missed. As a temporary workaround you should deactivate Photon.

    Diego

    (@greentreelabs)

    There’s also another workaround: you can add the following code inside the box called: “EVENT: AFTER GALLERY” (Customisatins section):

    setTimeout(function () {
        jQuery(".pb-image").removeAttr("width").removeAttr("height");
    }, 1000);

    it will fix the wrong calculations made by Photon.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Layout’ is closed to new replies.