• Hello,

    I have included the plugin’s required Javascript in a custom file where I consolidate several scripts, with the goal of eliminating HTTP requests.

    I have unchecked the “Output Plugin Javascript” in the settings, then copied and pasted the code from “simple-favorites.min.js” in my file. I’ve also made sure to include the following snippet in the footer of my site:

    jQuery(document).ready(function(){
    new Favorites;
    });

    But I’m getting an error that says “simple_favorites is not defined”… What am I doing wrong?

    Thanks for any help!

  • The topic ‘simple_favorites is not defined’ is closed to new replies.