Twentig
Forum Replies Created
-
Hi,
I can’t replicate this issue on my side. It seems that you’re only deleting the button’s text.
To remove the button (https://wordpress.org/support/article/wordpress-editor/#removing-a-block):
- Select the button block.
- Click the three dots in the top toolbar.
- Inside the dropdown menu, click “Remove Button”.
If the issue persists, please try to deactivate the Gutenberg plugin (it’s not recommended to use it in production).
Hope that helps,
TomHi Peta,
Unfortunately, it’s difficult to tell you what’s the issue. It might be a cache problem. You can try to replace the existing menu by creating a new menu and assigning it to the Primary menu location.
Hope that helps,
TomHi,
Thanks for the kind words.
Unfortunately, Twentig doesn’t include a way to create a floating table of contents.
Concerning the focused reading mode, do you mean the reader mode implemented by the browsers (I’ve tested a page and it seems to work fine) or something else?
Have a nice day,
TomHi,
When you set a site max-Width, Twentig automatically sets a background color that you can change (Customizer > Colors & Dark Mode > Inner Background Color). However, the color picker doesn’t support RGBA (transparency). To set the background to transparent, you can add the following CSS in Customizer > Additional CSS:
.site { background-color: transparent; }Hope that helps,
TomHi Erik,
Unfortunately, Twentig can’t add an option to display a title on the posts page due to the way the Twenty Twenty theme is coded.
Have a nice day,
TomHi,
The Orlando pages use the “Twentig – Transparent header” template. To revert the header, you need to edit the template for each page.
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 “Default template”.
- Update the page to apply the change.
Hope that helps,
TomHi,
It seems that you’re not using Twentig on your site but you’re using custom code. Anyway you can make the logo larger by adding custom CSS (Customizer > Additional CSS):
.site-logo .custom-logo { max-width: 1200px; }Have a nice day.
All the other single-page layouts are available in the Twentig Page Layouts sidebar. To open it, in the top-right corner of the block editor, click the [tw] icon.
For the Twenty Twenty theme, use the following code:
.tw-blog-grid #site-content .hentry { margin-bottom: 0; } @media (min-width: 700px) { .tw-blog-grid #site-content .hentry { width: 50%; margin-left: 0; } }Hope that helps.
Hi,
Sorry for the late reply, there was a miscommunication with the devs.
The Memphis demo isn’t currently included in the plugin. However, we might include it in a future release as a full website demo (and not as a single page).
In the meantime, you can download the content of the page at: https://drive.google.com/file/d/18ousYrIA96c-s5kaCLBso6NknJTcwgdI/view
Inside your WordPress dashboard, create a page, copy and paste the content inside the editor. Then change the page template to “Twentig – Transparent header light” (see our FAQ to see how to change the page template).
If you also need to replicate the Customizer options, here are the settings to modify (starting from a clean install):
- Background Color: 120d5c
- Primary Color: #d7ffbf
- Body Font: Big Shoulders Text
- Body Font Size: 22
- Body Line Height: 1.6
- Heading Font: Big Shoulders Display
- Heading Font Weight: 900
- Logo Font Weight: 900
- H1 Font Size: 96
- Logo Font Size: 24
- Header Width: Full
- Menu Spacing: Large
- Text Width: 600
- Button Background Color: #120d5c
- Button Text Color: #d7ffbf
- Button Hover Background Color: #120d5c
- Button Size: Small
Hope that helps,
TomHi,
Thanks for the review, it’s really appreciated.
Twentig doesn’t include an option to remove the word “Category:” from the Archives pages. However, you can remove it by adding the following CSS code in the Customizer > Additional CSS panel:
.archive-title-prefix { display: none; }Have a nice day.
Hi,
Thanks for your message.
To change the space of the grid for the categories page (on the Twenty Twenty-One theme), add the following CSS in the Customizer > Additional CSS panel:
.archive.category .site-main { column-gap: 0; row-gap: 0; }Hope that helps,
TomHi,
It may be possible to add a header image by adding custom CSS. Unfortunately, Twentig doesn’t have an option to display a sidebar on the pages.
For the header image, would you please share the URL of your website so that I can help you with the CSS?
Thanks,
TomHi,
Your site displays an empty widget area in the footer caused by an empty Social Icons block. To remove it, open the Customizer > Widgets panel and delete the widget located in the Footer area. It will decrease the spacing between the footer and the content.
Hope that helps,
TomThanks for the heads up.
Best,
Tom