Twentig
Forum Replies Created
-
Hi Gemma,
Which theme are you using? Twenty Twenty-One or Twenty Twenty?
Tom
Hi,
The “Twentig – No title” template only includes the header, the content entered inside the block editor, and the footer; it has never displayed the featured image. You currently have the expected behavior of the “Twentig – No title” template.
Would you please send us a screenshot of what you want to achieve?
Thanks
Hi,
Thanks for the feedback. Indeed since the WP 5.9 update, there’s an issue with the outline button with the Twenty Twenty theme. It’s a WordPress core issue with the theme (when we disable Twentig, the issue is still there).
We’ll fix this issue in the next release. In the meantime, you can add the following CSS code inside Customizer > Additional CSS:
.is-style-outline .wp-block-button__link { border: 2px solid; }Have a nice day,
TomHi,
With the Twenty Twenty-One theme, the only way to add a link in the header is to put it inside the menu. You can add an email link to your menu by adding a custom link and setting its URL to
mailto:contact@example.comHave a nice day,
TomHi Richard,
Unfortunately, we haven’t tested mega menu plugins, so we can’t recommend one. As for the CSS method based, I’m afraid it can’t work with the theme. This method requires putting a static position on the parent menu container but doing so breaks the header’s layout.
Have a nice day,
TomHi droyed,
Reading the post, you opened on the general forum, it seems you’re trying to use a custom permalink structure to remove the “category” part of the URL for the categories pages. This is why you have a conflict with your page. I don’t think what you’re trying to achieve is possible. I’m closing this issue as it isn’t related to Twentig.
Have a nice day,
TomHello,
You need to use the “Twentig – No title” template to remove the page title on your pages. To change the template of a page:
- Open the page you want to edit.
- In the Settings sidebar, open the Page tab.
- In the Template panel, select the “Twentig – No title” template.
- Update the page to apply the change.
Best,
TomGreat! Thanks for the heads up.
If you enjoy Twentig, please rate it. It would really help me out 🙂
TomHi,
What you want to achieve is not possible right out of the box. That being said, we can give you some custom CSS to achieve this layout.
To remove the title from the homepage, use the Twentig template. Then add the following CSS inside the Customizer > Additional CSS panel:
body.home .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide), body.home [class*="__inner-container"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) { max-width: 120rem; } @media (min-width: 700px) { body.home .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) { width: calc(100% - 8rem); } } body.home .alignfull:not(.has-background) > .wp-block-group__inner-container > p:not(.has-background-color) { padding-left: 4rem; padding-right: 4rem; }Hope that helps,
TomHi,
It appears that you’re using the Twenty Twenty theme on your website.
Indeed the font size isn’t applied on the tables (we’ll include a fix in the next release). However, on my site, it does change the font size of the links. So could you please tell me where there’s a link on your website that doesn’t respect the font size?To change the font size of the table and the Contact form 7, you can add the following CSS code in the Customizer > Additional CSS panel (replace the values below with your values):
.wpcf7 label { font-size: 14px; } table { font-size: 1em; }Hope that helps,
TomHi,
Unfortunately, WordPress doesn’t apply the category class on the body of the post, so it’s not possible to use CSS to change the page background.
Have a nice day,
TomHi,
You don’t need to add CSS to make the block wide. For each block, WordPress has the option to change the block width (default, wide width, full width). The Photonic gallery block supports the alignment option, as seen on this screenshot. You can insert the Photonic gallery directly inside the editor, select it and click “Wide width” (no need to put it inside a Column block).
Hope that helps,
TomHi,
Thanks for your feedback. We can’t reproduce the issue. Have you tried to deactivate Twentig and then activate the Twenty Twenty-Two theme to see if you still have the issue?
Hi Graydon,
Thanks for the heads-up. Everything is good for us. Hope you’re doing well too!
Hi there,
We are working on it. There are also issues with WordPress Core that will be fixed soon in the next WordPress minor release. So we are monitoring the situation. For the moment, all I can say is that Twentig 1.4 will be released in February. 🙂
Yann