Search results

  1. digitalpoint

    image url

    Probably makes the most sense to report it to them. Not about adding support for this plugin exactly, but for them to support the normal WordPress filter I linked to above. That’s the “proper” way for anything to handle image URLs.
  2. digitalpoint

    image url

    Are the images considered Media within WordPress? On the presentation side, if they are being presented by a third-party plugin or theme, it would need to make sure to use the standard WordPress hook for generating attachment URLs. It's the wp_get_attachment_url filter that does the backend...
  3. digitalpoint

    Turn off auto upload into cloudflare

    Sure, I’ll check the URL if you want to send it (and credentials) privately.
  4. digitalpoint

    Turn off auto upload into cloudflare

    Do you have an example URL of one of the images not working with the mime type rule enabled by chance?
  5. digitalpoint

    Turn off auto upload into cloudflare

    There isn’t something currently, but it also wouldn’t be too hard to add. What kind of files are you having issues with exactly?
  6. digitalpoint

    Install Issues

    The Pro version will not function without the free version (which is where all the config is done). The Pro version is an extension of the free version available here: https://wordpress.org/plugins/app-for-cf/ The free version should have a button/link next that will setup the API token for...
  7. digitalpoint

    Turn off auto upload into cloudflare

    SVG images are a unique situation because underneath it all, they are text files containing XML. See this post for info about forcing the content-type headers based on file extension rather than the actual content of the file: https://appforcf.com/threads/serving-svg-svgz-images-via-r2.9/
  8. digitalpoint

    Compatibility issue with WP Rocket

    Are you able to see what’s going on underneath it all when it happens (like in browser console or dev tools)? Like maybe it’s a failing redirect loop from old to new location or something… If WP Rocket references things in old locations, it would make me think there’s some sort of WP Rocket...
  9. digitalpoint

    Redirecting old WordPress media URLs to new URLs after migrating media to R2

    It’s not so much the local file path, it’s where the individual media (as defined by WordPress’ database) stores it (and its variations). You can move individual media from R2 back to local if you want (click on the media and then click “Edit more details” for the option to move the individual...
  10. digitalpoint

    Redirecting old WordPress media URLs to new URLs after migrating media to R2

    Is the issue that you are wanting the custom location items (mysite.org/media) to redirect to the actual (bucket) location? If that's the case, you should be able to use a similar redirect rule from the first post, but with a different URI path part (instead of /wp-content/uploads/, you would...
  11. digitalpoint

    WooCommerce + Printify integration, tags migration

    If Printify uploads them as WordPress media, yes it should work. If it’s something else that doesn’t exist in the standard version of WordPress, probably not. The media stays the same, only the underlying storage location changes (it’s still WordPress media), so everything about the media is...
  12. digitalpoint

    Basic Config and Aggressive Config Button Idea - Request

    I did actually look at that possibility at one point, but it ended up being more work with too many limitations. Also, Shopify (usually) hosts the site themselves on their own Cloudflare enterprise account (so even if you made it, not many could use it).
  13. digitalpoint

    Basic Config and Aggressive Config Button Idea - Request

    For people to buy, or for people to use on Shopify?
  14. digitalpoint

    Basic Config and Aggressive Config Button Idea - Request

    Well I didn’t say it was a drain on my time… just clarifying. I don’t dislike the idea of being able to copy settings from one site to another. I just haven’t had the time to dive into it yet. The issue I see with basic/aggressive config instead of “easy config” is *mostly* the settings mean...
  15. digitalpoint

    Minor Issues Needing a Fix—Maybe

    I think what you are seeing is being done on Cloudflare's side. In the normal Cloudflare dashboard, if you have both turned on, and you disable TLS 1.3, 0-RTT Connection Resumption is also automatically disabled. Honestly I'm not really sure why they do that, but they do. It's extra weird...
  16. digitalpoint

    Permissions to settings: Only your user account - checkbox issue

    It's been fixed for the next release.
  17. digitalpoint

    WPMU Multisite Network Admin Propagation to Subsites

    You are correct that currently this project is “me”, not “we”. Was started because I needed it for my sites, but that wasn’t even WordPress. It was only later when users of that platform really liked it, I thought it would be interesting from a developer standpoint to see if I could make the...
  18. digitalpoint

    WPMU Multisite Network Admin Propagation to Subsites

    Are you 100% certain you set it on the Network Admin -> Settings -> Cloudflare page? It’s a page that the only thing you can set on it is the API token. I double checked the logic/code that decides when to show it how I sent the screenshot (where you can use the multisite token or add your...
  19. digitalpoint

    WPMU Multisite Network Admin Propagation to Subsites

    An option to globally apply settings to all sites isn’t out of the question for future maybe. There are some things that would need to be worked out though… blasting hundreds of API calls per second to Cloudflare would get you hit with API rate limiting, so would need to artificially slow it...
  20. digitalpoint

    WPMU Multisite Network Admin Propagation to Subsites

    Not at a computer right now, so sorry for the mobile screenshot. This is what you should see if you go to the Cloudflare settings within a subsite. It should default to using the multisite token, with an override option if you want to use a different one for that site. There is an “Easy...
Back
Top