Twentig
Forum Replies Created
-
Hi wagedu,
Thanks for your message. We don’t have the capability to delete the topic. We’ve reported this topic to see if a WordPress moderator can delete your URL.
Note to moderator: Could you please delete the URL posted in the first message by wagedu?
Thanks.Hi @thejohotestar,
We can’t replicate the issue on our side. If possible, could you please share the URL of your website?
Thanks.
Hi Taavi,
Thanks for the feedback. Indeed there’s a conflict when both Twentig and ActiveCampaign plugins are activated. It seems it’s a WordPress core issue. The problem is neither with Twentig nor with ActiveCampaign. There is an ongoing ticket on Github. We’ll see if it’s possible to fix it.
Have a nice day.
Hi Taavi,
Are you able to see the Twentig settings panel in the block sidebar (for example, on the Media & Text block)?
If it’s possible for you, you can try to deactivate all your plugins except Twentig. If this resolves the issue, activate one plugin at a time until you locate the conflict. Please let us know if the issue is due to a plugin conflict.
Have a nice day.
Hi Sean,
Thanks for your message. Glad you enjoy the new features. Thanks for the feature request, we definitely understand that this feature could be useful.
However, as we’ve designed Twentig only to use WordPress core features, adding a custom post meta for a second featured image doesn’t align with our plugin roadmap. With WordPress full site editing coming soon, we prefer not adding options that could be deprecated in the future.
Have a nice day.
Hi Jean,
We understand that this feature could be useful. However, Twentig can’t add a right sidebar option due to the way Twenty Twenty theme is coded.
Have a nice day.
Hi,
We’ve just released version 1.1.1 that includes the code to improve the image sizes.
Have a nice day 🙂
Hi @wagedu,
Thanks for the coffees ☕️
We’ll change the blog image srcset attribute in the next release (next week).
In the meantime, if you need to, you can add the following PHP code in your child theme:function tw_change_blog_srcset( $sizes ) { if ( is_home() || is_author() || is_category() || is_tag() || is_date() || is_tax( get_object_taxonomies( 'post' ) ) ) { $sizes = '(min-width: 1220px) 380px, (min-width: 700px) calc(50vw - 56px), calc(100vw - 40px)'; } return $sizes; } add_filter( 'wp_calculate_image_sizes', 'tw_change_blog_srcset' );If you test in your browser, you need to clear the cache each time. Because as you scale your viewport, if the browser already has a bigger image in the cache it won’t request the smaller ones.
Please note that with srcset, all we’re doing is telling the browser about some images that we have available and what size they are. The browser then does all the work figuring out which one will be best. Source
Thanks again for pointing this out!
Have a nice day.
Hi @wagedu,
Doing fine, and you? 🙂
We’ll be back to you tomorrow. We have to check a few more things with the srcset.
Concerning the coffees, there’s a donate button on the Twentig WordPress plugin page just below the “View support forum” button.
Thanks!
Great!
If you enjoy Twentig, please leave us a review. 🙂
Thanks for the heads up and the review 🙂.
Thanks for the coffees ☕️!
Have a nice day.If you enjoy Twentig, please leave us a review. 🙂
Thanks for the heads up.
If you enjoy Twentig, please leave us a review. 🙂
Hi,
Thanks for your message.
The new Twentig 1.1 version didn’t change any code concerning the Twenty Twenty customization options. It only added new code regards to the block editor. So if everything was working fine with the previous version of Twentig, it should work with Twentig 1.1.
We’ve tested our plugin with the Lite version of Permalink Manager but couldn’t replicate the issue.
In your sequence of events (normal behavior > update Twentig > odd behavior), did you update to WordPress 5.5?
The Twentig plugin uses the ‘body_class’ WordPress filter to add the blog classes to the body. Maybe you can check if the Permalink Manager Pro plugin also uses this filter to change the code.
Have a nice day.
Hi,
Twentig changes the link color inside the Cover block to fix color accessibility issues.
To change the color back to your custom color, you can add the following CSS code inside the Customizer (Additional CSS panel):
.wp-block-cover .wp-block-cover__inner-container a { color: #dd0000; }I hope the above is useful to you.
Have a nice day.