Twentig
Forum Replies Created
-
Hi Kathleen,
Inside the Customizer (Twentig Options > Footer > Footer Layout), you can globally hide the footer on your website. We didn’t include a “no footer” template as we don’t think that hiding the footer on only one page is a common use case. It will be easy to do in the future with Full Site Editing, but you can achieve it with a child theme for now.
Have a nice day,
TomHi @thewebnerd,
For the Twenty twenty theme, you can change the submenu width by adding the following CSS (Customizer > Additional CSS). Adjust the value as you want.
.primary-menu ul { width: 20rem; }I hope the above is useful to you.
TomHi @jhnn,
The Image block has a “Title attribute” setting. You can see it under the Advanced panel. https://wordpress.org/support/article/image-block/#advanced
For the other blocks which contain images (Media & Text, Gallery), WordPress doesn’t include this possibility. We can’t add this feature in the Twentig plugin as it would break the block (invalid content).
For SEO purposes, the important attribute is the “alt” attribute.
“Each image should have an alt text. Not just for SEO purposes, but also because blind and visually impaired people won’t otherwise know what the image is about. A title attribute is not required. What’s more, most of the time it doesn’t make sense to add it.”
Source: https://yoast.com/image-seo-alt-tag-and-title-tag-optimization/I hope the above is useful to you.
If you enjoy Twentig, please leave a review. It would really help me out 🙂
TomHi Raul,
You can change the buttons’ size by adding some custom CSS (Customizer > Additional CSS). Adjust the font-size and/or the padding values as you want.
button, .button, .faux-button, .wp-block-button__link, .wp-block-file .wp-block-file__button, input[type=button], input[type=reset], input[type=submit] { font-size: 1.5rem; padding: 1.1em 1.44em; }I hope the above is useful to you.
TomHi @thewebnerd
Can you please share the URL of one of your pages where you have a cover hero?
Thanks,
TomHi @thewebnerd
It seems that you’re now using Twenty Twenty. The plugin doesn’t include an option to hide the title on post pages. But you can use the Cover page template included in the Twenty Twenty theme to create a cover hero.
Tom
Hi @thewebnerd
To hide the “Category” label, you can add some custom CSS inside Customizer > Additional CSS:
For Twenty Twenty-One:
.category .archive-title-prefix { display: none; }For Twenty Twenty:
.category .archive-title .color-accent { display: none; }I hope the above is useful to you.
TomHi @neilcthacker,
I’ve tested your page on multiple devices and browsers but can’t reproduce the issue.
Can you please tell me which browser/OS you are using?Thanks,
TomHi @codestylist,
The fact that the footer isn’t visible on WooCommerce pages is a WooCommerce core issue. There’s an ongoing ticket
https://github.com/woocommerce/woocommerce/issues/29075, but it seems that it won’t be fixed for their next release. So we’ll fix it in Twentig’s next release.Adding the plugin code to GitHub is on our roadmap so you’ll be able to contribute.
Have a nice day,
TomHi @mibtg,
Twentig provides a “No title” custom page template to remove the page’s title. To change the template of a page:
- Open the page you want to edit.
- In the Settings sidebar, open the Page panel.
- Under Page Attributes, select the “Twentig – No title” template.
- Update the page to apply the change.
Have a nice weekend,
TomHi @chromox,
Thanks for your message and feedback.
The Newsreader font was recently added to the Google fonts directory, this is why it isn’t in the plugin yet. We’ll update the font list in the next release.
If you enjoy Twentig, please leave a review. It would really help me out 🙂
TomHi @kathleenlou,
You can add a description to the category. Inside your WordPress dashboard:
- Go to Posts > Categories.
- Click on the Edit link below the category.
- In the Edit Category screen, enter your text inside the description area.
I hope the above is useful to you.
If you enjoy Twentig, please leave a review. It would really help me out 🙂
TomHi @leobeaufils,
The Header and Footer Background Colors are applied globally on the site, Twentig doesn’t provide a way to specify the colors on a page basis. You need to write custom CSS to change the colors on specific pages.
The Twenty Twenty theme automatically calculates the text color based on the background color to ensure that the color contrast is high enough to be accessible. If you want to change the text color, please refer to the CSS code posted in this thread: https://wordpress.org/support/topic/how-to-change-text-default-color/#post-13692572
Have a nice day,
TomHi @codestylist,
Thanks for the feedback. We understand that WooCommerce CSS improvements could be useful. Our current roadmap doesn’t include it, but we will consider it as soon as we have the capability.
Have a nice day,
TomHi @mibtg,
You need to put the CSS code inside Customizer > Additional CSS:
#The-Game { padding-top: 150px; margin-top: -150px; }Then remove the code you’ve entered in the Additional CSS Class(es) area, as it’s used only to add CSS class, not inline code.
If you enjoy Twentig, please leave a review. It would really help me out 🙂
Tom