Passer la navigation

[Résolu] Cannot open block popup or collapse expand after search

This support ticket is created Il y a 3 years, 10 months. 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.

Ce sujet contient 1 reply, a 2 voix.

Dernière mise à jour par Christopher Amirian Il y a 3 years, 10 months.

Assisté par: Christopher Amirian.

Auteur
Publications
#2446359

I am trying to: Click on Program Certificates or View Profile

Link to a page where the issue can be seen:
lien caché

I expected to see:
Program Certificates open - View Profile opens modal window
Instead, I got:

Nothing happen

If you try clicking on either of them before you do a search it works.

#2446621

Christopher Amirian
Supporter

Les langues: Anglais (English )

Screen Shot 2022-08-28 at 17.57.29.png
Screen Shot 2022-08-28 at 17.57.43.png

Hi there,

The issue that I see is that whatever method that you used to create that collapse feature and the pop up is not coded to handle the Ajax calls.

The way Toolset works are to remove the previous content and add new content of the search result instead of the previous one with Ajax.

The method you used does not handle that method, that is why the Javascript code is not assigned to the newly added items anymore.

You can test my theory by opening up this link:

lien caché

It is a direct link to the search result. Because there is no Ajax loading there, it works with no issues.

You can even test by searching something to cause the issue, then reload the same result page and you will see that it works.

I suggest that you turn off the Ajax search load and let the search results appear by reloading the page.

To do that go to the View and select the View Search block and in the sidebar options, select the "Full page refresh when clicking Submit" option. (Kindly check the attached screenshots)

Thanks.