This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: Bricks Builder filtering compatibility issues

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Bricks Builder filtering compatibility issues Reply To: Bricks Builder filtering compatibility issues

#46400
Ernest MarcinkoErnest Marcinko
Keymaster

I think I know why – the structure of the page changes when there are no results, and the results container element no longer exists, so the plugin can’t do a “replacement”, as it’s no longer in the response.

Usually a recommend a different DOM selector for the settings, but in this case it might be a bit more complicated, as the whole container needs to be selected. That may not be ideal, but you can try this selector:

#brx-content

You can change that here: https://i.imgur.com/jhwyOPA.png