Display-error with portfolio items

7 replies · opened May 26, 2021

OovetterMay 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.

SSemicolon WebSTAFFMay 26, 2021

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.

OovetterMay 26, 2021

Sorry, it does not work !
Please see online.

SSemicolon WebSTAFFMay 26, 2021

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.

OovetterMay 26, 2021

Hallo,
the link is ...bergsteigen.html

The tab is “Klettergebiete”

I sen 2 sreenshots:

  1. open bergsteigen.html on browser ... only headline “Kletterführer für die Sächsische Schweiz” is displayed

  2. after resize the browserwindow ... the books will be displayed

attachment

https://www.elbsandsteingebirge.de/error/after-resize.jpg

OovetterMay 26, 2021

attachment

SSemicolon WebSTAFFMay 26, 2021

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.

OovetterMay 27, 2021

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