goweb
Forum Replies Created
-
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Cookie banner doesnt show upOh yes, simple mistake, now the banner is showing, Thanks!
But I think your plugin should do some simplification / slug there, whatever user input.
Kind Regards
- This reply was modified 8 months ago by goweb.
Forum: Plugins
In reply to: [Kirki Customizer Framework] Multiplied fonts and unicode rangeThats what I mean from the beginning, copy my code into some text editor and search for the first unicode range.
/* cyrillic-ext */ @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 400; font-stretch: normal; font-display: swap; src: url(https://sklepmikrostal.com/wp-content/fonts/open-sans/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4taVQUwaEQXjN_mQ.woff) format('woff'); unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }
And then you will see that its loaded 3 times… each font-weight…
900 lines of code…Regards
Forum: Plugins
In reply to: [Kirki Customizer Framework] Multiplied fonts and unicode rangeOK, with “unicode-range:” i can agree, but for me less code = better code.
BUT, ‘Open Sans’ font are initiated 3 times! why?
same family, weight, stretch, display, url, unicode, 3 times?
1 time would be enough i think…Regards
Forum: Plugins
In reply to: [WooCommerce] Virtual + Downloadable product status problemHi,
Yes, sorry, you can close this thread,
problem was with Przelewy24 plugin and PHP above v7.1. and they working on it.
PayU after verification works fine.Thanks. Regards
Forum: Plugins
In reply to: [WooCommerce] Virtual + Downloadable product status problemOK, I understand, and thanks for fast reply,
Its second point for sure “The payment gateway website has however not been able to contact your WordPress installation to update the order status…” but I dont know why exactly… I sent tons of emails to hosting provider, to previous payment gateway (Przelewy24), and now with PayU is the same, noobody knows where is the problem, so thats why I wrote here, maybe some of you had the same problem, because Przelewy24 and PayU are common gateways (in PL) and they provide payment plugins for WooCommerce, so i dont believe that they just dont work like that…
ok I will wait for PayU response, and check WebHooks, and let you know.