Madison Swain-Bowden
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: My site does not appear correctlyHi @katethebaker! Sorry you’re having problems with your site – do you mind describing what about the site doesn’t appear correctly? When I visit it, I see the following: Screenshot
Are you referring to the
google-site-verification=...
at the very top?Forum: Fixing WordPress
In reply to: Embed size is stuck at zeroHi @qstear! I was able to replicate this behavior by setting up the plugin as you describe, and using the embed URL: https://audiograph.io/clip/how-to-control-your-metabolism-by-thyroid–growth-hormone–episode-17-qda8
I’ll continue to look into this and let you know what I’m able to find!
Forum: Fixing WordPress
In reply to: dropdown button on headerThis is dependent on your theme – some themes support more than one menu, in which case you might be able to use a secondary menu. Depending on the theme, the secondary menu may appear in a different location (so it may not be right next to the primary menu).
It might be possible to have the items in the same menu, but apply different styling. This might be useful if you wanted those dropdowns to be a different color. This guide has more information on how to do that: Change the color of JUST ONE WordPress menu entry
Forum: Fixing WordPress
In reply to: Bars that are unknownGreat! Since we’ve narrowed this down to a plugin-related issue, I would recommend contacting the author of the WPML plugin. They would be the best bet for finding a fix.
Forum: Fixing WordPress
In reply to: Images Side by Side in Block but sequential on live siteHi @mylespatrick! Are these two images set up within a Column Block? If not, do you mind trying to move them into a Column Block with two columns that are split 50/50? I believe this should make sure that the two images are aligned in the grid you’re expecting.
Forum: Fixing WordPress
In reply to: dropdown button on headerHi @bmra22! Many WordPress themes will display a menu’s dropdown list by default. This article describes the process for making a menu via the WordPress Dashboard: How to Add a Navigation Menu in WordPress
If you are using a theme that does not currently support this, you may be able to add custom CSS to allow the dropdown list to be displayed when hovering over the menu item.
Forum: Fixing WordPress
In reply to: Bars that are unknownIf you deactivate WPML and Clearfy, do the notices still appear?
Forum: Developing with WordPress
In reply to: Get more posts by tag(s) outside post loopHi @bcwint00! I think you may be able to use
get_the_tags
in order to fetch the tags for a given post using
$post->ID
as you are elsewhere in the$args
. From there you can use something likewp_list_pluck
to pull out the tag IDs. Those can then bet used with
tag_in
in the query arguments.
It’s also worth noting that it might be more appropriate to use
WP_Query
orget_posts
overquery_posts
. This link provides more in-depth information about the differences.- This reply was modified 3 years, 2 months ago by Madison Swain-Bowden.
- This reply was modified 3 years, 2 months ago by Madison Swain-Bowden.
- This reply was modified 3 years, 2 months ago by Madison Swain-Bowden.
Forum: Fixing WordPress
In reply to: Bars that are unknownDo you mind sharing which plugin you identified was causing this issue? The plugin author is probably the best person to contact about addressing this problem.
Forum: Fixing WordPress
In reply to: showing lots of style tags in footer in block themeThanks for the additional context! I’m seeing a speed score of 90 from the link you provided. Which aspect of the speed analysis are you do you find troubling?
One other note, each of the script tags on your site describes a different element. As an example, here’s the code from your page (formatted for clarity):
Content body
<header class="wp-container-6140c186ae0b4 alignfull site-header is-style-armando-no-bottom-margin wp-block-template-part"></header> <main class="wp-container-6140c186afa18 wp-block-group site-main alignfull"> <h2 class="has-text-align-center" style="line-height:3">Oops! That page can’t be found.</h2> <p class="has-text-align-center">It looks like nothing was found at this location. Maybe try one of the links below, or a search? </p> <div style="height:30px" aria-hidden="true" class="wp-block-spacer"> <ul class="wp-block-latest-posts__list is-grid columns-3 has-dates has-author aligncenter wp-block-latest-posts"> <li> <a href="https://uniquesweb.co.in/demo/practice/2021/09/07/hello-world/">Hello world!</a> <div class="wp-block-latest-posts__post-author">by wp-administrator<> <time datetime="2021-09-07T12:36:36+00:00" class="wp-block-latest-posts__post-date">September 7, 2021</time> </li> </ul> <div style="height:30px" aria-hidden="true" class="wp-block-spacer"><> </main> <div class="wp-container-6140c186afc9a wp-block-group is-style-armando-box-shadow has-silver-background-color has-background"> <form role="search" method="get" action="https://uniquesweb.co.in/demo/practice/" class="wp-block-search__button-outside wp-block-search__text-button wp-block-search"> <div class="wp-block-search__inside-wrapper " ><input type="search" id="wp-block-search__input-1" class="wp-block-search__input " name="s" value="" placeholder="" required /><button type="submit" class="wp-block-search__button " >Search</button><> </form> <> <footer class="wp-container-6140c186b01de alignfull site-footer wp-block-template-part"></footer> <>
Styling
<style>.wp-container-6140c186ae0b4 .alignleft { float: left; margin-right: 2em; }.wp-container-6140c186ae0b4 .alignright { float: right; margin-left: 2em; }.wp-container-6140c186ae0b4 > * + * { margin-top: var( --wp--style--block-gap ); margin-bottom: 0; }</style> <style>.wp-container-6140c186afa18 > * {max-width: 1200px;margin-left: auto !important;margin-right: auto !important;}.wp-container-6140c186afa18 > .alignwide { max-width: 1400px;}.wp-container-6140c186afa18 .alignfull { max-width: none; }.wp-container-6140c186afa18 .alignleft { float: left; margin-right: 2em; }.wp-container-6140c186afa18 .alignright { float: right; margin-left: 2em; }.wp-container-6140c186afa18 > * + * { margin-top: var( --wp--style--block-gap ); margin-bottom: 0; }</style> <style>.wp-container-6140c186afc9a > * {max-width: 1200px;margin-left: auto !important;margin-right: auto !important;}.wp-container-6140c186afc9a > .alignwide { max-width: 1400px;}.wp-container-6140c186afc9a .alignfull { max-width: none; }.wp-container-6140c186afc9a .alignleft { float: left; margin-right: 2em; }.wp-container-6140c186afc9a .alignright { float: right; margin-left: 2em; }.wp-container-6140c186afc9a > * + * { margin-top: var( --wp--style--block-gap ); margin-bottom: 0; }</style> <style>.wp-container-6140c186b01de .alignleft { float: left; margin-right: 2em; }.wp-container-6140c186b01de .alignright { float: right; margin-left: 2em; }.wp-container-6140c186b01de > * + * { margin-top: var( --wp--style--block-gap ); margin-bottom: 0; }</style>
Note that in the above HTML, each style tag references a unique Group block with the following IDs attached:
6140c186ae0b4 6140c186afa18 6140c186afc9a 6140c186b01de
The styling for each group block is independent, which is why there are 4 different
style
tags.- This reply was modified 3 years, 2 months ago by Madison Swain-Bowden.
- This reply was modified 3 years, 2 months ago by Madison Swain-Bowden.
Forum: Fixing WordPress
In reply to: Bars that are unknownHi @zoeezoees! Those bars look like admin notices, although they do appear to be missing content. This may be a plugin or theme conflict. Please attempt to disable all plugins, and use one of the default (Twenty*) themes. If the problem goes away, enable them one by one to identify the source of your troubles.
Forum: Fixing WordPress
In reply to: showing lots of style tags in footer in block themeHi @hozefasmile! These style blocks are automatically generated by Gutenberg as part of rendering Group blocks. Their presence is normal and does not indicate any issues with the theme.
Is there a specific issue you’re seeing with the Group block formatting that you would like to adjust?