Navigation überspringen

[Gelöst] Tabs not working after infinite scroll pagination

This support ticket is created vor 4 Jahren, 6 Monaten. 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.

Dieses Thema enthält 1 Antwort, hat 1 Stimme.

Zuletzt aktualisiert von poM vor 4 Jahren, 6 Monaten.

Author
Artikel
#1688933

poM

I am trying to:
Click on tabs filters after having clicking on the "Load more" button (infinite scroll pagination)

Link to a page where the issue can be seen:
versteckter Link

I expected to see:
Tabs showing up normally

Instead, I got:
Tabs are not clickable

#1689261

poM

Finally solved on my own by using Divi function et_pb_tabs_init( t ) inside :

$( document ).on( 'js_event_wpv_pagination_completed', function( event, data ) {

});