wpsmith / genesis-sandbox-featured-content-widget

Genesis Sandbox Featured Content Widget. Based on Nick Croft's Genesis Featured Widget Amplified for additional functionality which allows support for custom post types, taxonomies, and extends the flexibility of the widget via action hooks to allow the elements to be re-positioned or other elements to be added.
39 stars 21 forks source link

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

Open ghost opened 9 years ago

ghost commented 9 years ago

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

This only happens when using the customizer. screenshot

ghost commented 9 years ago

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 commented 9 years ago

..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 commented 9 years ago

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