rnmartinez
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Twenty Twenty-Two] video thumbnails on twenty twenty twoOK now I see what you mean.
This isn’t a great solution, but you could manually take a capture of the video, and then set that image to the featured image. That way, it would show up on the blog page.
You can see what I mean here
https://thegenxgamer.com/news/btw awesome name. I really wish we had legit Kilgore Trout books lol
Forum: Themes and Templates
In reply to: [Twenty Twenty-Two] video thumbnails on twenty twenty twoHow are you adding them? Embed code or URLs?
Here is a quick sample that I just did on a dev site
https://thegenxgamer.com/2022/02/10/episode-1-super-mario-bros/
I used the youtube block and pasted in the URL
Forum: Themes and Templates
In reply to: [Twenty Twenty-Two] Website content flickers when loadedMine does the same thing! So annoying sometimes. It’s like it’s pre-loading all weird.
Forum: Themes and Templates
In reply to: [Twenty Twenty-Two] Reduce space between page titles and HRHere is an example – seems like alot of whitespace between the title and seperator
Forum: Themes and Templates
In reply to: [Twenty Twenty-Two] hide title & section on homepage onlyThanks for the suggestion!
Forum: Themes and Templates
In reply to: [Twenty Twenty-Two] Hide page title using css?OK just realized that this is different from past themes because of the new blocks. As an FYI, here is the css I used for:
title:
.wp-block-site-title { display: none; } for the logo: .custom-logo { width: 250px; height: 155px; }Forum: Themes and Templates
In reply to: [Twenty Twenty] Change menu background color?Yes, exactly – the entire header and footer areas
Thanks
@jarretc I want the same size but just have the labels under the icons.
I think it is just the setting of 28px for the menu font size.Forum: Themes and Templates
In reply to: [Twenty Twenty] Make cover image responsive?Thank you! This was driving me nuts, really hope that a fix becomes standard down the road 🙂
Awesome thanks! Is there a way to keep the elements inline as I increase size – i.e. the hamburger menu on top and the word menu below?
Forum: Themes and Templates
In reply to: [Twenty Twenty] Force Expanded MenuThank you!
Forum: Themes and Templates
In reply to: [Twenty Twenty] Force Expanded MenuHi what I am trying to do is regardless of the device used, that only the hamburger menu is available. If I try removing the primary (desktop) menu, it just lists all of the pages creating a mess.
Forum: Plugins
In reply to: [Font Awesome] Gutenberg Icon Select Block@mlwilkerson I would give a big +1 to the block, but in the meantime using an HTML block and CSS works quite well, except… I can’t get the damn things to center 🙂
If you or anyone else can assist with this
https://wordpress.org/support/topic/centering-icons-6/I would really appreciate it 🙂
Forum: Themes and Templates
In reply to: [Twenty Twenty] Remove empty space between blocksTHANK YOU @acosmin 🙂
That did it !
Forum: Plugins
In reply to: [Font Awesome] WP 5.3 compatibility?@danmahraun I am currently using this plugin on 5.3.2 with no issues. Just have to figure out how to center icons using css 🙂