Yann
Forum Replies Created
-
Hi @svladcjelli,
That made me smile. Perfect timing after all!
And a big thank you for recommending Twentig on Reddit over the years. That kind of support from someone who genuinely uses and believes in the product means the world to us. So, truly, thank you.
Cheers,
YannHi,
Thanks so much for the kind words. I’m really glad you’re enjoying Twentig One! It’s also great to see the theme on a real website. It looks great!
About the transparent header issue, it looks like you may have modified the page templates in the Site Editor.
By default, the template structure should be:
Header → Group (with Content inside) → Footer
When I inspect your page, the Cover block appears directly below the header and above the content, instead of being placed inside the Content area. Did you set it up that way on purpose?
If you need to keep that structure, you can use the following CSS as a workaround:
- In the Site Editor, press Ctrl + K (or ⌘ + K on Mac) to open the command palette.
- Type “CSS” and click “Open custom CSS”.
- Paste the following code into the Additional CSS field:
body:has(header.header-transparent + .wp-block-cover) {
--tw-header-transparent-color: #fff;
}Save your changes. That should make the transparent header text appear in white over the Cover block.
Hope that helps,
Yann@jacobhalton Thanks for the heads up.
Can you try inserting this empty justified gallery block. I’ve removed the lightbox option from it. Add your images and see if the issue is still there:
<!-- wp:gallery {"linkTo":"none","align":"wide","twLayout":"justified","twFixedWidthCols":true,"twRowHeight":320} -->
<figure class="wp-block-gallery alignwide has-nested-images columns-default is-cropped tw-gallery-justified tw-fixed-cols"></figure>
<!-- /wp:gallery -->Hi @yarsel , hi @schutzsmith ,
Apologies for the late reply, and sorry again for the delays along the way.
The good news: Twentig One is finally live. You can download the theme directly here: https://twentig.com/twentig-one/
It’s a modern, lightweight block theme built for Full Site Editing — flexible templates, post formats, color presets, font pairings, and fluid spacing. It launches with 4 starter sites (Business, Portfolio, Blog, and Personal) and our new Onboarding Customizer, which makes it easy to tailor layouts, colors, and typography in just a few clicks.
We’ve also made it really easy to try it:
- Twentig Playground
- Blueprint for WordPress Studio
- and each starter site can be customized online, then exported & imported afterwards
Alongside the theme, Twentig 2.0 adds powerful new block options: carousel & justified galleries, button icons, video lightbox, group hover styles, and more.
We’ve got more starter sites and new features coming over the next few weeks.
Thanks,
YannHey Jacob,
Just to clarify, the lightbox is actually a WordPress core feature, not Twentig.
To disable it, select your Gallery block, click the Link icon in the top toolbar, and select None.
Also, prev/next lightbox navigation is coming in WordPress 7.0 (April 9) if you ever want to revisit the native lightbox later.
Hope that helps!
YannHi @svladcjelli,
First of all, I’m sorry for the lack of communication around the release. I completely understand your disappointment, especially since you’ve been using, recommending, and following Twentig for such a long time.
The good news is that Twentig One has just been released, alongside Twentig 2.0.
Please try refreshing the page and clearing your cache. You should now be able to download Twentig One here: https://twentig.com/twentig-one/
This is a new chapter for Twentig, and we already have more starter sites and exciting features in the works. We know we need to do better on communication, and your feedback is fair and appreciated.
Thanks again for your patience and for your continued support.
Have a nice day,
YannHi Eddy,
The padding: 0 8%; you’re seeing in the Media & Text block is actually a WordPress core value. Twentig reuses that value because we dequeue the core Media & Text stylesheet and re-enqueue our own version to improve the breakpoint behavior — but the 0 8% padding itself comes from core.
So yes, if you’d like to remove it, the easiest way is to override it with custom CSS. To do so:
- In the WordPress dashboard, press Ctrl + K (Windows) or Cmd + K (Mac) to open the command palette.
- Type “Open Custom CSS”.
- Add the following CSS:
.wp-block-media-text > .wp-block-media-text__content {
padding: 0;
}Have a nice day,
YannHi,
You’re very welcome. Glad to hear it worked as expected! Thanks a lot for the kind words and for taking the time to leave a review, it’s truly appreciated.
Have a great day too 🙂Hi,
Right now, your header is likely just using the Site Title block. To get a logo and text sitting side-by-side, you’ll want to wrap them together in a Row block.
Here’s the quickest way to do it:
- Open the Header in the Site Editor: In your WordPress dashboard, press Ctrl + K (Cmd + K on Mac) and type “Header” to select your Header template part.
- Add a Row Block: Click the + icon where your current site title is and search for Row.
- Place your elements: Inside that new Row block, add the Site Logo block first, followed by the Site Title block.
- Fine-tune the look: Select the Row block and adjust the Block Spacing if the logo and text are too close or too far apart.
Let me know if it works for you!
Yann
PS: 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 😀
Hi,
Twentig offers responsive CSS classes for the Column block to change the layout on mobile. To do it:
- Select the Column block you want to change the order of.
- Open the Advanced panel and click the “Open library” button.
- Select the class you want to apply:
sm-order-firstto put the column first orsm-order-lastto put it last on mobile.
Let me know if it works for you!
YannHi Claus,
That is great news! I am happy to hear that the update resolved the conflict.
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.
Thank you,
YannHi Claus,
Thanks for the heads-up and for testing that setting.
We’ve just released Twentig 1.9.6, which specifically addresses the conflict.
Could you please update the plugin and let me know if this resolves the formatting issues on your end?
Hi Claus,
Thank you for reaching out and bringing this to our attention.
I am very sorry to hear that the latest update has caused display issues with your calendar. To answer your question regarding what changed: WordPress 6.9 has introduced significant changes to the way it loads assets for classic themes. Consequently, we had to update our code structure in Twentig 1.9.5 to remain compatible with WordPress core. It appears this necessary update has inadvertently created a styling conflict with The Events Calendar.
We are actively looking into this.
In the meantime, could you please try the following troubleshooting step to see if it resolves the conflict?
- Open the Customizer.
- Navigate to Twentig Options > Footer.
- Set the footer layout option to Default.
Please let me know if this changes the behavior on your end. I will get back to you as soon as possible.
Yann
Hi Daniel,
The Twentig One theme will now release in January 2026.
We’re sorry to push this back one last time. These extra weeks will allow us to refine the theme to the quality standard you have come to expect.We know you’ve been patient, and we genuinely appreciate it. We’re excited to finally share what we’ve been building and can’t wait for you to experience the new theme next month.
Thanks for sticking with us.
YannHi Anne,
Sorry for the late reply.
Thanks for reaching out! I’ve checked your website. Could you clarify a bit more about what you’d like to do? That way, I can point you in the right direction!
Have a nice day,
Yann