Twentig
Forum Replies Created
-
Hi @guijimu,
Thanks for your message, glad you like our plugin.
You’ve set a “Site Max-Width” (Customizer > Twentig Options > Site Layout) of 1000px, which creates a boxed layout. In your case, you can leave this setting empty so that full-width elements take the entire screen.
If you enjoy Twentig, please rate it. It would really help me out 🙂
TomThanks for the heads-up, glad you solve the issue.
If you enjoy Twentig, please rate it. It would really help me out 🙂
TomTo change both headings and body fonts, add the following CSS code inside Customizer > Additional CSS:
body, .entry-content, .entry-content p, .entry-content ol, .entry-content ul, .widget_text p, .widget_text ol, .widget_text ul, .widget-content .rssSummary, .comment-content p, .entry-content .wp-block-latest-posts__post-excerpt, .entry-content .wp-block-latest-posts__post-full-content, .has-drop-cap:not(:focus):first-letter, h1, h2, h3, h4, h5, h6, .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .faux-heading, .site-title, .pagination-single a, ul.primary-menu, ul.modal-menu, .intro-text, input, textarea, select, button, .button, .faux-button, .wp-block-button__link, .wp-block-file__button, .entry-content .wp-block-file, .primary-menu li.menu-button>a, .entry-content .wp-block-pullquote, .entry-content .wp-block-quote.is-style-large, .entry-content .wp-block-quote.is-style-tw-large-icon, .entry-content cite, .entry-content figcaption, .wp-caption-text, .entry-content .wp-caption-text, .widget-content cite, .widget-content figcaption, .widget-content .wp-caption-text, .entry-categories, .post-meta, .comment-meta, .comment-footer-meta, .author-bio, .comment-respond p.comment-notes, .comment-respond p.logged-in-as, .entry-content .wp-block-archives, .entry-content .wp-block-categories, .entry-content .wp-block-latest-posts, .entry-content .wp-block-latest-comments, p.comment-awaiting-moderation, .pagination, #site-footer, .widget:not(.widget-text), .footer-menu, label, .toggle .toggle-text { font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif; }That’s a lot of code, but that’s how the Twenty Twenty theme is coded.
Have a nice day.
Hi @siwillmore,
Glad you like our plugin.
We don’t plan on adding this feature as it can create some issues with our other options. You can achieve it without removing the title on all the pages by using the image post format (to differentiate these “no title” posts from the posts with title). Only on the posts where you want to remove the title, set their post format to Image. And add the following CSS in the Customizer:.single-format-image .entry-header { display: none; } .single-format-image.tw-header-bg .entry-content > .alignfull:first-child { margin-top: calc(var(--global--spacing-vertical) * -3); } .single-format-image .entry-content { margin-top: 0; }I hope the above is useful to you.
If you enjoy Twentig, please rate it. It would really help me out 🙂
TomHi Adrian,
The bio in Twenty Twenty-One appears on the single post if you have entered some text in the user’s biographical info. To disable it, inside your WordPress dashboard, go to Users > Profile and leave the “Biographical Info” field empty.
Have a nice day.
If you enjoy Twentig, please rate it. It would really help me out 🙂
TomHi Oliver,
Twentig only adds Google Fonts. It’s possible to use “century gothic” by adding some custom CSS. To give you precisely the CSS, can you please tell me if you want to apply the font on both body and headings?
Thanks,
TomThanks for the review 🙂
Have a nice day,
TomHi @heerenleed,
When you limit the site width by setting a value for “Site Max-Width” (Customizer > Twentig Options > Site Layout), it creates a boxed layout. By default, the inner page inherits the body background-color, which covers up the body background image.
To always display the image, you can either leave the “Site Max-Width” setting empty, or if you want to keep the site width limited, you can add some custom CSS (Customizer > Additional CSS):
.site{ background-color: transparent; } body.custom-background { background-image: url("http://www.nicholsonkring.nl/wp-content/uploads/2021/03/achtergrondfinal.gif") !important; }I hope the above is useful to you.
If you enjoy Twentig, please rate it. It would really help me out 🙂
TomCurrently on your site I see 3 columns as expected (on device-width > 1280px). To set 4 columns, you can add some custom CSS (Customizer > Additional CSS):
@media (min-width: 1280px) { .tw-blog-grid .site-main { grid-template-columns: repeat(4,minmax(0,1fr)); } }If you enjoy Twentig, please rate it. I’d really apreciate it 🙂
TomThanks for the review 🙂
Have a nice day,
TomHi @cloudbuilder,
Thanks for your message.
Are the links directly inserted inside the editor or put inside another block like a group or a cover. If possible, could you please share your editor’s content so I can try to replicate the issue?
If possible, could you please deactivate Twentig temporarily to see if the issue comes from Twentig or the Twenty Twenty-One theme?
Thanks,
TomCould you please record your screen and share it so I can understand the issue better?
ThanksHi Joshua,
The placeholder text on the Button block is included in the WordPress block editor, it’s not something Twentig adds. As the button needs a text, WordPress adds a placeholder that automatically disappears as soon as you type your own text. If you don’t want a “black rectangle button”, you need to remove the entire Buttons block and not just delete the text.
To remove a block, select the block and click the three dots in the toolbar right above it. Among the settings there you’ll see the option to remove that block. (see https://wordpress.com/support/wordpress-editor/#remove-a-block)
If you enjoy Twentig, please rate it. It would really help me out 🙂
TomHi @mohamedmaher,
Thanks for your message. I can’t replicate this issue on my side even though I’ve changed the Customizer settings many times on my test site. As it’s forbidden for us to ask for any kind of access in order to provide support, it’s difficult to diagnose the issue.
When you deactivate the Twentig plugin, does the problem still persist?
In the Chrome Console panel, is there any error message?Tom
Hi Daniella,
Twentig doesn’t provide an option to fix the footer, it seems you’ve added custom CSS. What you describe would require writing complex custom JavaScript code, which is outside the scope of what we’re able to support.
Tom