Luca Castellone
Luca Castellone
A workaround is adding extra wrapper between modal__overlay and modal__container. I did a search and the change was applied to fix this issue : [Close button doesn't work when contains...
I have the same problem. I think is due to Micromodal switching to babel7 while having an error in code that was silently accepted by Babel 6 https://github.com/babel/babel/issues/9942#issuecomment-489389297 This pull...
The problem lays in load_wordpress_with_template method of profiler class ( called by run() ), which loads template-loader.php, and so triggering wp_redirect_admin_locations() attached to template_redirect filter. This could also be a...
Hi! Great extension - thank you for it : it has best performance ( and without whistles and bells that i don't need). This issue is only thing that i...
I use the EuCountries array for these data functions: ``` // [$code => $country_name] function (){ $eu = getEuCountryCodes(); $countries = new Ibericode\Vat\Countries(); return array_map(function($code)use($countries){ return $countries[$code]; },array_combine($eu,$eu)); } //...
@rwwagner90 do you know when an unbundled version will be available?
We are using effectiveType to load some scripts only on faster connection. Lighthouse seems to emulate the speed of a 3g connection while effectiveType is 4g when the audit is...
Same problem here. Please support it ( maybe just an option to choose the key separator)
It returns 500 Code from Cloudfare with this description 'Worker threw exception'. One week and no one checked this..
Any way to test the branch without manually build ?