Hallo,
if I go on tab "Kletterführer für die Sächsische Schweiz" should be displayed 6 Book-pictures.
Only if I resize the window, the picturea are visible.
Please help. Thanks.
7 replies · opened May 26, 2021
Hallo,
if I go on tab "Kletterführer für die Sächsische Schweiz" should be displayed 6 Book-pictures.
Only if I resize the window, the picturea are visible.
Please help. Thanks.
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 fix the issue. Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.
Sorry, it does not work !
Please see online.
Hello,
Apologies for the Inconveniences caused!
Can you please provide us with a Screenshot or Screencast of the exact section where you are facing this issue so that we can check this for you more closely. Thanks for your Patience.
Meanwhile, do let us know if we can help you with anything else or if you find any further issues with Canvas.
Hallo,
the link is ...bergsteigen.html
The tab is “Klettergebiete”
I sen 2 sreenshots:
open bergsteigen.html on browser ... only headline “Kletterführer für die Sächsische Schweiz” is displayed
after resize the browserwindow ... the books will be displayed


Hello,
Thanks for more details on this. Simply remove the .grid-container Class from the .portfolio DIV.
This will definitely fix the issue. Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.
Super, it works.
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