Viewing 3 replies - 1 through 3 (of 3 total)
  • i’m having the same problem. can you explain in more detail how to fix this?

    Thread Starter MacBlaue

    (@macblaue)

    Locate the file html-javascript-adder.php which is in the plugins/html-javascript-adder directory.
    Replace all instances of
    src=”https://localhost/’

    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

    (@vaakash)

    @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.