jjds
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Twenty Twenty-Four] Own font in Twenty Twenty FourAs the above didn’t work for me either I wondered if I could just refer to the child directory by going down to the themes folder and then into the child this way:
“fontFace”: [
{
“fontFamily”: “XYZ”,
“fontStyle”: “normal”,
“src”: [“file:./../24-child/fonts/xyz.woff2”]
…This works for me, but you may not rename your childs folder then.
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Limit Stripe.js calls / loadHi Pepe,
Thanks for your response. The question is basically, why the scripts need to be loaded on any page, it doesn’t really matter how slow or fast it is. Currently r.stripe.com is response time is quite ok, it has been worse. But why load external resources on every page…
However, here are the requested infos:Screenshot:
https://snipboard.io/Kg6tv1.jpgStatus report:
https://pastebin.com/aKFzu3bbThanks again and have a nice day!
Forum: Plugins
In reply to: [Customizer Export/Import] Removes RGBA color picker functionalityThe theme includes the color picker with it’s original code that includes loading the js and css via get_stylesheet directory_uri instead of get_template_directory_uri.
So this is related to creating a child theme and not to using your plugin.
Thanks for your work!Forum: Plugins
In reply to: [Customizer Export/Import] Removes RGBA color picker functionalityAny idea what might cause this or at least how to get the color pickers back?
Forum: Plugins
In reply to: [Lazy Loader] antispambot HTML entities get “decrypted”Works now! Very nice.
Many thanks!Forum: Plugins
In reply to: [Lazy Loader] lazysizes loaded even if disabledI will fix that in the next update 🙂
Alright, that will help.
Thanks!