Skip to content
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

WP 6.7 broke customizer #4040

Open
kprovance opened this issue Nov 12, 2024 · 4 comments
Open

WP 6.7 broke customizer #4040

kprovance opened this issue Nov 12, 2024 · 4 comments

Comments

@kprovance
Copy link
Member

Somewhere in the RC releases, WP changed something in the customizer. Now Redux won't render fields inside of it. This is kind of a big deal since the customizer was never my area of expertise.

This should be a priority before people begin complaining.

@kprovance
Copy link
Member Author

kprovance commented Nov 13, 2024

Turns out they changed <span> to <button> in the panels, throwing off any reactionary JavaScript. Nice of them to mention it in the changelog. 🙄

@galaxyboy1988
Copy link

Hi
we have the same problem so is there any update for this?

@kprovance
Copy link
Member Author

@galaxyboy1988, Try the current release in this repo. v4.5.0.3. It should have it resolved. Let me know either way.

@galaxyboy1988
Copy link

Thank You @kprovance
the main problem solved and we just add this css to improve

/*redux fix for customizer page*/ .wp-customizer .redux-section .accordion-section-title button.accordion-trigger, .wp-customizer .redux-panel .accordion-section-title button.accordion-trigger { all: unset; padding: 10px 0px 11px 4px; display: inline-flex !important; width: calc(100% - 50px) !important; }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants