Remove the widgets tab from theme customizer
In some of our sites, I would like the site admins to customize the widgets only on the widget page, and not in … Read more
In some of our sites, I would like the site admins to customize the widgets only on the widget page, and not in … Read more
Under the appearance admin menu, I have customizer added by the theme, and theme options added by a plugin. I’m using this code … Read more
I have some elements showing on the home page that I do not want to display in the Theme Customizer preview window. Is … Read more
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 … Read more
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 … Read more
This is my first post here, but I’ve been doing a bit of searching. I want to use the Custom Theme API to … Read more
How I hide the Head Text which is “Magna Aliquam” when “Hide Head Text” checkbox is checked and show when the checkbox is … Read more
I created a theme while back when I was new to Customizer API and for some weird reasons I named theme settings as: … Read more
I’ve a dropdown control that lists all pages of the website. When I select a page in the dropdown I would update the … Read more
I currently have a theme with OptionTree installed. It is used to create a list of locations which are then visible in a … Read more