Patrick Bogdan
@raqai on WordPress.org
- Member Since: January 28th, 2015
- Website: bogdan-iws.de
- GitHub: raQai
-
Posted a reply to does twenty-twenty use Google-Font!?, on the site WordPress.org Forums:
hi, twentytwenty uses two fonts "Inter Var" and "Hoelfler Text". Both fonts are shipped and…4 weeks ago
-
Posted a reply to Laptop/desktop display tweaks needed, on the site WordPress.org Forums:
You would need to add a title attribute title="Home" to the corresponding element. This requires…4 weeks ago
-
Posted a reply to How to show logo, site title and tagline?, on the site WordPress.org Forums:
This change would require some coding if there is no plugin for this. I am…4 weeks ago
-
Posted a reply to Delete (not hide) any and all navigation menus, also from page source, on the site WordPress.org Forums:
this: and this: So @stilman-davis is totally right :) see here: Child Themes | Theme…4 weeks ago
-
Posted a reply to Blue border around “Close Menu” button, on the site WordPress.org Forums:
you are probably talking about the focus outline. check out this topic for more information:…2 months ago
-
Posted a reply to After update Google says: text on mobile too small to read, on the site WordPress.org Forums:
It happens quite frequent that google changes their metrics. The developers of the WordPress themes…2 months ago
-
Posted a reply to Site note displaying correctly, on the site WordPress.org Forums:
In this case I am pretty certain it was related to the caching. To simplify…4 months ago
-
Posted a reply to Site note displaying correctly, on the site WordPress.org Forums:
Looks like you are using Jetpack. Try updating the cache or temporarily disabling the plugin…4 months ago
-
Posted a reply to Problems with custom JS file in child theme, on the site WordPress.org Forums:
Just noticed a little error in my math. I think this is good now. /**…4 months ago
-
Posted a reply to Problems with custom JS file in child theme, on the site WordPress.org Forums:
For the mods and following users reading this thread: This is not an issue related…4 months ago
-
Posted a reply to Mobile Friendly isn’t working as it should, on the site WordPress.org Forums:
I had this issue once in one of my projects using 2020 and I had…4 months ago
-
Posted a reply to Mobile Friendly isn’t working as it should, on the site WordPress.org Forums:
would you mind temporarily reverting the sizing changes or would that involve too much effort?…4 months ago
-
Posted a reply to Mobile Friendly isn’t working as it should, on the site WordPress.org Forums:
I do not want to be a nagging b*ch but manually reducing the size should…4 months ago
-
Posted a reply to Embedded Videos Don’t Show Unless Browser Window Is Resized, on the site WordPress.org Forums:
If you could provide a link which represents this bug, this would be great :)…4 months ago
-
Posted a reply to Problems with custom JS file in child theme, on the site WordPress.org Forums:
You should not use the onclick attribute since it is considered poor practice and it…4 months ago
-
Posted a reply to Problems with custom JS file in child theme, on the site WordPress.org Forums:
The script seems to be enqueued correctly, but it is trying to obtain the element…4 months ago
-
Posted a reply to child theme create width problem, on the site WordPress.org Forums:
@nevoerez1 thank you. I found the issue and yea, it is related to the language…4 months ago
-
Posted a reply to child theme create width problem, on the site WordPress.org Forums:
Is it possible set the language to hebrew again and leave it like that a…4 months ago
-
Posted a reply to removing white space, on the site WordPress.org Forums:
According to the headers of your page you have caching enabled. You should try adding…4 months ago
-
Posted a reply to removing white space, on the site WordPress.org Forums:
did you try the following? main header { display: none; }4 months ago
-
Posted a reply to I want to use the font from Twenty Twenty, on the site WordPress.org Forums:
You will have to define the @font-face in your css. Here the snipped from within…5 months ago
-
Posted a reply to Is Twenty Twenty WCAG 2.1 compliant?, on the site WordPress.org Forums:
Since noone answered so far: The theme itself is WCAG compliant. You can check this…6 months ago
-
Posted a reply to How to remove the border that appears around “Menu” button?, on the site WordPress.org Forums:
you are probably talking about the focus outline. check out this topic for more information:…6 months ago
-
Posted a reply to Footer customisations (CSS), on the site WordPress.org Forums:
the "best" way depends on your goals and skills. for me it would be creating…6 months ago
-
Posted a reply to Footer customisations (CSS), on the site WordPress.org Forums:
hmm, kinda hacky but maybe this helps: @media (min-width: 700px) { .footer-widgets-wrapper * { margin-top:…6 months ago
-
Posted a reply to Picture can NOT be shown in Desktop, only in mobile, on the site WordPress.org Forums:
Glad I could help :)7 months ago
-
Posted a reply to Social Media menu missing icons, on the site WordPress.org Forums:
You will most likely need to append the $icons array instead of replacing it. This…7 months ago
-
Posted a reply to Picture can NOT be shown in Desktop, only in mobile, on the site WordPress.org Forums:
You are serving your images form a subdomain which does not use https while your…7 months ago
-
Posted a reply to Can’t change color of selected text, on the site WordPress.org Forums:
Works perfectly fine without !important on my site. Which browser are you using?7 months ago
-
Posted a reply to Mobile menu does not scroll, on the site WordPress.org Forums:
Well, a link to the website you are referring to would be helpful :)7 months ago
-
Posted a reply to Circumvent twentytwenty accessibility colors, on the site WordPress.org Forums:
You might want to add .has-accent-color to your css: .color-accent, .color-accent-hover:hover, .color-accent-hover:focus, :root .has-accent-color, .has-drop-cap:not(:focus):first-letter,…7 months ago
-
Posted a reply to How To Edit The Menu Name?, on the site WordPress.org Forums:
The name for the menu is hardy coded into the themes header.php itself. If you…7 months ago
-
Posted a reply to Header Background is cut on mobile view, on the site WordPress.org Forums:
Complementary to what @nagpai said: You should use background-size: cover; instead. This way the image…7 months ago
-
Posted a reply to Twenty Twenty featured image wider than 1200px — full viewport width, on the site WordPress.org Forums:
Oh okay, I didn't know you you didn't try those out yet :) Did you…7 months ago
-
Posted a reply to Twenty Twenty featured image wider than 1200px — full viewport width, on the site WordPress.org Forums:
that's exactly what the cover template and cover blocks (full alignment) are used for. could…7 months ago
-
Posted a reply to Video for Cover Photo, on the site WordPress.org Forums:
While I am not a fan of using Plugins and rather tend to implement everything…7 months ago
-
Posted a reply to Twenty Twenty Logo Size: Logo Destroys Responsive Design, on the site WordPress.org Forums:
It seems like this issue happens because of a plugin or some manual configuration you…8 months ago
-
Posted a reply to Custom Meta Box checkbox UI not updating, on the site WordPress.org Forums:
Hi @jorgefilipecosta ty for the guidance, it helped a lot. Without having your code tested…8 months ago
-
Created a topic, Custom Meta Box checkbox UI not updating, on the site WordPress.org Forums:
I am trying to add a checkbox to a custom meta box usi…8 months ago
-
Posted a reply to “continue reading” not showing in “Latest Post” block, on the site WordPress.org Forums:
This has been added as a new feature, see: https://github.com/WordPress/gutenberg/issues/22269 So there is no workaround,…10 months ago
-
Posted a reply to To The Top button broken, on the site WordPress.org Forums:
For the sake of completion: If you want to scroll to the of the page…11 months ago
-
Posted a reply to Child theme index.js, on the site WordPress.org Forums:
My bad, I didn't check the actually used sources. Use get_stylesheet_directory_uri instead of get_template_directory_uri.12 months ago
-
Posted a reply to Remove down arrow on feature image set with parallax effect, on the site WordPress.org Forums:
There are multiple ways to achieve this probably the easiest one being to use some…12 months ago
-
Posted a reply to Header image, on the site WordPress.org Forums:
Glad I could help :)12 months ago
-
Posted a reply to align center menu and logo, on the site WordPress.org Forums:
your logo seems to be fine. for the menu, you will need to remove the…12 months ago
-
Posted a reply to excerpts missing “read more” link, on the site WordPress.org Forums:
"Fixing" this relates to another topic I created: https://wordpress.org/support/topic/continue-reading-not-showing-in-latest-post-block/#post-12725675 The solution will have to include…12 months ago
-
Posted a reply to “continue reading” not showing in “Latest Post” block, on the site WordPress.org Forums:
Update: Talked to some core devs and this is intentional behavior. Will update the post…12 months ago
-
Posted a reply to Header image, on the site WordPress.org Forums:
you could also use css to achieve this. be aware though, that the featured image…12 months ago
-
Posted a reply to Header image, on the site WordPress.org Forums:
You can use the has_post_thumbnail filter in your functions.php file. According to the documentation of…12 months ago
-
Created a new ticket, #49154, in Core Trac:
twenty twenty: group blocks do not clear children1 year ago