• Resolved monotux

    (@monotux)


    Nothing happens when I try to click an image in a gallery, I’m showed the expected loading indicator, but no image is actually displayed.

    I’ve tried disabling each and every plugin used on the site, but still the same issue (verified in incognito mode on each change). I’ve verified the devices I have at hand, and it seems that a few still works like expected.

    Doesn’t work:

    • Desktop Firefox (Windows, Linux)
    • Desktop Edge (Windows)
    • Desktop Chrome (Windows, Linux)
    • Mobile Firefox (Android)
    • Mobile Chrome (iOS, Android)
    • Mobile Safari (iOS)

    Does work:

    • Internet Explorer 11

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

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter monotux

    (@monotux)

    A screen recording that might explain it better. This is tested in Firefox, desktop version: https://imgur.com/a/BFeWWmB

    Plugin Support Kima Baghdasaryan

    (@kimabaghdasaryan)

    Hi,

    Thank you for confirming that. We’re sorry for the trouble.

    This problem might be a conflict with another plugin on your website. Do you recall installing a plugin or changing an option in your theme lately?

    Please try to deactivate the rest of your plugins and check the gallery ordering. See whether the problem persists then as well.

    Also, if possible, please temporarily switch the theme of your website and see if the issue occurs.

    You can re-activate the plugins and change the theme back again after troubleshooting.
    Please inform us of the results.

    Cheers!

    Thread Starter monotux

    (@monotux)

    Hi,

    I’ve tried three additional themes, Miniva, Twenty Twenty, Twenty Sixteen (using Chaplin) but the issue remains.

    I’ve tried disabling all plugins. The plugins currently in use:

    All In One SEO Pack v3.7.1
    Easy Google Fonts v1.4.4
    Gutenberg v9.1.0
    Login LockDown v1.8.1 (didn’t disable this tbh)
    MetaSlider v3.18.2
    Photo Gallery v1.5.62
    Polylang v2.8.2
    Title Remover v1.2.1

    I’m running a nginx/fpm setup, but I’ve disabled all extra rules matching traffic so it’s all just either delivered as static assets or sent to the fpm worker pool.

    As for installing, I’m only managing the VPS for my friend. But I think the setup has been fairly static except for updating plugins.

    Привет, у меня та же проблема. Ничего не помогает

    Hi i have the same problem. Nothing helps

    link

    Dear @monotux and @belyvolk.

    Please look into the link below:
    https://github.com/silverstripe/silverstripe-mfa/issues/358

    Sincerely,

    Здравствуйте,
    Я посмотрел ссылку, однако я не разбираюсь в этом вопросе. Не могли бы вы объяснить мне попроще, что именно необходимо сделать? Буду премного благодарен, спасибо.

    Hello,
    I looked at the link, however I don’t understand the issue. Could you explain to me in a simpler way what exactly needs to be done? I would be very grateful, thank you

    Dear @belyvolk,

    Sorry for the belated response.

    Please contact your hosting provider, so they could make the necessary changes.

    Explain the problem and provide this link to them:
    https://github.com/silverstripe/silverstripe-mfa/issues/358

    Sincerely,

    Thread Starter monotux

    (@monotux)

    Yes, that fixed the issue.

    For any future readers, I had to add some headers to my nginx configuration. Below is something like what I did:

    add_header X-Frame-Options           "SAMEORIGIN" always;
    add_header X-XSS-Protection          "1; mode=block" always;
    add_header X-Content-Type-Options    "nosniff" always;
    add_header Referrer-Policy           "no-referrer-when-downgrade" always;
    add_header Content-Security-Policy   "default-src 'self' https: data: 'unsafe-inline' 'unsafe-eval'" always;
    add_header Strict-Transport-Security "max-age=31536000; includeSubDomains" always;
    

    (I added this to my wordpress server declaration in my nginx configuration)

    You can then use the developer mode in your browser to verify that you only have one content-security-policy, and that it’s inline with above.

    As for why the plugin uses eval() with it’s well known issues is another matter to discuess.

    Thanks for pointing me to that post!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Can’t click and see “full-screen” image from gallery’ is closed to new replies.