• Hello,
    Thanks For this plugin
    I am facing one issue is that when I remove favorite item one by one then It will works good but Issue is when we remove last item then All Items are coming back
    Is it possible that we will remove all items in result page?
    Please solve this problem as soon as possible

    Thanks
    Wonder crazy

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Takashi Matsuyama

    (@takashimatsuyama)

    Hi, @wondercrazy

    Thank you for your comment.
    I have a few questions to help solve the problem.

    1. Which version of WordPress are you using?
    2. Which version of this plugin are you using?
    3. Does it only happen to logged-in users?
    4. I’m using this plugin on my site and I’m wondering if the same thing is happening?

    Please answer if you want.
    Thanks

    Thread Starter wondercrazy

    (@wondercrazy)

    Hi Takashi

    1. I am using WordPress 5.8.1 version
    2. Plugin version is Version 1.4.0
    3. Yes this issue is happen to logged-in users
    4. I have also test in your site It’s working properly

    Here is https://dfwtargetmarketing.com/ site and I’m facing this issue when users are login

    Please solve this issue ASAP!

    Thanks

    Plugin Author Takashi Matsuyama

    (@takashimatsuyama)

    Hi, @wondercrazy

    Thanks for the reply.

    For logged-in users, it depends on the processing speed of the web server and database (MySQL). Logged-in users communicate with the database asynchronously, so if it takes a long time to update the database, the WebUI may become inconsistent.

    You may be able to adjust the function in line 80 of “/assets/list.js“.
    Try changing the “600” in line 101 to “1000” or higher.

    This will increase the time to wait for a response from the database.

    You can try it by setting up a development environment. I don’t recommend using it on a public theme right away.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove favorite Items’ is closed to new replies.