Aside from the fact that you shouldn’t use get_bloginfo('template_url')
, but rather get_template_directory_uri()
or it’s *_stylesheet_*()
equivalent, it’s a JavaScript problem: The localized object shouldn’t be wrapped in quotes:
// Wrong
url : 'svg_path.template_url+"/svg/plus.svg"',
// Right:
url : svg_path.template_url + "/svg/plus.svg",
When handling JavaScript, simply use console.log( svg_path )
in your script to see the output in your browsers developer tools console.
Related Posts:
- How to intercept already localized scripts
- wp_localize_script with boolean and init
- How to add extra attributes to the script tag added via wp_localize_script()
- How to overwrite JS variable with wp_localize _script?
- Setting HTML properties in a Gutenberg plugin using WordPress settings
- Remove type attribute from script added by wp_localize_script
- Does wp_localize_script call a Javascript Function or Simply Pass PHP Parameters to It
- Using wp_localize_script inside template page to transfer var from php to js
- Script Localization doesn’t work
- Enqueue scripts all over but not in single.php
- how to localized scripts of new page requested by ajax?
- in jquery read a multidimensional array via wp_localize_script()
- How can I get user data into a javascript object?
- Getting a variable inside foreach from PHP to JS after localization
- How to pass data to javascript in custom widget class
- How can I generate a rainbow circle using HTML5 canvas?
- Which equals operator (== vs ===) should be used in JavaScript comparisons?
- are there dictionaries in javascript like python?
- Dynamically creating charts of each row in an HTML table with chart.js
- Client on Node.js: Uncaught ReferenceError: require is not defined
- jQuery .on(‘change’, function() {} not triggering for dynamically created inputs
- How to create a jQuery function (a new jQuery method or plugin)?
- Failed to load resource: the server responded with a status of 500 (Internal Server Error) in Bind function
- Scroll to an element with jQuery
- Cannot open local file – Chrome: Not allowed to load local resource
- How do you reverse a string in-place in JavaScript?
- Understanding React-Redux and mapStateToProps()
- What is the meaning of == $0 that is shown in inspect element of google chrome for the selected element [duplicate]
- How to get the browser to navigate to URL in JavaScript
- Uncaught TypeError: Cannot read property ‘length’ of undefined
- Python to JavaScript converter
- How to generate a simple popup using jQuery
- How to convert an Object {} to an Array [] of key-value pairs in JavaScript
- Javascript versioning to avoid caching, difference in these practices?
- SyntaxError: Unexpected token o in JSON at position 1
- Fastest way to duplicate an array in JavaScript – slice vs. ‘for’ loop
- What is the difference between call and apply?
- AJAX response error: net::ERR_EMPTY_RESPONSE
- Uncaught ReferenceError: Firebase is not defined
- Efficient way to implement Priority Queue in Javascript?
- How do you format a Date/Time in TypeScript?
- JavaScript function in href vs. onclick
- How to scroll to an element?
- How would I call a javascript function in html?
- Mismatched anonymous define() module
- RGB to hex and hex to RGB
- No visible cause for “Unexpected token ILLEGAL”
- Change text on hover, then return to the previous text
- How do I include a JavaScript file in another JavaScript file?
- How to create a HTML Cancel button that redirects to a URL
- What does the construct x = x || y mean?
- Discord error cannot read property ‘isFocused’
- onClick not working React js
- What language is JavaScript written in?
- How to instantiate a File object in JavaScript?
- How to change the buttons text using javascript
- How to sort in mongoose?
- “Uncaught TypeError: a.indexOf is not a function” error when opening new foundation project
- How do you serve a file for download with AngularJS or Javascript?
- How can I cache image files locally with PhoneGap / Cordova?
- how to display a div triggered by onclick event
- Detect a finger swipe through JavaScript on the iPhone and Android
- What is the non-jQuery equivalent of ‘$(document).ready()’?
- Changing the selected option of an HTML Select element
- How to export JavaScript array info to csv (on client side)?
- Should I use encodeURI or encodeURIComponent for encoding URLs?
- JAX post error : Refused to set unsafe header “Connection”
- How to use onBlur event on Angular2?
- img onclick call to JavaScript function
- What are all the query parameters for getEntityRecords?
- How to add code to just before closing body tag
- How to prevent text modified using gettext filter being stomped (presumably) by updateText() js function within a CPT’s edit screen
- Switch to the library tab in the media uploader
- Customizer JS API: Defining control settings
- Using React.js in WordPress
- Updata Metadata WP Rest API
- How to add JavaScript file using wp_enqueue_scripts?
- Custom block SelectControl works but equivalent ComboboxControl gives errors – where’s my mistake?
- Customizer JS API: Adding a “dropdown-pages” control
- wp.editor.initialize does nothing
- Enqueue Javascript After ALL Other Scripts (Including Async Scripts)
- Enqueue js script to footer
- Add A Tag To A Post Through JavaScript In Gutenberg UI?
- Setting/unsetting terms using the Backbone JavaScript client
- How to reference TinyMCE body in my script
- Script to Automatically Advance to the Next Page of a Paginated Post
- Why WordPress not using JSON_UNESCAPED_UNICODE by default?
- WordPress load-scripts.php not loading
- get_header() in backend – but keep JavaScript and CSS files
- Removing admin javascript
- How can I put this JavaScript into WordPress? [closed]
- Need help in fixing javascript in WordPress
- Uncaught TypeError: r is not a function
- How to show cities according to the state in Form using Javascript? [closed]
- Can I get the user name in JavaScript?
- Custom JS doesn’t work after 4.9.9 update [closed]
- Loading 2 Different Version of JS files [closed]
- Adding react app to an existing wordpress website
- Passing object to FormTokenField suggestions
- How to Update a variable even if the web page reloads in js