Daniel Barenkamp

Results 13 issues of Daniel Barenkamp

### I found this bug / would like to have this new functionality When using divs with float left and width 50% for example, the container does not try to...

Hi guys, got a basic question: I am trying to get a resized webp image to serve when webp is available. ``` ``` However this "?webp&resize&sizes[]=300&sizes[]=600&sizes[]=1000" always returns me a...

Hi there, Env: multisite When a plugin is ONLY activated in one subsite, but not network wide, it does not show the update. Is there any workaround for this?

Hi there, awesome plugin! Is it possible to get the API results after calling the URL? I tried var dumping the class but there is no info about the original...

Hello, when viewing an item the "item_list_id" is missing? See: https://developers.google.com/analytics/devguides/collection/ga4/ecommerce?client_type=gtag#product_views_and_interactions Is that a bug or do I miss any setting?

Hello, I really like the plugin and I have one small issue. Right now it is not possible to mark a lesson as completed. This because the progress bar, where...

Please add the following lines to a global file for Yoast XML Support: rewrite /sitemap_index.xml$ /index.php?sitemap=1 last; rewrite /([^/]+?)-sitemap([0-9]+)?.xml$ /index.php?sitemap=$1&sitemap_n=$2 last;

Add to the exclusions.conf the ACME challenge: location ^~ /.well-known/acme-challenge/ { allow all; default_type "text/plain"; }

Hi there, just created a sites config for MUltisite SSL and FastCGI Cache. Can you add this to the sites-available? [multisite-subdirectory-ssl-fastcgi.com.txt](https://github.com/A5hleyRich/wordpress-nginx/files/2327911/multisite-subdirectory-ssl-fastcgi.com.txt)

In the readme it says in Arguments: WooCommerce API endpoint, example: customers or order/12 But it is not "order/12", it is "orders/12". So in plural with a s in orders....