Twentig
Forum Replies Created
-
Hi Richard,
I can see on your website that the Gutter width for the 3 Columns in the Media & Text block is set to None. Changing it to Medium (default) should solve your issue.
Best,
TomHi,
Did you have the chance to test with the parent theme alone to see if it solves the PHP 8 issue?
Hi,
To make the menu wider for the “Centered Menu” layout, you can add the following CSS code in the Customizer > Additional CSS panel:
@media (min-width: 1024px) { .site-branding { flex: 1 0 10%; max-width: 10%; } .primary-navigation { flex: 1 0 90%; max-width: 90%; } .primary-navigation>div>.menu-wrapper { flex: 1 0 88.89%; max-width: 88.89% } ul.header-actions { flex: 1 0 11.11%; max-width: 11.11%; } }Hope that helps,
TomHi Danielle,
After investigation, it appears the issue isn’t related to Twentig. You’re using Ezoic, which breaks the WordPress core CSS on your website. Normally the link to the blocks CSS should be
https://www.zuriquesuica.com.br/wp-includes/css/dist/block-library/style.min.css?ver=5.9. On your site, the Ezoic plugin transforms it tohttps://www.zuriquesuica.com.br/wp-includes/css/dist/block-library/style.min.css?ver=5.9&ez_used_css_s=112. If you open the two links, you can see there’s a lot of missing CSS (that removes styling on your website).Hope that helps,
TomHi,
For the Twenty Twenty-One theme, Twentig adds options to change the colors of the header and the footer inside the Customizer > Colors & Dark Mode panel.
Best,
TomHi,
Unfortunately, we haven’t tested breadcrumbs plugins, so we can’t recommend one that will work well on your website.
Best,
TomThanks. I see that you’re using a child theme. Do you have the issue if you try to deactivate it and use only Twenty Twenty?
Please note that WordPress is not fully compatible with PHP 8.0 or 8.1. (https://make.wordpress.org/core/2022/01/10/wordpress-5-9-and-php-8-0-8-1/)
Hi,
Thanks for the feedback. We can’t reproduce the issue with PHP8. Could you please send us your Site Health report? To do so, inside your WordPress dashboard go to Tools > Site Health, click on the Info tab, and click “Copy site into to clipboard”. You can paste it below, or if you prefer, you can send us an email (go to twentig.com and inside the site’s footer click on Contact).
Thanks,
TomHi Danielle,
I’ve looked at your website, and I don’t see a scrollbar in the footer. I see that you’ve added some custom CSS
body{max-width:100%;overflow-x:hidden}, but if I remove the CSS I don’t see a scrollbar either. So maybe the WP 5.9 update has managed to fix the issue.Have a nice day,
TomHi,
Thanks for the kind words and review 🙂
Unfortunately, currently, Twentig doesn’t have this feature. This is a great suggestion. I’ll transfer your request to the developer, but I’m unsure if this can be added anytime soon. For the moment, only the default theme fonts are not linked to Google.
Twentig only contains links inside the WordPress Dashboard with UTM parameters towards twentig.com (allowed by the WordPress requirements). Moreover, the user can choose to enter its email address to subscribe to our newsletter (the user may opt-out of receiving any of these communications by clicking the unsubscribe link provided in any email we send).
Have a nice day,
TomHi Vicent,
For Dakar, you have to set the background gradient by using CSS. We haven’t included the custom CSS in our starter websites to prevent overriding existing custom CSS.
To add the background gradient, you can add the following CSS code in the Customizer > Additional CSS panel (change the #color value as you want):
body { background: linear-gradient(180deg, #e0f7fa 0%, #ffcdd2 100%); background-attachment: fixed; }Hope that helps,
TomHi,
Unfortunately, WordPress doesn’t let the user edit the category page like any classic page. The only thing you can add is a category description by going to Posts > Categories inside your WordPress dashboard. An Edit link appears when you hover your mouse over a category name. Click on it, and this will take you to the category edit screen, where you can enter a description.
Have a nice day,
TomHi,
The only way to add a link in the header is to put it inside the menu. You can add an email link to your menu by adding a custom link and setting its URL to
mailto:contact@example.comHave a nice day,
TomHere’s a screenshot of what you should have by pasting the CSS code above (screenshot of one of our demo with the CSS): https://i.imgur.com/ssJE7sr.png
If you don’t see it on your website, would you please share the URL of your website so I can see why it’s not working?
Thanks