Skip to content

Latest ACF Pro 6.5.0.1 Update Breaks Feature Flexible Content Extension #608

@cwalsh-orgnk

Description

@cwalsh-orgnk

Describe the bug
Latest ACF update breaks layout of ACF Feature Flexible Content Extension. They have added some extra styles that make the search box hard to see & the screenshot on hover not visible.

To Reproduce
Steps to reproduce the behavior:

  1. Go to any page with pageComponents enabled
  2. Click Add Component
  3. Hover over any component
  4. See error

Screenshots
Image

The following can be added to the .scss as a fast & temporary fix, not looked into if it affects anything else yet.

.acf-fc-popup a {
overflow: visible !important;
}

.acf-fc-popup {
background: #1d2939 !important;
padding-top: 8px !important;
padding-bottom: 8px !important;

a {
overflow: visible !important;
color: #fff !important;
}
}

Image

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions