Viewing 7 replies - 16 through 22 (of 22 total)
  • Plugin Contributor Max Bond

    (@max-bond)

    You need to edit front.js file.
    Try to comment buggy code. To to this add /* before and */ after the code.
    You should comment four lines of code. Like this:

    /*this_class = $('img', this).attr('class') ;
    
    	var matches = this_class.match(/wp-image-([0-9]*)/g);
    
    	matches = matches[0] ;
    
    	matches = matches.replace('wp-image-', '');*/

    This change may help… but no guarantee. Don’t forget to make backup of front.js file!!

    Max,

    How do I locate front.js flie in WP editor. I can’t seem to find it.

    Is this a good plugin to use: “Advanced Code Editor”

    Thanks! Jeff

    Max,
    I see now that I have to FTP files.
    What folder do I need to get to?
    Thanks, Jeff

    Plugin Contributor Max Bond

    (@max-bond)

    front.js is located in wp-content/plugins/wp-audio-images/js folder
    You can ask wp-audio-images plugin developer for help!
    Or just disable plugin!

    Hey Max
    A big thank you.
    I disabled wp-audio-images.
    And your plugin works fine.

    So, let me get this straight. If I want to keep the wp-audio-image
    plugin working, should I try you correction suggestion in front.js
    folder?

    Also, that plugin was installed long before
    I started using your plugin. Why would it, just now,
    create a problem? Any ideas?

    The plugin I deactivated allows an audio file to play once
    an image is clicked on. Do you know of any other plugin that
    does the same thing?

    Again, many thanks for sticking with me.
    –Jeff

    Plugin Contributor Max Bond

    (@max-bond)

    So, let me get this straight. If I want to keep the wp-audio-image
    plugin working, should I try you correction suggestion in front.js
    folder?

    You can try )

    Also, that plugin was installed long before
    I started using your plugin. Why would it, just now,
    create a problem? Any ideas?

    I think it was update to WP 4.0. Right now wp-audio-image is not compatible with WP 4.0

    The plugin I deactivated allows an audio file to play once
    an image is clicked on. Do you know of any other plugin that
    does the same thing?

    Sorry, no idea

    OK — Thanks!

Viewing 7 replies - 16 through 22 (of 22 total)
  • The topic ‘Its not working on my site’ is closed to new replies.