Twentig
Forum Replies Created
-
Hi Frederick,
Thanks for your message. It seems that you’ve managed to fix the alignment using some custom CSS. In your case, the burger menu wasn’t aligned within the header because you are displaying neither the site title nor the logo.
Please tell me if you have achieved what you wanted.If you enjoy Twentig, please rate it. It would really help me out 🙂
TomHi @epicnoob,
Thanks for your message and feedback, glad you love our plugin.
I’m not sure to perfectly understand what you want to achieve. But if you mean to add a buttonish style to the main menu inside the header, you can customize its style by adding some custom CSS (Customizer > Additional CSS, adjust the border and margin as you like:
.primary-navigation .primary-menu-container > ul > .menu-item > a { border: 1px solid; margin: 0 5px; }And to make some animation on hover, add the following code and change the properties as you like:
.primary-navigation .primary-menu-container > ul > .menu-item > a:hover { background: #000; border-color: #000; color: #fff; }I hope the above is useful to you.
TomHi @aewhite77,
I understand that this feature could be useful. Unfortunately, it’s not possible to add this feature in the plugin due to how the theme is coded.
Have a nice day,
TomHi @robattrell,
Thanks for the feedback and for the suggestion. Our current roadmap doesn’t include this feature, but we might consider it for the future. It might depend on when WordPress Full Site Editing will be included in core (with Full Site Editing it will be easy to change the page’s layout).
I’ll keep you informed.
If you enjoy Twentig, please rate it. It would really help me out 🙂
TomThanks for the heads-up, glad it solves the issue.
If you enjoy Twentig, please rate it. It would really help me out 🙂
Tom
Thanks for your reply. Do you have any more info? What are the instructions you received in the email? As it’s forbidden for us to ask for any kind of access in order to provide support, it’s difficult to diagnose the issue.
To be sure, the issue appears when Twentig 1.2.7 is activated, and there are no other plugins activated?
Could you please try to install Twentig v1.2.6 to test if there’s the same issue? You can download it at the bottom of this page https://wordpress.org/plugins/twentig/advanced/ under “Please select a specific version to download.”
Hi @spile,
Thanks for your feedback and sorry for the inconvenience. We are not aware of any 5.7 incompatibility issues. Could you please copy and paste the error message?
Thanks,
TomYou can set the meta to be wide-width by adding some custom CSS (Customizer > Additional CSS):
.entry-footer { max-width: var(--responsive--alignwide-width); }Or if you want to remove the horizontal line:
.single .site-main > article > .entry-footer { border: 0; margin-top: 0; }I hope the above is useful to you.
If you enjoy Twentig, please rate it. It would really help me out 🙂
TomHi @treebranch,
Thanks for your message and donation.
This option isn’t included in Twenty Twenty, but there’s a CSS class
menu-buttonavailable.To do it, follow these steps:
- open the Menus panel inside the Customizer
- click on the gear icon to access the advanced menu properties
- check the CSS Classes box
- open the menu you want to edit
- for the menu item that you want to display as a button, add
menu-buttonin the CSS Classes field
I hope the above is useful to you.
If you enjoy Twentig, please rate it. It would really help me out 🙂
TomHi Calvin,
Thanks for your feedback. We’ll include this code in the next update.
Have a nice day,
TomHi Adrian,
We’ve released Twentig 1.2.7, which includes a Google Fonts update. Newsreader is now available.
Have a nice day,
TomI understand! I hope it won’t take you too long, and you’ll eventually enjoy the block editor.
If you enjoy Twentig, please leave a review. It would really help me out 🙂
TomThis is how WordPress blocks work, this isn’t related to Twentig. When you put multiple blocks inside a group, if you set the group to be full-width, only the group is full-width (you can see it by setting a background color on the group), the content inside is still text-width. Like you said, you have to individually go to every single block and convert it into wide or full width alignment.
Tom
I’ve tested on my side, it seems it’s an issue with the latest WordPress 5.7 version and not with Twentig. I’ve deactivated the Twentig plugin and the post doesn’t display either. I’ve tested on a fresh WordPress installation with no plugins and it doesn’t work on Google Chrome.
On a WP 5.6.2 installation with Twentig activated, the post is correctly embedded.
Can you please try to deactivate Twentig temporarily to see if the post displays (refresh the page several times) and please let me know.
Thanks,
TomHi @joshualevy84,
I can’t replicate the issue on my side. Can you please tell me which theme you are using, which version of Twentig and WordPress you have, and an example of a block for which the alignment doesn’t work?
Thanks,
Tom