Search results

  1. S

    App incorrectly assumes site running on domain root

    The vast majority of websites will either use the domain root, or add www - and indeed the endless arguments online about whether to use the root or www is evidence of exactly that. I think it's pretty safe to assume that: www is extremely common, and www is almost never going to want to be...
  2. S

    Incompatibility between using R2 for media and lightbox plugin

    Don't worry - I put Claude Code to work and had it analyse the two plugins. It identified a regex string in the lightbox plugin that wasn't matching the cache-buster suffix that yours adds to the image URLs ?xxxxxx ... I'll suggest a patch to the author of that lightbox plugin.
  3. S

    Incompatibility between using R2 for media and lightbox plugin

    With R2 for media enabled - no data-rel: A post created before R2 for media was enabled and so the lightroom still works Note that the URLs for the version that works are all the original www.example.com rather than media.example.com - I'm not sure if that is significant? I also note the...
  4. S

    Incompatibility between using R2 for media and lightbox plugin

    I'm using the Responsive Lightbox & Gallery to display images on my WordPress sites. Since enabling R2 for media storage - I've found that the lightbox doesn't open. Actually, it's a bit strange - from the testing I've done so far, it seems that if I was to save the post while R2 for media is...
  5. S

    Dev Site License?

    @digitalpoint is it possible to extend the licensing server to also permit example.test domains - I'm using Laravel Herd for local development and it uses .test for all domains. I'm trying to troubleshoot a compatibility issue between your app with R2 enabled and a lightbox plugin I use - but I...
  6. S

    App incorrectly assumes site running on domain root

    I've noticed that the application seems to assume that the site is hosted on the domain root (example.com) rather than using a subdomain (www.example.com) As such, when enabling R2 for media on a subdomain, the suggested domain is media.www.example.com This isn't really a problem - I spotted...
Back
Top