Hallo,
I use gallery, but the gallery dont open in all tabs. If I resize the browser-window the gallery "wake up".
O.Vetter
2 replies · opened May 5, 2021
Hallo,
I use gallery, but the gallery dont open in all tabs. If I resize the browser-window the gallery "wake up".
O.Vetter
Hello,
Consider using the following JS Code at the bottom of the Page:
[ch_pre]<script>
jQuery( '.tabs' ).on( 'tabsactivate', function( event, ui ) {
setTimeout(function(){
$('.grid-container').filter('.has-init-isotope').isotope('layout');
}, 500);
});
</script>[/ch_pre]
This should definitely work fine. Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.
Thank you!
Have the same question, or something new?
Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.
Reply on the dashboard