Dennis Nissle

Results 4 issues of Dennis Nissle

Hi there, I've been analyzing a width-problem for slider images when using FF which leads to images being wider than the actual viewport. In slider.doMath function there is a line...

Hi there, I was just testing some functionality of my plugin which sends a PDF as inline to the browser: ```php header( 'Content-Type: application/pdf' ); header( 'Content-Disposition: inline; filename="test.pdf";' );...

Bug
Browser

Hi there, I was just testing the library with PHP 8.3 and found calling get_class() without arguments is deprecated. Added a patch and replaced the call with __CLASS__ instead. Best,...

Mollie supports the new Block-based checkout provided by Woo. That's good :) Unfortunately it seems the current implementation doesn't really respect the newly introduced Woo components to manage custom checkout...