Kavya Gokul (a11n)
Forum Replies Created
-
Hey @hellblauervogel ! It looks like your issues is resolved for now. If you have any other questions about this, please feel free to come back and ask again in here ??
Hey @@hellblauervogel ! The color seems to be the same on a few mobile browsers that I have tested. Can you share more information about what you’re seeing, like which mobile device/browser have you tested on, as well as your browser information for desktop. If you can share screenshots, that would be helpful as well.
Forum: Themes and Templates
In reply to: [Twenty Twenty-Four] How to Experiment before Switching to 2024Hey @sjh687 ! The easiest way to play around is by using WP Playground. It runs entirely in your browser, and will let you test various things, including plugins, different themes, and more.
If you want to test with your current content, you might need to check with your host about setting up a staging site.
Hey @shrewy ! It looks like this is the content of your Shop page. You can try going to Pages, and edit the Shop page from there. You should be able to remove this content in there.
To explain further, the Shop page uses a template, which will load the page’s content, and then the rest of the products etc. This is so you can add some custom content before the actual products show.
Forum: Themes and Templates
In reply to: [Twenty Twenty-Four] Horizontal separator between menu itemsHey @fagfrank ! A potential option might be using a plugin like Max mega menu, which will let you replace the navigation block with a customizable menu.
Forum: Themes and Templates
In reply to: [Twenty Twenty-Four] menu iconHi @jenzgaard ! You can try using some custom css like below (replacing the fish emojis with any other unicode symbol):
.wp-block-navigation button.wp-block-navigation__responsive-container-open::before { content: "??"; } .wp-block-navigation button.wp-block-navigation__responsive-container-close::before { content: "??"; } .wp-block-navigation button.wp-block-navigation__responsive-container-open svg, .wp-block-navigation button.wp-block-navigation__responsive-container-close svg { display: none; }
Forum: Themes and Templates
In reply to: [Twenty Twenty-Two] Hamburger Menu (Mobile) not openingHey @ian2834 ! Are you using an optimization plugin, or a CDN/optimization feature provided by your host? It looks like all scripts on your sites are loading from Godaddy’s CDN, which might be doing something to the javascript, resulting in the menu not working. Can you try disabling any such feature on your site and check this again?
Forum: Themes and Templates
In reply to: [Twenty Twenty-Four] Font size on desktop and mobileHey @bangduty ! It’s not possible to edit font sizes separately for different screen sizes by default. However, you can use a plugin like Editor plus (or one of many other options) that will give you an option to edit these font sizes based on screen size.
Forum: Themes and Templates
In reply to: [Twenty Twenty-Three] Can’t edit Navigation in site editorHey @craigthill ! Did you create this navigation menu from scratch, or was this imported from a previously used theme? Also, can you try creating a new navigation menu and see if you’re able to edit that? You can do this by going to Appearance > Edit, and then to Patterns > Template parts > Header, and then selecting the header from the preview area.
Forum: Themes and Templates
In reply to: [Twenty Twenty-Four] how to position text blocks on cover imageHey @hellblauervogel !
Have you tried the row block instead of columns? It has an option to ‘change items justification’, which allows you to set it to be “Space between items”. There’s more about this in this document about the row block. I recorded a short video showing this as well:
It looks like this is coming from the Recaptcha integration in WPForms. I found an article on their site about setting this up, that you can check out.
Hey @nakab ! I have found a few different forum topics about this. It looks like the code from this blog post should work for you.
You can use a plugin such as Code Snippets to add it to your site.
Forum: Themes and Templates
In reply to: [Twenty Twenty-Four] How to edit SP’s header menuHi @hasshi0505 ! It should be possible to add the underlines on the active menu items using css. Something like this would work:
.current-menu-item a { text-decoration: underline; text-decoration-thickness: 3px; text-decoration-color: inherit; }
If you’re also looking to replicate the animation of the moving underline, that might be harder, and might need some custom javascript code.
Forum: Themes and Templates
In reply to: [Twenty Twenty-Three] Can’t edit Navigation in site editorHi @craigthill ! Please share some screenshots showing your issue. You can use an image hosting service such as Imgur to upload the screenshot, and then embed them here.
Hey @24jobs ! This is the correct method of adding images. You can find more about this in this article about the image block.
You should also check the following links: