In some of our sites, I would like the site admins to customize the widgets only on the widget page, and not in the Theme Customizer. How can I...
Under the appearance admin menu, I have customizer added by the theme, and theme options added by a plugin. I’m using this code to hide both menus ( submenu’s...
I have some elements showing on the home page that I do not want to display in the Theme Customizer preview window. Is there a simple check in PHP...
How to Conditionally add controls on Theme Customizer panel. Conditional like is_page() or is_page_template() obviously does/will not work because the page is being shown is customize.php. Code Example add_action(...
I am trying to use jQuery to retrieve a theme options (customizer) value: $wp_customize->add_setting( 'header_fixed', array( 'default' => true, ) ); $wp_customize->add_control( new WP_Customize_Control( $wp_customize, 'header_fixed', array( 'label' =>...
This is my first post here, but I’ve been doing a bit of searching. I want to use the Custom Theme API to create add a customized theme control...
How I hide the Head Text which is “Magna Aliquam” when “Hide Head Text” checkbox is checked and show when the checkbox is unchecked. Below is my code, but...
I created a theme while back when I was new to Customizer API and for some weird reasons I named theme settings as: $wp_customize->add_setting('thefunk_theme_options[header_color] Instead of just header_color and...
I’ve a dropdown control that lists all pages of the website. When I select a page in the dropdown I would update the preview iframe to that page. There...
I currently have a theme with OptionTree installed. It is used to create a list of locations which are then visible in a dropdown in the header of the...

