Title: [Plugin: HTML Javascript Adder] toolbar images not showing
Last modified: August 20, 2016

---

# [Plugin: HTML Javascript Adder] toolbar images not showing

 *  Resolved [MacBlaue](https://wordpress.org/support/users/macblaue/)
 * (@macblaue)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-html-javascript-adder-toolbar-images-not-showing/)
 * Hi
    Installed this plugin which works perfectly – except some images are hard
   coded in the php? For the images in the toolbar, lines 243, 270, 276.
 * example line 270:
 * <img src=”[http://localhost/wordpress/wp-content/plugins/html-javascript-adder/images/help-icon.png&#8221](http://localhost/wordpress/wp-content/plugins/html-javascript-adder/images/help-icon.png&#8221);
 * should be:
 * <img src=”<?php echo HJA_URL . ‘images/help-icon.png’; ?>”
 * [http://wordpress.org/extend/plugins/html-javascript-adder/](http://wordpress.org/extend/plugins/html-javascript-adder/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [StandOutSites](https://wordpress.org/support/users/standoutsites/)
 * (@standoutsites)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-html-javascript-adder-toolbar-images-not-showing/#post-2803075)
 * i’m having the same problem. can you explain in more detail how to fix this?
 *  Thread Starter [MacBlaue](https://wordpress.org/support/users/macblaue/)
 * (@macblaue)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-html-javascript-adder-toolbar-images-not-showing/#post-2803076)
 * Locate the file html-javascript-adder.php which is in the plugins/html-javascript-
   adder directory.
    Replace all instances of src=”[http://localhost/&#8217](http://localhost/&#8217);
 *  with
 * src=”<?php echo HJA_URL . ‘
 * these should be on lines 243, 270, 276.
 * This makes the browser look for the images on the server rather than your computer.
 *  Plugin Author [vaakash](https://wordpress.org/support/users/vaakash/)
 * (@vaakash)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-html-javascript-adder-toolbar-images-not-showing/#post-2803077)
 * [@macblaue](https://wordpress.org/support/users/macblaue/) Thanks for the notification.
   After testing in the localhost, I forgot to change them back. In the version 
   3.6 this correction is made.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘[Plugin: HTML Javascript Adder] toolbar images not showing’ is closed
to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/html-javascript-adder_01c100.svg)
 * [HTML Javascript Adder](https://wordpress.org/plugins/html-javascript-adder/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/html-javascript-adder/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/html-javascript-adder/)
 * [Active Topics](https://wordpress.org/support/plugin/html-javascript-adder/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/html-javascript-adder/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/html-javascript-adder/reviews/)

 * 3 replies
 * 3 participants
 * Last reply from: [vaakash](https://wordpress.org/support/users/vaakash/)
 * Last activity: [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-html-javascript-adder-toolbar-images-not-showing/#post-2803077)
 * Status: resolved