Twentig
Forum Replies Created
-
Hi JP,
To add a link inside the footer, you can add the following HTML code inside the Custom Credit input:
<a href="https://example.com/">Link</a>I hope the above is useful to you.
If you enjoy Twentig, please leave a review. It would really help me out.
Tom
Hi Andreas,
Thanks for your feedback. Indeed there’s an issue with how we apply the images source size; it should only apply to the blog’s images and not to the logo. We’ll fix this issue in the next release.
If you enjoy Twentig, please leave a review. It would really help me out.
Tom
Hi @progolog,
Twentig adds an Alternate Logo setting to display a white version of the logo for transparent header and footer with a dark background. It isn’t meant for the dark mode.
The Twenty Twenty-One theme includes a dark mode setting but only changes the contrast of the images when the mode is enabled. https://make.wordpress.org/core/2020/11/10/twenty-twenty-one-dark-mode-update/, “When Dark Mode is on, a dark grey background color is used. Images have a lower contrast.”
To display a different logo for the dark mode, you can add some custom CSS inside Customizer > Additional CSS (replace white-logo-url.png with your logo URL):
.respect-color-scheme-preference.is-dark-theme .site-logo { background-image: url(white-logo-url.png); background-size: cover; } .respect-color-scheme-preference.is-dark-theme .site-logo img { visibility: hidden; }I hope the above is useful to you.
If you enjoy Twentig, please leave a review. It would mean a lot to me 🙂
TomHi Andrea,
Thanks for your message and your review 🙂
Twentig doesn’t let you build custom templates for the custom post types. Our roadmap doesn’t include this feature as WordPress Full Site Editing is coming soon and will handle it. Currently, the only way to do it is to create custom templates inside your child theme.
I hope the above is useful to you.
TomWordPress doesn’t have an option to set each column’s background color. Twentig adds some columns styling (card width shadow, gray card, card width border…) on the Columns block. But if you want to set a custom background color on each column, the only way is to add a group inside each column and set a background color on each group.
I hope the above is useful to you.
TomHi @bulat0705,
Thanks for your feedback. I see on your website that there’s a Telegram link inside your footer menu. Have you managed to fix the issue, or do you still have one?
Thanks,
TomHi @artgoddess,
Thanks for the heads-up, glad it solves the issue. Regarding your questions:
1. The theme displays post categories and post tags. Portfolio categories and tags are different taxonomies specific to the Portfolio plugin you’re using; this is why they aren’t displayed.
2. Twentig doesn’t add custom blocks, it uses only the core blocks. Currently, there are no core blocks to display Custom Post Types, but the WordPress team is working on a Query block (not sure when it will be available).
Have a nice day,
DianeI’ve tested your child theme, the CSS is working fine for me. The best way to debug your CSS code is to inspect the CSS code on the single post’s image to see which code overrides yours. (Google Chrome: right-click on the image and select Inspect https://developers.google.com/web/tools/chrome-devtools/css)
I hope the above is useful to you.
DianeHi @xtendlife,
I’ve tried to put the CSS code in a child theme, and it works for me.
This is the code in the functions.php file of the child theme:
function twentytwenty_styles() { wp_enqueue_style( 'parent', get_template_directory_uri() . '/style.css' ); } add_action( 'wp_enqueue_scripts', 'twentytwenty_styles');This is the code in the style.css file of the child theme:
/* Theme Name: Twenty Twenty Child Theme Description: A child theme for Twenty Twenty. Author: Your Name Template: twentytwenty Version: 1.0 */ .single-post .featured-media img { max-width: 90%; }If you still have the issue, if possible, please share the URL of your website.
Have a nice day,
DianeBonjour @carlay111,
Thanks for your message.
In the Columns block top toolbar, you can select the block alignment and choose to display the columns in Full Width.
If you want really want to make all the columns blocks on your site to be 100%, you can add the following CSS inside Customizer > Additional CSS:
.wp-block-columns { max-width: 100% !important; width: 100% !important; padding-left: 2rem; padding-right: 2rem; } @media (min-width: 700px) { .wp-block-columns { padding-left: 4rem; padding-right: 4rem; } }I hope the above is useful to you.
If you enjoy Twentig, please leave a review. It would mean a lot to me 🙂Diane
It seems that it’s not related to Twentig. By default, the archive page uses the setting defined in your WordPress dashboard (Settings > Reading > Blog pages show at most X posts), unless the plugin that adds your Custom Post Type has an option to control the number of items.
Try to change this setting to set the number of portfolio items displayed on the archive page.
I hope the above is useful to you,
DianeHi @celendesign,
Thanks for your message and feedback, glad you love our plugin.
We understand that this feature could be useful for you. However, Twentig is designed to only use WordPress core features and therefore doesn’t modify the Latest Posts query.
You can suggest this feature to the WordPress directory on GitHub: https://github.com/WordPress/gutenberg
If you enjoy Twentig, please leave a review. It would mean a lot to me 🙂
Diane
Hi Jason,
We’ve released Twentig 1.2.5, which includes the option to choose the Custom Post Types layout (Customizer > Twentig Options > Custom Post Types).
As Twentig is designed only to use WordPress core features, adding a featured video doesn’t align with our plugin roadmap. To display a video banner on a page, you can use the steps described above. For the portfolio, it’s more Jetpack territory.
Have a nice day,
DianeHi Jason,
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