I am trying to use the options:
- AJAX results update when visitors click on the search button
- AJAX results update when visitors change any filter values
Link to a page where the issue can be seen:
hidden link
( I will provide login details)
I expected to see:
Results update when visitors change any filter values
Instead, I got:
No AJAX update

Shane
Supporter
Languages:
English (English )
Timezone:
America/Jamaica (GMT-05:00)
Hi Antoine,
The credentials you seem to have provided was just the FTP.
I will enable the private fields for your next response for the site credentials.
Thanks,
Shane

Shane
Supporter
Languages:
English (English )
Timezone:
America/Jamaica (GMT-05:00)
Hi Antonio,
I'm able to see the issue now.
Have you tried switching the theme to a default wordpress theme to see if it still works.
It could be that there is some plugin conflict here.
Could you check this and let me know and we can progress from there.
Thanks,
Shane
Hi!
Yes, it seems to be theme related. I just switched to default WP theme and it works as it should.
You have helped me with this before on another website, with same theme (Enfold)...

Shane
Supporter
Languages:
English (English )
Timezone:
America/Jamaica (GMT-05:00)
Hi Antonio,
Would you mind if I grabbed a copy of this site for further testing here locally ?
Please let me know.
Thanks,
Shane

Shane
Supporter
Languages:
English (English )
Timezone:
America/Jamaica (GMT-05:00)
Hi Antonio,
Thank you for the patience, this one is definitely an issue with Enfold.
I was able to replicate the issue on a fresh install.
However there is a solution on this issue. Add the following to your functions.php file for your theme.
add_filter( 'avf_enqueue_wp_mediaelement', 'avia_always_load_mediaelement', 10, 2);
function avia_always_load_mediaelement($condition, $options)
{
$condition = true;
return $condition;
}
Please let me know if this helps.
Thanks,
Shane
Hi!
Thanks, it seems to work with the Ajax now...
Just one other strange issue:
If you select the "Veganskt" option, the other option disappears. This is expected and this is how it should work.
But when you select "Veganalternativ" the other option "Veganskt" is still there and does not disappear.
Why do they behave differently?
Hi, Shane is unavailable today and will return tomorrow to continue assisting you here. Thanks for your patience!

Shane
Supporter
Languages:
English (English )
Timezone:
America/Jamaica (GMT-05:00)
Hi Antonio,
I took another look at this for you. In my testing both filters are always shown regardless. Have a look at my screenshot
As you can see i've alternated my selections and both would still show.
Thanks,
Shane