andrewstarr
Forum Replies Created
-
Hi Cyrille,
There was an issue with the stylesheet, all fixed in version 2.2 and the plugin page is now a sub-item of Tools. Thank you for the suggestion.
Hi Cyrille, sorry about that. It should be fixed in 2.2
Please update the plugin to the latest version 2.1 and the issue should be fixed.
Thank you very much for taking the time to translate the plugin, and if you notice something not working as it should please let me know and I’ll do my best to help or fix the issue.
Thanks for bringing this to our attention. I’ll get it fixed ASAP.
Forum: Themes and Templates
In reply to: [Azuma] Changing Heading text sizeHi Dave
You can change the headings font size with custom CSS.
Navigate to Appearance > Customize > Additional CSS and add this CSS code (these are the default font sizes, so change any or all of them to whatever size you want)
h1 {
font-size: 32px;
}
h2 {
font-size: 30px;
}
h3 {
font-size: 28px;
}
h4 {
font-size: 26px;
}
h5 {
font-size: 24px;
}
h6 {
font-size: 22px;
}PS I’d recommend you edit your original post to remove your email address, as it’s publically viewable.
Forum: Themes and Templates
In reply to: [Eternal] Cart have some untranslated wordsThese text string are not from the theme, they are from the WooCommerce plugin, so there is nothing that the theme can do to translate these words.
It looks like you have already reported this to WooCommerce here: https://ww.wp.xz.cn/support/topic/version-10-0-3-has-no-translation-for-estimated-total/ and have already reported it in the WooCommerce GitHub, so it should hopefully be fixed soon by WooCommerce.
Also it seems not only Slovak translations that are missing, other languages may be affected: https://github.com/woocommerce/woocommerce/discussions/59864
All good now, thanks for your quick response.
The badly named file is still there in v2.0.19, see the SVN repo: https://themes.svn.ww.wp.xz.cn/extendable/2.0.19/styles/typography/
There is this file:
noto-serif-display-radio-canada.jsonAnd then also this almost identically named file with the added double quote in the file name:
noto-serif-display-radio-canada".jsonWhen attempting to update the theme, the update fails with this error:
An error occurred while updating Extendable: Could not copy file. extendable/styles/typography/noto-serif-display-radio-canada”.jsonForum: Plugins
In reply to: [Animations for Blocks] Why require PHP 8.1?Awesome. Thanks again for your super quick reply!
Forum: Plugins
In reply to: [Animations for Blocks] Why require PHP 8.1?Thanks for the quick reply and the explanation.
I’d really like to continue recommending Animations for Blocks in my own plugin, but I just don’t see a way to do so when 50% of WP sites are still running < PHP 8.1 – https://ww.wp.xz.cn/about/stats/
Would you have any objections if I were to perhaps release a fork of your plugin?