Search results

  1. digitalpoint

    Do I need CF Images subscription with the Pro version and R2 features?

    Ya, I agree with that. But I also think it makes sense to pick a format that most can use (for example, these days I go with WebP because AVIF doesn’t have wide enough adoption for it to be realistic without fallback options). When you start going down the road of wanting to store multiple...
  2. digitalpoint

    Is there support for Cloudflare APO for wordpress?

    APO is really just a name that Cloudflare made up, it’s not an actual technology (it stands for Automatic Platform Optimization). It’s a combination of a few universal standards and they just call that combo, APO. That being said, this plugin has the “Public page caching” option you can turn on...
  3. digitalpoint

    Do I need CF Images subscription with the Pro version and R2 features?

    Well if you want something to serve up different images based on the browser making the request, it sounds like Cloudflare Mirage might be what you want (if you want to do it all within Cloudflare). Cloudflare Images could be used to do realtime image transforms, but you would need logic on...
  4. digitalpoint

    SiteOrigin Widgets CSS issue

    No worries.. things like that are way better for me because it’s not something I need to go digging through our code. Hah
  5. digitalpoint

    SiteOrigin Widgets CSS issue

    R2 doesn’t redirect anything though, it’s just a storage location. And even with that, it will only alter URLs of media that have been explicitly stored in R2 (you can even have some media stored in R2 alongside some media that are not, and it will work fine). It definitely shouldn’t be assuming...
  6. digitalpoint

    SiteOrigin Widgets CSS issue

    Do you have any Cloudflare Redirect Rules setup possibly that could be redirecting a request?
  7. digitalpoint

    Do I need CF Images subscription with the Pro version and R2 features?

    Had a couple thoughts/questions... If an uploaded image is huge, are you ultimately wanting to downsize the original image, or keep the original image and present a smaller one to people viewing the site? If it's the latter, WordPress by default is already creating a bunch of variations of...
  8. digitalpoint

    Do I need CF Images subscription with the Pro version and R2 features?

    R2 doesn’t do resizing. It’s really just an object (file) storage system. It just stores whatever you throw at it.
  9. digitalpoint

    Do I need CF Images subscription with the Pro version and R2 features?

    If you want to use Polish/Mirage, you would need that service from Cloudflare. I don’t personally see a need for either under normal circumstances, but that’s just my personal opinion (other people’s needs may be different). Polish is more for sites that don’t have the ability to convert their...
  10. digitalpoint

    Do I need CF Images subscription with the Pro version and R2 features?

    You do not need a Cloudflare Pro plan or the Images service in order to use R2 (and things like the ability to automatically convert uploaded media to WebP). The Images service is more for sites that don’t have the ability to do it on their side.
  11. digitalpoint

    Plugin support

    Been monkeying around with it, and so far I can kind of make it work, but it requires breaking some safety checks that ShortPixel has in place. Specifically I can force it so ShortPixel is tricked into thinking the files exist, but it uses that to do other things. For example, it uses the same...
  12. digitalpoint

    Plugin support

    In this case, you can set a specific execution order number for WordPress filters. In *theory* things should be designed so multiple plugins using the same WordPress hook aren't affected by execution order. In practice it's definitely problematic because you have no way of controlling another...
  13. digitalpoint

    Plugin support

    Haven't installed it yet, but already skimming their code to see if anything obvious pops out at me. As I mentioned already, it does strike me as odd that they would be not using the mechanism that WordPress gives you to manage image variations because it's literally what it's there for (and in...
  14. digitalpoint

    Plugin support

    Would need to go digging on ShortPixel's code to say for certain on anything... While it's not out of the question, if they are bypassing WordPress functionality (like not using WordPress's normal system for tracking media variations), not sure it could really be done. Again, would need to go...
  15. digitalpoint

    Trial version

    Well, the easiest thing to do would be to buy a single license and just do all the testing. The only thing I could think of is if you had a third-party plugin that was doing things with WordPress media in an incorrect way. If it doesn’t work for your setup, a full refund is simple on our end...
  16. digitalpoint

    Trial version

    There really isn’t a trial mechanism internally. Is there something specific you are looking to check? A demo setup might be more practical.
  17. digitalpoint

    image url

    No, sorry... we don't get into users sites. Hmmm... it looks like the system let you purchase an annual extension, but there was no valid license to begin with. It's been fixed on our end to not allow that. I'll go ahead and refund it.
  18. digitalpoint

    image url

    I promise you those two filters are in the plugin. There are cases where the filters won't change the URL, but that has to do with the system not thinking the image itself is in R2... either R2 isn't enabled or the meta data for the image says it's not in R2. Can't tell you which logic is...
  19. digitalpoint

    image url

    It’s not going to work if your theme doesn’t support those filters. Those filters are already enabled in the plugin, so the issue isn’t the filters aren’t set, rather your theme isn’t using them. Again, the code is already there using those filters… so you are just replicating what’s already...
  20. digitalpoint

    image url

    Sure
Back
Top