Search results

  1. digitalpoint

    Issues with thumbnail imagen

    Any way to get an actual URL of one of the thumbnails that isn’t working?
  2. digitalpoint

    Imagen error on Upload

    If it's there after a refresh, that would mean the backend of the server is doing what it's supposed to do, but it's just slow. If you can measure the time between it starting and you getting the message, you might be able to pinpoint what part is causing the frontend timeout. For example...
  3. digitalpoint

    This is probably a me problem, but I'm posting anyway

    Not going to be as efficient, but definitely more bulletproof since you aren’t trying to mash multiple frameworks into a single PHP stack. Could see other weird things happening as well… for example you could end up with WordPress errors being logged in your XenForo server log since XenForo...
  4. digitalpoint

    This is probably a me problem, but I'm posting anyway

    Has to do with you trying to use a XenForo Repository from WordPress (can't do that). Probably caused by an autoloader mechanism you added to WordPress to autoload XenForo classes? Basically the \DigitalPoint\Cloudflare\Repository\Cloudflare class is valid on both platforms, but they work a...
  5. digitalpoint

    Still can't use srcset

    My guess is that it’s doing the same thing with or without and always returning a local srcset. With the difference being that if you are using R2, they aren’t on the local server (the WordPress filter and function I mentioned a few posts prior is what converts a local srcset to a non-local...
  6. digitalpoint

    Still can't use srcset

    Ya, not a whole lot you can do if a third-party theme isn’t using the functions and filters that WordPress core gives it to handle things like srcset properly. 🤷🏻‍♂️
  7. digitalpoint

    Still can't use srcset

    Ya, can do a refund, no problem if you want. FWIW, if that's your code/theme where it's not working, my guess is that when the srcset is being generated, it's not hooking into WordPress's srcset generation filter. Specifically the wp_calculate_image_srcset filter is what WordPress uses to...
  8. digitalpoint

    Bug on featured image on 1.8.6

    If it's a specific image, can you zip it up and send me a link to it? Will try to upload it in my setup and see if the same thing happens. Although a messed up image isn't really going to change how the admin area looks. I think that's going to be the bigger issue to figure out why your setup...
  9. digitalpoint

    Bug on featured image on 1.8.6

    Ya nothing with that has changed in 6.6. Any chance you could disable plugins and/or non-standard themes to see if it’s possibly something with those? Hard to track down/fix on my side if I can’t see what you are seeing.
  10. digitalpoint

    Bug on featured image on 1.8.6

    Hmmm... are you using the latest version of WordPress? Is it possible what you are seeing is coming from a third-party plugin or something else non-standard? For me, when I use WordPress 6.6.1, click Edit Post, the sidebar looks like this for me:
  11. digitalpoint

    Bug on featured image on 1.8.6

    How exactly are you getting there (what buttons/links)? When I edit a post and set/edit a featured image, it doesn't look anything like that, so I'm pretty sure I'm looking in the wrong place somehow. The plugin *is* already hooking into WordPress functions for generating srcset URLs, so just...
  12. digitalpoint

    Still can't use srcset

    I don't know anything about that code or what it's trying to do. Does it work how you want without using R2? This addon doesn't do anything whatsoever as far as keeping different sizes on it's own. All it does is store the images/variations that WordPress generates (it does no generation of any...
  13. digitalpoint

    Still can't use srcset

    I suspect that’s going to be “as design” for WordPress, no? Hard to know exactly what’s going on with your custom PHP, but there’s nothing preventing something (WordPress or something custom) from serving up any of the variations that WordPress generates from your R2 bucket (assuming you are...
  14. digitalpoint

    R2 Access for WordPress user role

    It doesn’t do anything currently that is role/permission based. What it does is allow you to have your WordPress Media transparently handled by an R2 bucket. If WordPress ever adds role/permission functions to its Media section, then it would work that way, but currently it does not since...
  15. digitalpoint

    Image Delivery Sizes

    I don’t spend a ton of time there, but my username is “digitalpoint” in both places: https://community.cloudflare.com/u/digitalpoint/
  16. digitalpoint

    Image Delivery Sizes

    Cloudflare username? Like on their community or Discord?
  17. digitalpoint

    Image Delivery Sizes

    Okay great, so just to be clear, everything (at least as far as WebP conversion) is working as expected (I don’t need to keep digging)? 😀
  18. digitalpoint

    Image Delivery Sizes

    Okay... that looks as expected. If you edit your wp-content/plugins/app-for-cf-pro/src/DigitalPoint/Cloudflare/Base/PubAdvanced.php file and change this: public function filterWpUploadPrefilter($file) { $webpCompression = $this->option('cfWebpCompression'); if...
  19. digitalpoint

    Image Delivery Sizes

    The good news is that it's not the image (just dragged your image to the Media section and it converted it as expected). With compression set to 80%: Uploaded on: August 7, 2024 Uploaded by: Shawn Stored in R2: Yes R2 bucket: Site bucket File name: herbs-for-life-yin-yang-leaves_300px.webp...
  20. digitalpoint

    Image Delivery Sizes

    Want to zip up one of the images that isn’t converting to WebP and give me a link to it? Should check to see if PHP is understanding if it’s the right source format.
Back
Top