Yann
Forum Replies Created
-
Hi Peter,
Thanks for the feedback. We’ll fix this issue in the next release. In the meantime, if you want to fix it, you can add the following CSS code in the Customizer > Additional CSS panel:
@media only screen and (min-width: 652px) { .wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) { margin-left: calc(-2 * var(--global--spacing-horizontal)) !important; } }Have a nice day,
YannHello,
Normally changing the date format in the WordPress Dashboard should change all the date formats on your website.
Is this a capture of your actual website or what you want to achieve?
Would you please share the URL of your website so I can better understand what you want to achieve?
Thanks,
YannHi Rick,
Unfortunately, due to the way the Twenty Twenty theme is coded, it’s not possible to add this feature to a plugin. You can only achieve it using a child theme.
Yann
Glad it works! Would you mind leaving us a quick review on our plugin page? This allows us to continue providing great features and helps other users to find us.
Since the issue isn’t related to Twentig anymore, I’m closing this topic. But feel free to comment here if needed.
Have a nice day,
YannHi Thomas,
There’s a WordPress core issue with 6.1, which causes some global styles not to be printed on the front end. It seems it’s the case on your website. There’s an ongoing ticket: https://core.trac.wordpress.org/ticket/56970
Thanks for the heads up. Have a nice day.
Hi Graydon,
It seems it’s a WordPress core issue not related to Twentig. Since 6.1, some global styles aren’t printed on the front end. There’s an ongoing ticket: https://core.trac.wordpress.org/ticket/56970
In the meantime, if you want to fix it, you can add the following CSS code in the Customizer > Additional CSS panel:
.is-layout-flex { display: flex; }Hope that helps,
YannThanks! 🙏🏼
You’re right, the outline button has an unnecessary style specification that overrides the theme’s button styles. WordPress has added this CSS since the 6.1 version. We’ll add a fix in the next Twentig release. In the meantime, if you want to fix it, you can add the following CSS code in the Customizer > Additional CSS panel:
.wp-block-button.is-style-outline > a.wp-block-button__link { padding: calc(1.1em - 0.2rem) calc(1.44em - 0.2rem); }Hope that helps,
YannIf you enjoy Twentig, please rate it. It would really help me out 🙂
Hi Michael,
Thanks for the feedback. Would you please tell me which theme and version of WordPress you’re using? Can you share the URL of one of your websites?
Thanks,
YannHi Peter,
Thank you for your feedback. I agree it would be helpful! We’ll add a link in the “Twentig Colors” section in a future release.
Have a nice day,
YannHi Rick,
Sorry for the late reply. What issue do you encounter?
To display the Yoast breadcrumbs, you need to add the following PHP code in your child theme at the location where you want the breadcrumbs to be displayed:if ( function_exists('yoast_breadcrumb') ) { yoast_breadcrumb( '<p id="breadcrumbs">','</p>' ); }You can learn more on the Yoast website.
Yann
Hi,
Thanks for the feedback.
Unfortunately, the Query Loop block that displays the posts doesn’t have a way to filter the order of the posts. You can try opening a feature request on the WordPress Gutenberg repository: https://github.com/WordPress/gutenberg/issues/new/choose
Have a nice day,
YannHi,
To adjust the styling of the breadcrumbs, you can add the following CSS code in the Customizer > Additional CSS panel:
#breadcrumbs { width: 100%; } @media only screen and (max-width: 651px) { #breadcrumbs { font-size: 16px; } } .tw-header-light:not(.tw-header-opaque):not(.primary-navigation-open) #breadcrumbs, .tw-header-light:not(.tw-header-opaque):not(.primary-navigation-open) #breadcrumbs a { color: #fff; }I would recommend that you change the header menu breakpoint to Tablet under Customizer > Twentig Options > Header Breakpoint.
Hope that helps,
YannIf you enjoy Twentig, please rate it. It would really help me out 🙂