Twentig
Forum Replies Created
-
Hi @tungstene2,
We’ve released Twentig 1.2.5, which wraps the archive title prefix with a span:
<span class="archive-title-prefix">Category:</span>
Now you can easily hide it with CSS.The range slider is limited to 56, but you can type any value in the input.
Have a nice day,
DianeHi @artgoddess,
We’ve released Twentig 1.2.5, which includes the option to choose the Custom Post Types layout (Customizer > Twentig Options > Custom Post Types).
If you enjoy Twentig, please leave a review. It would mean a lot to me 🙂
Diane
Manny is using our Twentig plugin to customize Twenty Twenty-One. We’ve solved this issue on our support forum: https://wordpress.org/support/topic/post-titles-not-clickable-on-blog-pages-or-category-pages/
Have a nice day.
Hi @xtendlife,
For the Twenty Twenty theme, here’s the CSS to resize the featured image on the single post:
.single-post .featured-media img { max-width: 90%; }Hi @tungstene2,
The plugin already includes font size for single post (Customizer > Twentig Options > Blog > Single Post > Post Title Font Size) and page (Customizer > Twentig Options >Fonts > Headings > Page Title Font Size).
Concerning the possibility of hiding the “Category” from the title, we’ll change the HTML markup of the archive title in the upcoming release so that it will be easy to hide it with CSS. For accessibility, it’s better to keep the text for screen reader users and hide it visually with CSS.
Hi @432thor,
Thanks for the feedback. We understand that this feature could be useful. Unfortunately, Twentig doesn’t include this option; the button must be one of the menu items. It might be possible to do it with a child theme, but it would require custom PHP and CSS modifications.
Have a nice day.
Inside Customizer > Twentig Options > Fonts, you can set the headings font-family and font-weight. By default, the Twenty Twenty-One theme set the heading’s font-weight to 300, so they don’t look bold.
We’ve found out that it’s a known issue of the NextGEN Gallery plugin. NextGEN has the same compatibility issue with other plugins (e.g., Elementor, Cornerstone). For some of these plugins, NextGEN adds a compatibility fix inside its plugin.
We’ll add the fix in our plugin in the upcoming release.Hi @artgoddess,
Thanks for your message and feedback.
We’ll add an option to choose the hero layout for the Custom Post Types in the upcoming release.
If you enjoy Twentig, please leave us a review. We’d really appreciate it 🙂
Hi Jason,
We’ll add an option to choose the hero layout for the Custom Post Types in the upcoming release 🙂
Hi @hirschan,
To change the hamburger menu breakpoint, you can add the following CSS code inside Customizer > Additional CSS. In the first line, change the 1023px value with the value you want. If you want the menu to always be the hamburger menu, remove the first line
@media only screen and (max-width: 1023px) {and the last line}.@media only screen and (max-width: 1023px) { .tw-header-break-tablet.tw-header-padding-small { --header--padding: 24px; } .tw-header-break-tablet .menu-button-container { display: flex; padding-right: calc(var(--site--padding) - 20px); } .tw-header-break-tablet .has-logo .menu-button-container { padding-top: calc(var(--header--padding) + (var(--logo--height) - (25px + var(--button--padding-vertical))) / 2); } .lock-scrolling .site { position: fixed; max-width: 100%; width: 100%; } .tw-header-break-tablet .primary-navigation { position: absolute; top: var(--global--admin-bar--height); } .tw-header-break-tablet.primary-navigation-open .primary-navigation { width: 100%; position: fixed; z-index: 2; } .tw-header-break-tablet .primary-navigation > .primary-menu-container { display: block; position: fixed; visibility: hidden; opacity: 0; top: 0; height: 100vh; z-index: 499; overflow-x: hidden; overflow-y: auto; transform: translateY(var(--global--spacing-vertical)); padding: calc(6 * var(--global--spacing-unit)) var(--site--padding) var(--global--spacing-horizontal); background-color: var(--header--color-background, var(--global--color-background)); margin-left: 0; } .tw-header-break-tablet .site-header.has-logo .primary-menu-container { padding-top: calc(70px + var(--logo--height)); } .tw-header-break-tablet.primary-navigation-open .primary-navigation > .primary-menu-container { position: absolute; visibility: visible; opacity: 1; transform: translateY(0); } .tw-header-break-tablet .primary-navigation .menu-wrapper { width: 100%; max-width: 100%; padding-bottom: 120px; } .tw-header-break-tablet .primary-navigation > div > .menu-wrapper:not(:last-child) { padding-bottom: 20px; } .tw-header-break-tablet .primary-navigation > div > .menu-wrapper li { display: block; position: relative; width: 100%; } .tw-header-break-tablet .primary-navigation a { font-size: var(--primary-nav--font-size-mobile); } .tw-header-break-tablet .site-header .primary-navigation .primary-menu-container .menu-wrapper a { padding-left: 0; padding-right: 0; } .tw-header-break-tablet ul.header-actions { margin-left: 0; padding-bottom: 120px; justify-content: flex-start; } .tw-header-break-tablet .header-actions .social-item { margin-left: calc(0px - var(--primary-nav--padding)); } .tw-header-break-tablet .header-actions .social-item + .social-item { margin-left: 0; } }To hide “Menu” next to the hamburger, add the following CSS:
.menu-button-container .button.button .dropdown-icon { text-indent: -999em; overflow: hidden; } .menu-button-container .button.button .dropdown-icon svg.svg-icon { margin-left: 0; }I hope the above is useful to you.
If you enjoy Twentig, please leave us a review. We’d really appreciate it 🙂
Hi Jason,
For the pages, you can set a video banner as follow:
- Open the page you want to edit.
- Place your cursor at the top of the editor, just below the page title.
- Insert a Cover block and select a video as the media. Inside the block settings sidebar, check the Fullscreen setting.
- Write the title of your page inside the cover using the Heading block, set as H1.
- In the Settings sidebar, open the Page panel to edit the Page Attributes.
- Under Page Attributes, select the “Twentig – Transparent header light” template.
- Update the page to apply the change.
Unfortunately, it’s not possible for single posts.
I hope the above is useful to you.
If you enjoy Twentig, please leave us a review. We’d really appreciate it 😀
Hi @tungstene2,
Our plugin doesn’t include an option to remove/change the “Category:*” title. To change the font-size, you can add some custom CSS inside Customizer > Additional CSS (change the 24px value as you like):
.archive h1.page-title { font-size: 24px; }I hope the above is useful to you.
Thanks for sharing your URL.
It appears that there’s a conflict between Twentig and the NextGEN Gallery plugin that you’ve installed on your website. The issue only happens when you set a custom footer (either by changing the layout, the credit, or hiding the site title). The problem is that both plugins change the footer code, and for some reason, the scripts (which control the submenu) are not loaded anymore.
We’ll investigate to see if it’s possible to fix the compatibility issue between the two plugins. We’ll keep you informed.