We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Maybe similar issue to #78 but w/ BuddyPress instead of GlotPress
wp_head()
<head>
The text was updated successfully, but these errors were encountered:
https://meta.trac.wordpress.org/changeset/11436 may help here - specifically body.wporg-responsive .wp-block-group.global-footer { clear: both }.
body.wporg-responsive .wp-block-group.global-footer { clear: both }
The old footer styles had a clear, which the older themes are expecting.
I didn't realise profiles was affected too, so droping the body.wporg-responsive part from that wp4 style might work.
body.wporg-responsive
Sorry, something went wrong.
👍🏻 thanks! I'll play around w/ that.
droping the body.wporg-responsive part from that wp4 style might work.
Did that for Trac support too. https://meta.trac.wordpress.org/changeset/11441
Thanks :)
Header/Footer: Add global-header-footer/v1/styles route for Profiles.
global-header-footer/v1/styles
00afe59
Profiles can't access the styles directly because it's on the BuddyPress network rather than the w.org one. See #81
Fixed by 00afe59 and r18316-dotorg
r18316-dotorg
iandunn
No branches or pull requests
Maybe similar issue to #78 but w/ BuddyPress instead of GlotPress
wp_head()
and output inside<head>
The text was updated successfully, but these errors were encountered: