• Submitted this via your website yesterday, but not sure you received it. Resubmitting here… Installed your plugin in a dev environment. We are having issues with displaying the favorites list for anonymous user. Works fine for logged-in user. WP Engine has added the cookie exclusion. We can see the cookie has the correct items that were favorited. We added the shortcode [user_favorites] to a page and when the page loads we can briefly see the favorites listed but then it changes to “No Favorites” (ajax call it seems). We even tried disabling AJAX in the plugin setting (Cache Enabled on Site) but same behavior.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • I’m having the same problem. I’m guessing there’s no fix yet? If we need to pay for support for a fix, I can probably get it approved by my client. Thanks!

    I found a fix for this! You have to change the plugin settings to store the data in the session variable instead of the cookie variable.

    You can edit it under Settings -> Favorites. Click on the “Users” tab and change the “Save Unauthenticated Favorites as:” setting to “Session” and save the changes. Any favorites you already saved will get cleared out, so you’ll have to re-favorite things, but then it should work.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.