• I’ve just implemented this plugin and got it outputting the link to single woo commerce pages, however it doesn’t show up any favourites on the Favourites page I’ve created. What’s more it duplicates the clear favourites link above my top navigation bar. I’ve seen other people saying they’re having similar problems. Is anyone able to help? Otherwise, a great plugin. Many thanks in advance.

    https://www.ads-software.com/plugins/wp-favorite-posts/

Viewing 6 replies - 1 through 6 (of 6 total)
  • I’m having the same issue! If anyone can help, that’d be great.

    Thread Starter hs1972

    (@hs1972)

    OK, I’ve got this to work with woocommerce by following what another poster suggested. Using an ftp program I downloaded the file wpfp-page-template.php, opened it up in notepad++ and uncommented this bit:

    $qry[‘post_type’] = array(‘post’,’page’);

    The next bit is to add to this array whatever custom post you like.
    In the case of pulling in the woocommerce favourited items I changed it to:

    $qry[‘post_type’] = array(‘post’,’product’);

    Then I re-uploaded the file and the page is pulling through the products that have been favourited. (Hope this helps others, but please note I’m very new to this and not a developer, so make sure you take copies of your original files and can revert back just in case!)

    However, I still have duplication above my top navigation (it is outputting what I have on my favourites page TWICE above the nav). I just don’t know how to get rid of this. I would be really grateful if someone could help. Thank you!

    Thread Starter hs1972

    (@hs1972)

    OK the problem with duplication would seem to be a conflict of some kind with Yoast SEO: https://www.ads-software.com/support/topic/i-am-getting-the-saved-recipes-above-the-header-on-the-page?replies=4

    I had to turn off open graph to get this to work.

    hmmm you turn off open graph?? i have the same problem can you plz tell me how you turn off open graph? thanks

    Thread Starter hs1972

    (@hs1972)

    In your WordPress admin area under the Yoast plugin, SEO -> Social you will see three tabs for Facebook, Twitter and Google+

    Under Facebook tab, I unchecked the ‘Add Open Graph meta data’ box. After that it worked for me. I’m not a tech expert but just trial and error, however, hope this helps.

    thanks man for ur help i did unchecked Open Graph meta but i still cant see any Favorite Posts on the page
    all i can see is clear Favorites

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Favourites page not working’ is closed to new replies.