ablears
ablears
I've got this working in Ionic. All I had to do was set a min-height on the parent UL. `ul[rn-carousel] { min-height:40rem }`
Yeah, this library doesn't seem to support that. What you need to do is add a new function to Firewall.php that uses the filters endpoint, something like ``` public function...
In `vcl_recv`, try # Do not cache the WooCommerce pages if (req.url ~ "/(cart|my-account|checkout|addons|/?add-to-cart=)") { return (pass); } # don't cache ajax requests if (req.http.X-Requested-With == "XMLHttpRequest") { return (pass);...