Kevin

Results 20 issues of Kevin

Hello, I have some fields like ``` ``` How can i configure the autofill for this?

Can you please share the HTTP2 HPACK Encoding Support for Nginx 1.18?

Is there anyway to delete the schedule action with hooks? For example, i would like to delete the hook rank_math/analytics/ but there is no way to use wp cli. I...

type: support request

Hey there, Thanks for sharing this code. I wonder how I can decrypt the files? Best Regards, Kevin

There is No payment gateway on WooCommerce Block. Is it compatible?

I just wonder why i had dispute but the order is still processing? Is that feature?

I got this erro when flushed the cache: There has been an error processing your request Mage registry key "_singleton/varnish/observer" already exists Trace: #0 /var/www/html/app/Mage.php(192): Mage::throwException('Mage registry k...') #1 /var/www/html/app/Mage.php(446):...

Why Paypal script is loaded on single page while it's not enabled. That slows down the page ![Uploading Screen Shot 2022-10-08 at 08.37.51.png…]()

Do you have any plan for WooCommerce Blocks support? Right now it doesn't show Paypal on WooCommerce Blocks checkout

I configured my upstream for load balancer. upstream mysite { fair; ip_hash; server 10.0.0.7:80; server 10.0.0.153:80; } Btw, i got issue with sessions. I tried to comment out fair, then...