Blog
-
WooCommerce – find default variation performance
My shop page was very slow when I had over 100 products, REALLY slow. So I had to investigate what happened. So here are some points. Find default…
-
WooCommerce zero trimming decimal
I found this little neat thing when messing around with decimals in WooCommerce. Nice of them to provide this little filter! But even better if it was a…
-
CSV and HTML search filter for WordPress
This is one of my WordPress plugins (HTML filter and csv-file search) made to add a simple ajax-search in html or in uploaded CSV-file. The plugin has two…
-
Select2 on existing select-dropdown
I had some issues with using Selct2 on an already existing select where the select attribute was already set. The problem was Select2 didn’t unselect the previously set…
-
Elementor Custom Modules
Creating lots of modules in you theme for Elementor? Do you want to skip the step of loading the files and classes manually? I use this code which…