Oops, it seems that I accidentaly used the wrong tag, I used href instead of src. Simple fix:
/** Footer logo */
wp.customize( 'mytheme_footer_logo', function( value ) {
value.bind( function( to ) {
var footer = $( '.footerlogo img' );
footer.attr( 'src', to );
} );
} );
Related Posts:
- theme path in javascript file
- Add a dropdown to theme customizer
- Why doesn’t default WordPress page view use force_balance_tags?
- Theme Customizer : how to create multiple-level panel
- Allow Shortcode in Theme Customizer
- Editing the custom background CSS
- Is the theme customizer slowing down my site?
- Trigger Customizer saving process with Javascript only
- How do I make my wordpress page more friendly for mobile viewers?
- How do I get a parent theme modification from a child theme?
- Changing the entire control choices using wp.customize with JavaScript
- How to Change CSS Variable value in Theme Customizer Live Preview
- “Display Site Title and Tagline” checkbox not working?
- How to set page template on front using starter content?
- WordPress Customizer Control with React
- How to configure wordpress to work with Vuejs with SSR and without hashbang
- How to hook CSS file according to theme selection in the customizer section
- How i can get widgets areas working in customizer?
- How Can I Create a List of Values to Be Iterated Through via WordPress Customization API?
- Where is definied the theme location for the main menu in a WordPress template?
- How to correctly add JQuery in a WP theme?
- using wordpress without javascript
- How to disable automatic colors in the Twenty Twenty theme?
- WordPress not registering Theme Customization Section
- WP_Customize_Color_Control omitting # symbol
- get_option in header.php not returning value from customizer
- Internal error 500 accessing Theme > Customize
- Edit footer via customizer
- Folder name for a pro version of a WordPress.org theme?
- Theme Javascript.php Overwritten Nightly [closed]
- Customizer: save setting/control content to post/page
- Is accessing theme and using customizer GPL distribution?
- How to enqueue javascript for WP Customize options sidebar?
- Theme Customizer not loading JS for live preview
- Customizer – loading settings/controls/sections/panels based on a id/page id
- Theming Using Bootstrap Glyphicons and WordPress Dashicons
- Theme Customizer not displaying saved values in wp_head (CSS)
- Random white space before doctype
- How can I wrap all blog posts image with
- How to set Post meta-box defaults based on the choices made by user in Customizer?
- Alignment Problem [closed]
- Customizer: get_preview_url() inside customize_save_after hook
- Why I obtain different visualization when I run the website on my local machine and on remote server?
- Some doubts about WordPress handle the horizontal main menu visualization
- Let user to upload multiple time
- How to copy page/post from one theme to another?
- How to change listing type permlink?
- Customizer API Multi Sections in single Panel
- (Parent) theme Is Not Showing In Theme Selection Panel and Therefore Breaks Child Theme
- How do I remove header/page-title image in farvis theme? [closed]
- How to show some of category in wordpress
- Is there a way to create sections under “Colors” panel in the Theme Customizer?
- Customizer Image-Picker Preview Not Working
- Correct was to customise theme using get_theme_mod in scripts
- Using Customizer value in an external PHP file inside a theme
- Flexslider not working for my custom theme WordPress
- “No Data Received” error in Chrome every time i try to update the theme functions file
- Why the slideshow is not shown in my theme?
- Standard Way To Do Custom Work Within A Page?
- Using wp_enqueue_script with social media buttons?
- How to convert that page to a wordpress template? [closed]
- What is The Best Way to Make Parallax header effect for wordpress theme ?? pure CSS or using JavaScript? [closed]
- How to make a multilingual wordpress site to be translated one-to-one without much effort and without using translate?
- How to show associated fields if checkbox is checked in customize widget screen using wp_customize?
- Dynamic nav menu with icons [closed]
- WP Customizer get control value on change
- Execute javscript when theme customizer loads (autosave issue)
- Is child-theme required when modyfing “Appearence > Editor”?
- How to Add Dynamic Sliders to WordPress Customizer with JavaScript
- JavaScript Change focus to password field login page being reset
- Get a setting value conditionally in the Customizer api
- create-guten-block in wordpress theme?
- wp-cli: For development, how can I activate a theme that is on the local disk but not zipped?
- How to add new args data in $wp_customize->add_setting?
- Developing WordPress Theme using CSS framework like Bootstrap
- My Admin bar covers my sticky navbar [closed]
- jQuery not available to other scripts
- Override template file i subfolders
- How can I make that when I clic on one of the menu items, that page shows only posts with the same category?
- Single Page theme [closed]
- Hide header texts (Title & Tagline) in custom-header.php
- Theme translation not applying
- How to add filter the post thumbnail before save in database?
- Theme Development for WordPress Multisite Installation
- Lightweight framework [closed]
- How to add infinite scroll?
- Using esc_url with a hard coded url
- Include Parent functions.php in Child Theme functions.php
- Broken template went invisible
- How to make Isotope and WordPress work together?
- Customizer: Unique identifier that distinguishes which image upload control is uploading an image
- Theme Splash Image within the “Appearance -> Themes” control panel [duplicate]
- Theme Loading Into Dashboard
- How to make theme elements customizable in wordpress?
- Can I have two different theme for two different language?
- Using an if statement in the theme customizer page
- How to add “Template” option in page attributes panel?
- Single page site with history.js
- WordPress theme switcher
- How can I wrap html around the output of the_time function?