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

Some options not appearing in widget options when in customizer #63

Open
ghost opened this issue Apr 24, 2015 · 3 comments
Open

Some options not appearing in widget options when in customizer #63

ghost opened this issue Apr 24, 2015 · 3 comments

Comments

@ghost
Copy link

ghost commented Apr 24, 2015

The checkboxes are not visible for 'show featured image' and 'show post title'.

This only happens when using the customizer.
screenshot

@ghost
Copy link
Author

ghost commented Apr 28, 2015

i found the issue.

The function is_widgets_page() has conditional for is_admin() but not is_customize_preview().

This means when users access the widget options through the customizer, (from the adminbar, not the dashboard) the styles for the widget options aren't loaded.

@ghost
Copy link
Author

ghost commented Apr 28, 2015

..and the checkboxes aren't showing as they have the class 'widget-control-save' which is automatically set to display: none, by the core customizer styling. I would do a pull request, but i'm slightly out of my depth.

@MWCFitness
Copy link

I am having this issue as well…Could be related to new Wordpress Version?

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

1 participant