ckranebitter
@ckranebitter on WordPress.org
- Member Since: August 19th, 2019
-
Posted a reply to Uncaught Runtime Exception with 2.1.2., on the site WordPress.org Forums:
Hi Patrick, thanks for the update. I tried to install 2.1.0 but the activated Plugin-Version… -
Posted a reply to Uncaught Runtime Exception with 2.1.2., on the site WordPress.org Forums:
Hi Patrick, any news on this one? Can you please email me the 2.1.1-Version so… -
Created a topic, Uncaught Runtime Exception with 2.1.2., on the site WordPress.org Forums:
Hi Patrick, first of all, thanks for the wonderful pl… -
Posted a reply to Cache Opaque Responses, on the site WordPress.org Forums:
Ah. Now I get it. Thanks for helping out. Best. C. -
Posted a reply to Cache Opaque Responses, on the site WordPress.org Forums:
Hi Weston, thx for the quick reply. So I guess you are saying it’s not… -
Posted a reply to Precache Directories, on the site WordPress.org Forums:
Thanks for the quick reply. BR. C. -
Created a topic, Cache Opaque Responses, on the site WordPress.org Forums:
Hi PWA-Team, is there a possibility to precache or ca… -
Created a topic, Precache Directories, on the site WordPress.org Forums:
Hi PWA-Team, is there a possibility to precache a com… -
Created a topic, CSS: Change Zoom to Transform, on the site WordPress.org Forums:
Hi Event-List-Team, as Firefox warns, please change t… -
Reopened ticket #39191 on Core Trac:
Twenty Seventeen: Warning in Firefox console for scroll-linked ... -
Created a topic, Manifest and Basic Authentication, on the site WordPress.org Forums:
Hi Weston, thanks for the excellent work on the plugi… -
Created a topic, Loginpage displayed twice, on the site WordPress.org Forums:
I sometimes experience the issue, that the login page … -
Posted a reply to Post-Cache, on the site WordPress.org Forums:
I get it. But my plugin uses a POST-Request to fetch data. It does not… -
Posted a reply to Post-Cache, on the site WordPress.org Forums:
With this, it looks like a route can be found: add_action( 'wp_front_service_worker', function( WP_Service_Worker_Scripts $scripts… -
Posted a reply to Post-Cache, on the site WordPress.org Forums:
I pasted your Regex. But this still has no effect on my POST-Request-Cache. As said,… -
Posted a reply to Post-Cache, on the site WordPress.org Forums:
Hi, also tried: add_action( 'wp_front_service_worker', function( \WP_Service_Worker_Scripts $scripts ) { $scripts->caching_routes()->register( '.*\.html', [ 'strategy' =>… -
Posted a reply to Post-Cache, on the site WordPress.org Forums:
Hi Weston, thanks for the update. Sorry that I’m such a noobie here. I added… -
Created a topic, Post-Cache, on the site WordPress.org Forums:
Hi, I'm not sure if this has already been asked – A…