-
Notifications
You must be signed in to change notification settings - Fork 800
New issue
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
Fix/nav upsell RTL padding #37125
Fix/nav upsell RTL padding #37125
Conversation
Are you an Automattician? Please test your changes on all WordPress.com environments to help mitigate accidental explosions.
Interested in more tips and information?
|
Thank you for your PR! When contributing to Jetpack, we have a few suggestions that can help us test and review your patch:
This comment will be updated as you work on your PR and make changes. If you think that some of those checks are not needed for your PR, please explain why you think so. Thanks for cooperation 🤖 The e2e test report can be found here. Please note that it can take a few minutes after the e2e tests checks are complete for the report to be available. Once your PR is ready for review, check one last time that all required checks appearing at the bottom of this PR are passing or skipped. |
projects/packages/jetpack-mu-wpcom/src/features/wpcom-site-menu/wpcom-site-menu.php
Outdated
Show resolved
Hide resolved
…u/wpcom-site-menu.php Co-authored-by: okmttdhr, tada <[email protected]>
just for testing, how do I get the domain upsell to appear? Also how do I enrol a site for early access to classic early release, (or PM me that in slack :) |
Nice finds!
This needs to be fixed in wpcomsh. I'll open up another PR for it.
I see this too. It's happening on RTL Classic sites with the "early release option" off. I'll create a new issue for it. In theory this problem should go away when we remove the "early release" flag, but it'd be good to look into what's causing this. I updated the testing instructions on how to create a Classic early-release site. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixes https://github.com/Automattic/dotcom-forge/issues/6811
Proposed changes:
Open
Folded
Other information:
Jetpack product discussion
Does this pull request change what data or activity we track or use?
No.
Testing instructions:
To test on Simple sites
wpsh
on your sandbox.bin/jetpack-downloader test jetpack-mu-wpcom-plugin fix/nav-upsell-rtl-padding
Fix/nav upsell RTL padding #37125 (comment)To test on Atomic sites
jetpack-mu-wpcom
and be sure you've addeddefine( 'JETPACK_MU_WPCOM_LOAD_VIA_BETA_PLUGIN', true );
to your wp-config.php file. Fix/nav upsell RTL padding #37125 (comment)