Tab content with images does not load properly

1 reply · opened Jan 31, 2024

AactivedotJan 31, 2024

Hello, I hope someone can help me. I created a product gallery using tabs. If I keep switching tabs, the contents of some tabs are not displayed. If I then switch back and forth again, they will appear again at some point. Attached is an excerpt of the code. Best regards from Germany

SSemicolon WebSTAFFFeb 9, 2024

Hello,

Thanks for your Patience and Apologies for the Delays!

Consider trying this JS code at the bottom of the Page:
[ch_pre]
var tabEl = document.querySelector('button[data-bs-toggle="pill"]');

tabEl.addEventListener('shown.bs.tab', function(event) {
jQuery(event.target).find('.grid-container').filter('.has-init-isotope').isotope('layout');
});
[/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.

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