Skip Navigation

[Resolved] Tabs not working after infinite scroll pagination

This support ticket is created 4 years, 6 months 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.

This topic contains 1 reply, has 1 voice.

Last updated by poM 4 years, 6 months ago.

Author
Posts
#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:
hidden 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 ) {

});