• Resolved csburdick

    (@csburdick)


    The link given is an example page of where this is happening; if you click on any of the gallery images at the bottom it’s fine, but when you click on an image that’s in the pots, it only goes to the image directly with no lightbox.

    I couldn’t find another support topic having this same issue.

    Could you please have a look? Hopefully it’s just a simple thing I’m doing wrong ??

    Thank you,
    Chris

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Archetyped

    (@archetyped)

    Hi, I would recommend checking whether the theme or a plugin is causing a conflict with SLB. Here are full instructions on troubleshooting theme/plugin conflicts.

    If you find a conflict, post the name and link to the theme/plugin, and I’ll see if anything can be done from SLB’s end.

    Thread Starter csburdick

    (@csburdick)

    I found out the issue and I think it’s a bug.

    In the back-end, I changed the img src to “https” and it started working. What’s odd is that I have Cloudflare automatically forcing https for all resources, but it must have to be https in the back-end to actually work?

    What would you suggest to fix this?

    Thank you

    Plugin Author Archetyped

    (@archetyped)

    There are some gotchas with WordPress when moving to SSL because WordPress stores URLs internally. These issues can be encountered especially when using a plugin or service to force HTTPS, as WordPress is still storing certain URLs as http, not https.

    Similarly to what you’ve done to make the link in question work, my recommendation would be update all http URLs to https so that WordPress (and all plugins) see URLs in sync with the way they are being loaded.

    Thread Starter csburdick

    (@csburdick)

    Thanks for the help.

    For others finding this post and having the same issue, I used the Better Search Replace plugin to replace all “href=”https://” links with “href=”//” in the wp_posts table and all is working now.

    Thanks again, great plugin!

    Plugin Author Archetyped

    (@archetyped)

    Awesome, great to hear your issue was resolved ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Loading only on gallery images but not in-page’ is closed to new replies.