Twentig
Forum Replies Created
-
You can find the changelog here https://wordpress.org/plugins/twentig/#developers
Thanks for the link. For some reason, the code on your site has an unwanted
character which makes the code invalid.Replace the previous code by this one:
.page-id-878 #site-footer, .page-id-878 .footer-nav-widgets-wrapper { display: none !important; }Hope that helps.
Hi Pieter,
To globally change the page template:
- Add a new page.
- Open the block settings sidebar and navigate to the Page tab.
- Under the “Template” section, select the Edit option.
- From there, you’ll be taken into template editing mode where you can make any changes you’d like. Here, you can edit the padding of the main group. To do it, select the main group block, and in the Dimensions panel, set the left and right padding to 0px.
- When you’re done making changes, select Publish and go through the saving flow to confirm the changes you’d like to make.
If you need to create a new template:
- Add a new page.
- Open the block settings sidebar and navigate to the Page tab.
- Under the “Template” section, click New.
- You’ll then be asked to name the new template. Make sure to give it a descriptive name like “Full Width”.
- From there, you’ll be taken into template editing mode where you can create your full width template. You can delete all the default content and start building your template. You can insert a group block, and in the Dimensions panel, set the left and right padding to 0px.
- When you’re done making changes, select Publish and go through the saving flow to confirm the changes you’d like to make.
Then you have to assign your custom template to your page.
Hope that helps,
YannHi Glen,
Thanks for your feedback. We only add 17, because, for the moment, it’s not possible to add all Google Fonts without slowing the editor. And we choose only to include a selection of variable fonts for performance gains. We’re monitoring WordPress 6.0, and working on letting the user choose the Google Fonts of its choice.
Concerning the clickable card, we’re looking to add this feature.
Thanks,
YannHi Catherine,
We aren’t familiar with the Code Snippets plugin but looking at the plugin’s description, it works similar to the functions.php file of a child theme. So you should be able to insert the code you’ve found on the forum to change the color palette.
Have a nice day,
DianeHello!
We’ve just released Twentig 1.4, which supports the Twenty Twenty-Two theme.
Glen,
1. For block themes, it’s still possible to access the Customizer > Additional CSS panel to add custom CSS (https://twentig.com/quickstart-guide/#add-custom-css).
2. Currently, Twentig adds a selection of 17 variable Google Fonts.
3. It’s possible to build a blog grid layout with the WordPress Query Loop block. We’ve included a grid block pattern (https://twentig.com/quickstart-guide/#build-your-blog-with-the-query-loop-block).
Have a nice day,
YannHi Sean,
I hope everything is fine in Tokyo.
We’ve just released Twentig 1.4, which supports the Twenty-Two theme.
Please note that Twenty Twenty-Two is the first default WordPress block theme, and is designed to use full site editing features instead of the Customizer to edit your site (the Customizer is hidden for block themes). So Twentig don’t rely on the Customizer for Twenty Twenty-Two and use the new WordPress full site editing features.
The experience is entirely different from classic themes (Twenty Twenty-One and Twenty Twenty).
I can’t really recommend a stack of plugins. I personally only use Twentig with an SEO plugin (I always try to use as few plugins as possible). It works great for my side projects, and they have a great Google Lighthouse score.
But you should be able to use Twentig, with a few rare exceptions, with any plugin.
Best,
YannHi,
When I visit your site, what I see don’t look like your screenshot. Maybe you should try to flush your site’s cache.
It seems there’s an issue with the CSS on your site caused by another plugin. As mw815371 has written, a quick fix is to add the following CSS in the Customizer > Additional CSS panel:
.blog-sidebar .widget a:is(:active,:link,:visited:hover) { color: #18181a; }Hope that helps.
We’ve just released Twentig 1.4 🙂
Have a nice day,
YannThis CSS code should work, I’ve tried it successfully on my side. So would you please share your website’s URL so I can see what the issue is?
Thanks
Thanks for the heads up.
Have a nice day.
Thanks for the heads up, glad it works.
If you enjoy Twentig, please rate it. It would really help me out 🙂Hi there,
Twentig 1.4 will be released this week. This release will add support for the Twenty Twenty-Two theme.
Please note that Twenty Twenty-Two is the first default WordPress block theme, and is designed to use full site editing features instead of the Customizer to edit your site (the Customizer is hidden for block themes). So Twentig won’t rely on the Customizer for Twenty Twenty-Two and use the new WordPress full site editing features. The experience is entirely different from classic themes (Twenty Twenty-One and Twenty Twenty).
Twentig will continue to support the classic themes (Twenty Twenty-One and Twenty Twenty) for people who prefer the Customizer to edit their website.
@droyed It seems your issue isn’t related to Twentig and is caused by a cache plugin on your site. https://wordpress.org/support/topic/menu-not-working-52/
Best,
YannI can’t access your screenshot. When I click on the link, it says “This item was deleted.”
Hi
You can reduce the spacing by adding the following CSS code in the Customizer > Additional CSS panel. That way, the header will have the same padding above and below.
.site-main { padding-top: 0; }If you need to reduce the padding further, you can change the header padding by going to Customizer > Twentig Options > Header and changing the Header Padding option.
Hope that helps,
Yann