Skip Navigation

[Resolved] Problem with AJAX search and Bridge theme

This thread is resolved. Here is a description of the problem and solution.

Problem: I'm having a problem with AJAX search in a View. When I search, the contents disappear and none of the navigation works. I'm using the Bridge theme.

Solution: There are known issues with Views AJAX and Bridge theme's AJAX page transitions. For best results, we recommend disabling those page transitions.

Relevant Documentation:
https://toolset.com/errata/a-javascript-error-prevents-using-navigation-in-the-bridge-theme/
https://qode.ticksy.com/article/9538/

This support ticket is created 6 years ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 - -
13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 - -

Supporter timezone: America/New_York (GMT-04:00)

This topic contains 4 replies, has 2 voices.

Last updated by paolaM-2 6 years ago.

Assisted by: Christian Cox.

Author
Posts
#1196207

Hello,
I have a dropdown search in a view and I am using the AJAX method to update the results when user clicks the search button.
I have two problems:
- the first: when I do a search and then I click a button of the header menu (for example to go to contact page) there is something wrong and doesn't go to the contact page.

You can see it on the homepage hidden link below the slider

- the second: I would like to have the first opotion in my select dropdow to be all, is that posible?

Thank you in advance.

#1196375

Hi, there is a known issue with Bridge theme when their "AJAX page transition" feature is active. Is this active on your site? If so, please consider deactivating it. See these documents for more information:
https://toolset.com/errata/a-javascript-error-prevents-using-navigation-in-the-bridge-theme/
https://qode.ticksy.com/article/9538/

#1196376

Also for the second question, you can use the default_label attribute in the filter shortcode. Here's the documentation for the taxonomy filter shortcode:
https://toolset.com/documentation/user-guides/views-shortcodes/#wpv-control-post-taxonomy

Or if it's a custom field, you can see more information here:
https://toolset.com/documentation/user-guides/views-shortcodes/#wpv-control-postmeta

#1196628
example.jpeg

Thank you so much for your answer.

Is there any possibilities that instead of any time i click search to a taxonomy appears a query string in the url, to be something like this: please see example at hidden link and click in all then in a category.
Please see attachment to see what I am referring to

Thank you in advance

#1196647

My issue is resolved now. Thank you!