• For those of you who are in the same issue.

    That also use: JQuery Hover Footnotes

    This plugin won’t work properly when being displayed on a page.

    Go to your plugin editor to the php file of the plugin and find:

    if (strpos($content,'{{wp-favorite-posts}}')!== false) {
    $content = str_replace('{{wp-favorite-posts}}', wpfp_list_favorite_posts(), $content);

    Replace with:

    if (strpos($content,'-wp-favorite-posts-')!== false) {
    $content = str_replace('-wp-favorite-posts-', wpfp_list_favorite_posts(), $content);

    Use as code to display favorite list:

    -wp-favorite-posts-

    http://wordpress.org/extend/plugins/wp-favorite-posts/

  • The topic ‘Conflicting with plugin: jquery hover footnotes (fix for you)’ is closed to new replies.