Twentig
Forum Replies Created
-
Hi @codestylist,
To set up the footer columns, inside the Customizer go to Twentig Theme Options > Footer and set the Widgets Layout setting to Row. It will automatically display the widgets inside the same area (Customizer > Widgets) in a row layout.
For example, if you have 4 widgets in the Footer #1 area, they will automatically be displayed in 4 columns.
I hope the above is useful to you.
Have a nice day.If you enjoy Twentig, please leave us a review. We’d really appreciate it.
Hi @codestylist,
To achieve this layout, follow these steps:
- create a page and set its template to Twentig – Transparent header as shown on screenshot 8
- inside the editor, insert a group, set it to Full width and set a background color
- inside the group, insert a Media & Text block and fill it with your image and content
Alternatively you can follow step 1 and just paste this code in the Code editor:
<!-- wp:group {"customBackgroundColor":"#d8eee1","align":"full"} --> <div class="wp-block-group alignfull has-background" style="background-color:#d8eee1"><div class="wp-block-group__inner-container"><!-- wp:media-text {"mediaPosition":"right"} --> <div class="wp-block-media-text alignwide has-media-on-the-right is-stacked-on-mobile"><figure class="wp-block-media-text__media"></figure><div class="wp-block-media-text__content"><!-- wp:heading {"level":1} --> <h1>Contact us</h1> <!-- /wp:heading --> <!-- wp:paragraph {"fontSize":"medium"} --> <p class="has-medium-font-size">This is a page with some basic contact information, such as an address, email, and phone number.</p> <!-- /wp:paragraph --> <!-- wp:buttons --> <div class="wp-block-buttons"><!-- wp:button {"backgroundColor":"primary"} --> <div class="wp-block-button"><a class="wp-block-button__link has-background has-primary-background-color">Get in touch</a></div> <!-- /wp:button --></div> <!-- /wp:buttons --></div></div> <!-- /wp:media-text --></div></div> <!-- /wp:group -->
I hope the above is useful to you.
Have a nice day.If you enjoy Twentig, please leave us a review. We’d really appreciate it.
Hi @jonnimunki,
Thanks for your message.
The default template has a title width of 1000px on desktop and a text width of 580px (or 700px or 800px depending on the Text Width option set with Twentig). The cover template also shares the same widths.
Do you mean to have a cover page with the heading and text constrained to the text width?
Or a cover page with the heading and text expanded to the theme wide width (1200px)?
Hi @zakoops,
Thanks for the feedback and for sharing your ideas. Our current roadmap doesn’t include this feature, but we will consider it as soon as we have the capability.
The issue with single posts and our custom page templates is how to display the post meta (author, date, etc.) and the post navigation. Could you please tell us more about how you would use a custom page template on a single post?
Have a nice day.
We’ve released a new version of Twentig (0.9.1), which fixes minor issues on Safari.
Hi @netomacedo,
Thanks for your message.
Twentig should work fine in Safari. Could you please describe what doesn’t work for you in Safari? If possible, could you please share the URL of your website?
Hi @abe_charles,
The Twenty Twenty theme doesn’t support this header feature. It’s not possible either to add this kind of header with our Twentig plugin.
Have a nice day.
We’re closing this ticket because it’s a duplicate of this one.
Hi @abe_charles,
Do you mean the site header (that remains the same throughout your website pages) with the logo, menu, and search? Or the page header with the page title, subtitle, and featured image?
Have a nice day.
I don’t see Twentig activated on your website. This might be caused by a compatibility issue between Twentig and your child theme or another plugin.
You can try to activate the original Twenty Twenty theme to see if it fixes the issue. Our plugin works with child themes, but if you have written custom PHP code, it can create compatibility issues. If it still doesn’t work, try to deactivate your other plugins.
When Twentig is activated, you should see an additional “Twentig Theme Options” panel inside the Customizer.
Please let me know if you manage to fix the issue or if it persists.
Hi @abe_charles,
Do you mean the site header (that remains the same throughout your website pages) with the logo, menu, and search? Or the page header with the page title, subtitle, and featured image?
Have a nice day.
Hi @davidconover,
You can try the code below, but it might require more custom CSS to fit your needs, which is outside the scope of what we’re able to support.
Inside the Customizer open the Additional CSS and paste the following code (replace logo-url.jpg with your logo URL):.wp-block-pullquote::before { content: ''; background: url(logo-url.jpg); background-size: cover; }
Have a nice day.
Hi @walltzlee,
Thank you for your message. www.remarpro.com rules state that we can’t post our email address here. You can contact us on our website.
Have a nice day.
Hi @manojglobal,
Thank you for your message. To stick the header to the top, inside the Customizer open the Additional CSS panel and paste the following code:
#site-header { position: -webkit-sticky; position: sticky; top: 0; z-index: 10; }
Please note that the code doesn’t work with the Cover template (which would require complex javascript & CSS code), but it seems that you don’t use it on your website, so it should be good.
If you enjoy Twentig, please leave us a review. We’d really appreciate it.
Hi @carmeloidone,
You’re welcome! If you enjoy Twentig, please leave us a review. We’d really appreciate it.
Have a nice weekend.