Yann
Forum Replies Created
-
Hi,
I’ve tried to replicate the issue, but everything is working fine on my end. I installed a child theme of Frost with Twentig activated on a multisite installation and did not encounter any issues.
Could you please test your Frost child theme with Twentig deactivated? If the problem persists, then the issue is not related to Twentig.
Additionally, could you please share the code of your child theme so I can test it?
Thanks,
YannGlad it works.
Would you mind leaving us a quick review on our plugin page? This allows us to continue providing great features and helps other users to find us. 😀
Have a nice day,
YannHey,
For the Twenty Twenty-One theme, you can add the following CSS code in the Customizer > Additional CSS panel to remove the text from the burger menu:
.menu-button-container #primary-mobile-menu .dropdown-icon { text-indent: -9999px; overflow: hidden; white-space: nowrap; } .menu-button-container #primary-mobile-menu .dropdown-icon .svg-icon { margin-left: 0; }Hope that helps,
YannHi,
I’ve tried to import the portfolio demo on a new site, and it’s working fine. It also works when testing on the live preview.
When you attempt to import and encounter the error, can you please check your browser console for any errors? If there are any, please copy and paste them into a message below.
To open the developer console in Google Chrome, open the Chrome Menu in the upper-right-hand corner of the browser window and select More Tools > Developer Tools. You can also use Option + ⌘ + J (on macOS) or Shift + CTRL + J (on Windows/Linux).
Additionally, if you try to import the other demos, do you encounter the same error?
Thank you,
YannHi,
Thanks for your feedbacks.
Twentig doesn’t modify the theme’s templates. I’ve tried it on a new website, and the comment section appears as expected. You can see it on our demo: Twentig Demo or on the live preview. When you open Appearance > Editor > Templates > Single Posts, you should see the comments section.
@than_sad Regarding the blog page, this behavior is due to the way the Twenty Twenty-Four theme is built; our plugin is not responsible for this. To display your posts, you need to modify the Blog template under Appearance > Editor > Templates > Blog Home.
Have a nice day,
YannHi Roberta,
Thanks for the heads-up. I’m not sure what caused the issue, but I’m glad it works now.
Have a nice weekend,
YannHi,
Thanks for your feeback. Unfortunately, it’s currently not possible to add more shapes. This would require PHP code to modify the front-end and JavaScript code for the back-end. We’ll see if we can find a way to make it extendable.
Have a nice day,
YannHi,
It seems that the issue is related to the Gutenberg plugin, which has changed the location of CSS variables from body to :root (currently WordPress uses body). To fix this issue, you can add the following custom CSS:
:root {
--tw-font-1: 'Lora', serif;
--tw-font-2: 'Oswald', sans-serif;
--wp--preset--font-family--tw-font-1: var(--tw-font-1);
--wp--preset--font-family--tw-font-2: var(--tw-font-2);
}However, we have deprecated the Google Fonts feature from our plugin as WordPress now includes a Font Library that allows you to use any Google Font or upload a local font. You can learn more about this through this YouTube video. In your case, it might be best to remove the Twentig fonts and use the Font Library instead.
Have a nice day,
YannHi Roberta,
Concerning the “Page not found” issue for the portfolio, it seems you need to refresh the WordPress permalinks. To do this, follow these steps:
- In your WordPress dashboard, navigate to Settings > Permalinks.
- Click the ‘Save Changes’ button at the bottom.
- Visit your projects on the front-end; they should be visible now.
Regarding the Google Fonts, we’ve deprecated this feature from our plugin as WordPress now includes a Font Library feature that allows you to use any Google Font or upload a local font. You can learn more about this through this YouTube video
Please let me know if you still encounter any issues.
Have a nice day,
YannHi Emmanuel,
Thank you for the kind words. When you select ‘None’ for Footer Credit, the credits are completely removed using PHP code.
Would you mind leaving us a quick review on our plugin page? This allows us to continue providing great features and helps other users to find us. 🙂
Have a nice day,
YannThanks for your reply. To rule out plugins conflicts, could you temporarily deactivate all your plugins except Twentig? If this resolves the issue, please reactivate your plugins one by one until you identify which plugin is causing a conflict.
Hi,
Thanks for your feedback. There is indeed an issue with the CSS. We’ll fix it in the next release. If you want to add some CSS to fix it in the meantime, please let me know which theme you’re using.
Thanks,
YannHi,
I can’t replicate this issue when using Twenty Twenty-One with Twentig. Given the variety of other plugins you’ve installed and the use of a child theme, it’s difficult for me to determine what’s causing the issue.
Could you please try temporarily deactivating the Twentig plugin to see if the issue persists? If the problem remains, then it’s not related to Twentig. Otherwise, could you temporarily deactivate all your plugins except Twentig? If this resolves the issue, please reactivate your plugins one by one until you identify which plugin is causing a conflict.
Thanks,
YannHi!
We’re not familiar with creating websites with WPML or Polylang; we use WordPress Multisite installation when we need to create multilingual sites. However, I don’t see why there would be any issues using WPML or Polylang with Twentig.
Have a nice day,
YannHi,
For clarification, the Twentig plugin doesn’t add any options specifically related to WooCommerce. We haven’t tried building a WooCommerce site with the Twenty Twenty-Four theme, but we do know that it’s compatible with WooCommerce. Concerning documentation on how to build a WooCommerce website with a block theme, your best bet is to ask for guidance from their support team: https://wordpress.org/support/plugin/woocommerce/.
Have a nice day,
Yann