Search results

  1. 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...
  2. 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/
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. 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).
  8. digitalpoint

    Basic Config and Aggressive Config Button Idea - Request

    For people to buy, or for people to use on Shopify?
  9. 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...
  10. 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...
  11. digitalpoint

    Permissions to settings: Only your user account - checkbox issue

    It's been fixed for the next release.
  12. 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...
  13. 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...
  14. 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...
  15. 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...
  16. digitalpoint

    WPMU Multisite Network Admin Propagation to Subsites

    Are you talking about the Cloudflare API token or individual Cloudflare settings for sites/zones? The API token does (well it should anyway) bubble “down” to the subsites. It’s mainly intended so site owners (which could be different individuals, but maybe not in your case), can control the...
  17. digitalpoint

    WPMU Multisite Network Admin Propagation to Subsites

    Thanks, it’s always good to hear it’s appreciated. 😀 What specifically are you wanting to propagate to the subsites that isn’t? There’s less config options in the network admin side of things, but what is there should be used by the subsites when appropriate (for example the ability to use the...
  18. digitalpoint

    media library error

    Ya, I guess not catastrophic if it's only happening on the plugin page when you enable/disable, but it most definitely seems like something might be affecting WordPress' HTTP calls (but hopefully only on that page). Like I said, if you do end up being able to narrow it down to a certain plugin...
  19. digitalpoint

    media library error

    As far as you can tell, is it *only* when plugins are enabled/disabled? When the plugin page is visited, the backend will force a validation of the license, so it seems strange that's when it's getting lost. The only thing I can really think of would be if somehow WordPress temporarily loses...
  20. digitalpoint

    media library error

    Do you have a list of the plugins you have installed by chance? It sounds like something may be mucking with your WordPress options for whatever reason. I've tried activating and deactivating various plugins as a test and none of that made the license key go missing for me. When it happens, is...
Back
Top