Hi, I just want to add a little text in my footer, and maybe add a couple of social media icons. How do I simply edit the footer area of my Twenty Twenty One theme WITHOUT having to edit my Theme’s code? I want the Footer to be below the dividing line with the text that shows my site name and “Powered by WordPress.” It SHOULD be a simple matter of selecting the block for the footer, right? Mine doesn’t have an option to select the Footer block… Please help.
]]>Bonjour, Je voudrais refaire mon site et ce th��me me parait int��ressant, mais je voudrais commencer la page d’accueil avec une vid��o ins��r��e (pas de lien YT), est-ce possible avec ce th��me ? Merci beaucoup.
]]>Hello, I need to create a submenu like this one on this page: https://www.thesignalgroup.com/signal-maritime#getintouch
if you could tell me how to do that on Twenty Twenty-One theme.
Thanks
]]>Hello,
I would like to make a map of the featured image of one page, to only have a specific part of the picture being a link. Where or in which file of the theme is this img tag generated, so I can add the usemap part there?
Or am I wrong? What would be the way to accomplish this?
]]>I created categories��here��s one example: Writing �C Kunal Mehra Writing Photography and Filmmaking
Do you know how to edit the introductory text at the top of the page? (like ��My writing has been nominated����.). I did it at one point, but now I don��t remember how to edit that text.
Thanks.
]]>Hi,
I got these issues on a report from the Wordfence security plugin:
* Old WordPress core file not removed during update: wp-includes/blocks/block/editor-rtl.css
* Old WordPress core file not removed during update: wp-includes/blocks/block/editor-rtl.min.css
* Old WordPress core file not removed during update: wp-includes/blocks/block/editor.css
* Old WordPress core file not removed during update: wp-includes/blocks/block/editor.min.css
Are these related to the theme update?
Thanks
Rodrigo
]]>Thanks in advance for any help you can provide. I have been tidying up my Twenty Twenty One installation. We love the look and are now trying to fine tune a bit. Several topics I searched for here today have been really helpful, but one I am still struggling with is extra ‘dead’ space below the menu bar and where the body text stats (in the example, the space above “Welcome to our online store”). Thank you, Roger.
]]>Hey,
Can you guide, How to remove black background – When I click any links, shows black background.
I want to completely remove it.
]]>Hey,
It’s possible to remove Menu and Close Text from mobile menu.
]]>My topic title tells it all: the post title has suddenly become very big. But even worse, the title is repeated:
2. Underneath that is: Type / to choose a block
3. Underneath that is: No Title
When I start typing the title, the title shows up in the Add Title space and the No Title space.
If I type a title in the Type / to choose a block, the title shows up Three Times.
So what is going on. I have never had this problem. My WordPress is: 6.5.3.
My theme is Twenty Twenty-One, Version 2.2
I cannot post anything because of this problem.
The page I need help with: https://storiesfromacottage.com
]]>Mobile menu not working, and quite frankly, this theme looks pretty bad on my phone. I love the theme on my desktop, and would hate to part with it. Any advice is appreciated
]]>In my Blog Posts, the image is centred (thanks to help from Threadie). What now stands out is that the blog name is left aligned. I would love to centre the name too. Any help valued. I am using theme Twenty Twenty One. I did add:
h1 {
text-align: center;
}
But that only centred the page title, not individual posts. Any ideas please? Link below, Thank you, Roger.
]]>Hi, some time ago you helped me add an image to my Blog Excerpts (and it worked well). I added the following customisation as you recommended, to control the image size.
.post-thumbnail .wp-post-image { margin-top: 0; } .entry-header .post-thumbnail { max-width: 300px; float: left; margin-right: 1rem; }
It worked a treat except that when the page rendered in full, I would like the featured image to be centered rather than left aligned as you see in the attached link. Is that possible please?
Thank you very much, Roger.
]]>How do I get the older version of twenty twenty one back. I liked it better and now my website is much harder to work with.
]]>Any ideas on this new problem. New post only showing on posts page in Chrome and sometimes Safari when signed in, not when signed out. Up to date browsers ok.
]]>Hello everyone,
I’m encountering an issue with the font color on my website using the Twenty Twenty One theme. The font color appears differently in the frontend compared to the backend of WordPress.
I’ve tried clearing the browser cache, updating the browser, and checking for any custom CSS rules that might be affecting the font color, but I haven’t been able to resolve the issue.
The font color displays correctly in the backend of WordPress, but in the frontend, it appears different. I’ve tested this in multiple browsers (Chrome and Safari) as well as in incognito mode, but the problem persists.
I’ve also checked the Theme Editor for any CSS rules related to the font color, but I couldn’t find any, though I’m not very well-versed in this, so I might not have spotted it.
Could someone please assist me in troubleshooting this issue? I’d appreciate any insights or suggestions on how to resolve this font color discrepancy.
Thank you in advance for your help.
Best regards,
Cyra
]]>Hello, i would like to remove the underline without the customizer option to remove the line, because it also removes the logo. Is there any additional css solution?
Thanks in advance!
]]>I’m not here talking about the color palette UI but about the :root color variables defined by Twenty Twenty One in the Twenty_Twenty_One_Custom_Colors class.
I have defined my own colors for variables and in the child theme front they work properly. For example –global–color-primary is not black but blue.
The problem is in the editor the text is still black because the theme’s colors take priority over my editor-style.css file.
How do I override them, or remove the actions that Twenty Twenty One uses to add them?
i have tried removing the actions but it does not work. Any suggestion to get rid of those actions ?
* This class is in charge of color customization via the Customizer.
*/
class Twenty_Twenty_One_Custom_Colors {
/**
* Instantiate the object.
*
* @since Twenty Twenty-One 1.0
*/
public function __construct() {
// Enqueue color variables for customizer & frontend.
add_action( 'wp_enqueue_scripts', array( $this, 'custom_color_variables' ) );
// Enqueue color variables for editor.
add_action( 'enqueue_block_assets', array( $this, 'editor_custom_color_variables' ) );
// Add body-class if needed.
add_filter( 'body_class', array( $this, 'body_class' ) );
}
I wanted to remove custom_color_variables and editor_custom_color_variables but it does not work. Any help welcome.
]]>Hey,
I want to help for, remove Whitespace in all single post –
Hey,
I want to help for, remove this separator line after any single post.
can you give me CSS or function code to remove this line completly.
]]>Hello,
Is it possible to have the second menu location be above the logo/top of the page?
Many thanks!
]]>Hello! I have added the following css to align left the titles in pages, but on the blog overview page it moves on the far left side. Any ideas how to fix this? Thanks in advance!
h1,h2,h3,h4,h5 {
display: inline;
margin-left: auto;
margin-right: auto;
}
]]>
Hi there,
I’m trying to align the base of the logo/website title to the base of the menu titles. Is there a quick fix for this without having to resort to code? Can’t seem to find an option in the customiser, I also have the plugin Options for Twenty Twenty-One activated but can’t seem to find anything there. Thanks.
]]>Trying to find where to style link and hover-over text in the widget sidebar. I can’t seem to see it in the Customizing section. — Karen
]]>I changed to this them but now the navigation menu seems to be corrupt in some way. The navigation lables are not displayed most of the times
]]>Hello community,
I need advice on how to adjust my the header of my website to be the same size across all pages. For some reason, the shop page has more height on the header than the rest. Please help. I’m a novice at using the elementor. i don’t know coding.
Thanks in advance
]]>Good day. I have used WP for a while here and there but I’m pretty much a noob. WP is 6.4.1.
The problem: In Twenty Twenty One 2.0 the product title appears within the product summary as it does in any other theme, but in copies of Twenty Twenty One it appears as the regular page titles as per template-parts/content/content-single.php
First let me say that the reason I’m not making a child theme is because I don’t want to have to keep up with whatever changes introduced by parent theme updates. I understand it’s a good thing to have them as a matter of adaptation to new WP versions and to protect against potential exploits. However I believe it’s also true that theme updates can break a child theme, and I can always simply turn off WP automatic updates and only update WP and adjust my theme willingly when a seriously dangerous exploit is known.
Come to think of it I could just turn off automatic updates for the parent theme and still use a child theme, but regardless I don’t think this problem should be happening, so I’d appreciate any help to understand what’s going on with this mystery.
What I have tried (to no avail):
*I have replaced all identifying strings in the theme accordingly. Set Text-domain to directory name. Directory name being lowercase itself and in Text-domain too. All other files have had “twentytwentyone” swapped by the new slug(?) too.
*I have made different copies and regardless of changing the aforementioned or not, they all exhibit the problem. This doesn’t occur in copies of Twenty Twenty Two, Three and Four.
*I have made sure I have no caching on WP. I just don’t have a cache folder in wp-content and no extra plugins for that purpose. My installed and enabled plugins are WC 8.2.2 and Theme Check 20230417, and my installed and disabled ones are: Akismet Anti-spam 5.3, Hello Dolly 1.7.2, Simply Show Hooks 1.2.1 and WP Mail Logging 1.12.0.
*I have deleted theme_mods_[theme name] entries for the copies in wp_options DB table. Basically I have searched the WP database for any of the theme copies slug string and checked if there could be some sort of strange caching going on.
*I have searched for WC related hooks in Twenty Twenty One and I don’t think there’s any. I suppose WC uses WP hooks too to change theme stuff, but I don’t see why there would be anything fundamentally different in a copied theme unless for an identifying string mismatch.
*I have checked and rechecked with different AI chatbots the issue inside out, but they can only help so much given that I don’t know exactly what to look for.
So here I am, completely out of ideas as to what may be going on. I’m considering just taking a vanilla kind of theme and move and adjust all my changes so far at this point, or perhaps just making a child of Twenty Twenty One, which does work. The reason I selected Twenty Twenty One is because I’m having a hard time understanding how block themes are customized. I know I can just drop blocks in the placeholders and things like that but somehow it’s not really clicking in me. What I really want to know at this point is WHY specifically is this behavior occurring. WHAT in Twenty Twenty One, WP or WC, makes it so that this title is misplaced ONLY in the theme copies but NOT in the original theme. I’m so intrigued and I can’t just let go.
Thank you for any hints.
Wrap Text around Image is looking good at WP Admin Panel but it is showing differently on website. I am looking for solution for almost 2 days being a new WP learner. So far, I came to know this happens due to inbuilt CSS code in theme, If I am not wrong?
I have tried it on different themes and the problem is same with almost every theme. Can you please suggest me “Do I need to deep dig into the CSS codes (I don’t know anything about coding)?
Can someone help me for the time being and solve this wrap text image problem?
Admin Panel View: ??
Website View ??
I��m basically a novice at WordPress but have blundered my way through (mostly by trial and error) to create a website for a service group: The hamburger menu (NAV menu?) in both desktop mode and mobile phone mode is on the right side of the screen. However, when one clicks on the menu, the pop-up menu (or drop-down menu?) appears on the left side of the screen. How can I make the menu drop down on the right side of the screen? I��m using www.remarpro.com theme Twenty Twenty-One. Is there a setting under Appearance/Customize/Nav options that will move the menu to the right? Or can someone suggest some simple CSS code that will do the trick?
]]>How can I change the post-image size by css?
]]>