Yann
Forum Replies Created
-
Hi,
To disable the fonts added by Twentig, you can add the following PHP code to the
functions.phpfile of your child theme:function disable_twentig_fonts() { add_filter( 'twentig_curated_google_fonts', '__return_empty_array' ); } add_action( 'after_setup_theme', 'disable_twentig_fonts' );We will consider including an easier method to disable these fonts in a future release.
Have a nice day,
YannHi Konrad,
It appears that you have successfully resolved the issue.
Have a nice day,
YannHi Shane,
Could you please send a screenshot of the notice indicating that the Twentig plugin is preventing the upgrade to PHP 8.3?WordPress recommends using PHP 8.1 or 8.2 for WordPress 6.4 (see https://wordpress.org/news/2023/10/wordpress-6-4s-php-compatibility/). We are using PHP 8.2 on our website without any issues.
Yann
Hi Shane,
I’m definitely surprised to hear about the 2-second load time you’re experiencing. That’s significantly longer than expected.
To better understand the issue, I’d like to ask a few questions:
- Are you observing this 2-second delay on the front-end or the back-end (and where) ?
- How did you determine that Twentig is specifically causing the slowness? If you deactivate Twentig, does it load normally?
- Do you have any other WordPress plugins installed that might be contributing to the load time?
Thanks,
YannHi,
Thank you for your feedback. We will fix this issue in our next release.
Have a nice day,
YannHi,
It seems you managed to fix the issue.Have a nice day,
YannHi,
It seems that the Twentig plugin is not active on your website. So I don’t think this issue is related to Twentig.You can try to deactivate temporarily all of your plugins. If this solves the issue, activate your plugins one by one until you find which plugin is causing your problem.
Hope that helps,
YannI’m glad to hear that clearing the server cache solved the issue for you. We’ll still look if there is something to improve on our side.
Have a nice day,
YannHi,
Thank you for reaching out to us. We’ll look into it. Could you please specify if you have encountered any specific issues while using the plugin with PHP 8.3?
Thanks,
YannHi Adeline,
Thank you for your feedback. I’ve tried to replicate the issue using WordPress version 6.4.2 with the Twentig plugin version 1.7.1 and a child theme of Twenty Twenty-Three, but everything seems to be functioning correctly on my end.
To help us investigate this further, could you please provide the following information:
- Which page(s) are you experiencing this error on: front-end, site editor, page editor… ?
- Does the error still occur if you switch to the parent theme, Twenty Twenty-Three, instead of using your child theme?
Thank you,
YannThanks for your kind words.
Just to let you know, WordPress now includes a “lightbox” feature. It currently works on a per-image basis (select the image block and toggle the “Expand on click” option on). They are also working to support the gallery block for the next release.
Have a nice day, Yann
We’ve just released Twentig 1.7.1 that fixes this issue.
Have a nice day,
YannYou’re welcome! This is the easiest and most straightforward solution. Alternatively, you could wrap the header with a Group block and make the group sticky. But this would require editing each template, which is a bit of a hassle.
Hi, thanks for the feedback.
There is indeed an issue with the translations in our dashboard. We’ll fix it in the next release.
Have a nice day,
YannHi,
The easiest way to stick your header throughout your entire website is to add the following custom CSS in the Additional CSS box:
header.wp-block-template-part { position: sticky; top: var(--wp-admin--admin-bar--height, 0); z-index: 10; }There is a quick tutorial here in the “Tutorials for the WordPress Twenty Twenty-Four theme” section, that explains how to add custom CSS to the Twenty Twenty-Four theme.
Have a nice day,
Yann