-
Notifications
You must be signed in to change notification settings - Fork 66
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
Filters for Super Cool Ad Inserter Ads #839
Conversation
This doesn't seem to work properly when the ads are inside a narrow content area (Default or One column). Wide content area (One column wide) seems to behave as expected. As a temporary fix, I'd recommend that we remove the page template check and just use
From here we can add some CSS to make sure that the ads are not overflowing. E.g. in
Then we will need to find a solution for the narrow content when viewport is >= 782px which means we should be using |
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.
LGTM
# [1.3.0](v1.2.0...v1.3.0) (2020-03-24) ### Bug Fixes * change way featured images are added to fix missing titles ([#837](#837)) ([7fb8ff2](7fb8ff2)) * correct position of comment icon indicating current author ([#824](#824)) ([6778719](6778719)) * prevent id selector format error ([#833](#833)) ([2fdb043](2fdb043)) * remove style overrides from h2 in cover blocks ([#834](#834)) ([15eb042](15eb042)) * remove top margin on accent-header in column ([#829](#829)) ([f72a529](f72a529)) * set max width for nested full and wide blocks ([#827](#827)) ([22e2655](22e2655)) * set size for above copyright widget titles ([#828](#828)) ([aa4231f](aa4231f)) ### Features * filters for super cool ad inserter placements ([#839](#839)) ([e3ac56b](e3ac56b))
🎉 This PR is included in version 1.3.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
All Submissions:
Changes proposed in this Pull Request:
This branch is meant to be tested with Automattic/newspack-ads#31. Complete testing instructions can be found in Automattic/newspack-ads#31.
Other information: