Yann
Forum Replies Created
-
Hi,
The issue occurs because WordPress adds unwanted padding to the mobile menu, causing links to span across two lines. To resolve this, please follow these steps:
- In your WordPress dashboard, navigate to Appearance > Editor.
- Click Styles in the Design menu.
- Click the Edit styles icon.
- At the bottom of the Styles panel, click Additional CSS.
- Add the following CSS in the CSS box:
.has-modal-open ul.wp-block-navigation__container { padding-inline: 0;}
- Once done, click the Save button.
Hope this resolves the issue for you,
YannHi,
This “issue” isn’t related to Twentig. The CSS responsible for the outline style on link focus was added in an update of the Twenty Twenty-Four theme. If you wish to remove it, please follow these steps:
- In your WordPress dashboard, navigate to Appearance > Editor.
- Click Styles in the Design menu.
- Click the Edit styles icon.
- At the bottom of the Styles panel, click Additional CSS
- Locate the CSS code
:where(.wp-site-blocks *:focus){outline-width:2px;outline-style:solid;}
and delete it. - Once done, click the Save button.
Hope this resolves the issue for you,
YannHi,
The issue is caused by the “Fade In Up” animation you’ve added to your mobile menu, which isn’t compatible with the modal menu. To fix this, simply remove the animation from the mobile menu.
Have a nice day,
YannHi,
I’ve tried to replicate the issue, but everything is working fine on my end. I installed a child theme of Frost with Twentig activated on a multisite installation and did not encounter any issues.
Could you please test your Frost child theme with Twentig deactivated? If the problem persists, then the issue is not related to Twentig.
Additionally, could you please share the code of your child theme so I can test it?
Thanks,
YannGlad 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. ??
Have a nice day,
YannHey,
For the Twenty Twenty-One theme, you can add the following CSS code in the Customizer > Additional CSS panel to remove the text from the burger menu:
.menu-button-container #primary-mobile-menu .dropdown-icon { text-indent: -9999px; overflow: hidden; white-space: nowrap; } .menu-button-container #primary-mobile-menu .dropdown-icon .svg-icon { margin-left: 0; }
Hope that helps,
YannHi,
I’ve tried to import the portfolio demo on a new site, and it’s working fine. It also works when testing on the live preview.
When you attempt to import and encounter the error, can you please check your browser console for any errors? If there are any, please copy and paste them into a message below.
To open the developer console in Google Chrome, open the Chrome Menu in the upper-right-hand corner of the browser window and select More Tools > Developer Tools. You can also use Option + ? + J (on macOS) or Shift + CTRL + J (on Windows/Linux).
Additionally, if you try to import the other demos, do you encounter the same error?
Thank you,
YannHi,
Thanks for your feedbacks.
Twentig doesn’t modify the theme’s templates. I’ve tried it on a new website, and the comment section appears as expected. You can see it on our demo: Twentig Demo or on the live preview. When you open Appearance > Editor > Templates > Single Posts, you should see the comments section.
@than_sad Regarding the blog page, this behavior is due to the way the Twenty Twenty-Four theme is built; our plugin is not responsible for this. To display your posts, you need to modify the Blog template under Appearance > Editor > Templates > Blog Home.
Have a nice day,
YannHi Roberta,
Thanks for the heads-up. I’m not sure what caused the issue, but I’m glad it works now.
Have a nice weekend,
YannHi,
Thanks for your feeback. Unfortunately, it’s currently not possible to add more shapes. This would require PHP code to modify the front-end and JavaScript code for the back-end. We’ll see if we can find a way to make it extendable.
Have a nice day,
YannHi,
It seems that the issue is related to the Gutenberg plugin, which has changed the location of CSS variables from body to :root (currently WordPress uses body). To fix this issue, you can add the following custom CSS:
:root {
--tw-font-1: 'Lora', serif;
--tw-font-2: 'Oswald', sans-serif;
--wp--preset--font-family--tw-font-1: var(--tw-font-1);
--wp--preset--font-family--tw-font-2: var(--tw-font-2);
}However, we have deprecated the Google Fonts feature from our plugin as WordPress now includes a Font Library that allows you to use any Google Font or upload a local font. You can learn more about this through this YouTube video. In your case, it might be best to remove the Twentig fonts and use the Font Library instead.
Have a nice day,
YannHi Roberta,
Concerning the “Page not found” issue for the portfolio, it seems you need to refresh the WordPress permalinks. To do this, follow these steps:
- In your WordPress dashboard, navigate to Settings > Permalinks.
- Click the ‘Save Changes’ button at the bottom.
- Visit your projects on the front-end; they should be visible now.
Regarding the Google Fonts, we’ve deprecated this feature from our plugin as WordPress now includes a Font Library feature that allows you to use any Google Font or upload a local font. You can learn more about this through this YouTube video
Please let me know if you still encounter any issues.
Have a nice day,
YannHi Emmanuel,
Thank you for the kind words. When you select ‘None’ for Footer Credit, the credits are completely removed using PHP code.
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. ??
Have a nice day,
YannThanks for your reply. To rule out plugins conflicts, could you temporarily deactivate all your plugins except Twentig? If this resolves the issue, please reactivate your plugins one by one until you identify which plugin is causing a conflict.
Hi,
Thanks for your feedback. There is indeed an issue with the CSS. We’ll fix it in the next release. If you want to add some CSS to fix it in the meantime, please let me know which theme you’re using.
Thanks,
Yann