Infinity Scroll Portfolio: Page Two images not showing in Modal Popup

1 reply · opened Nov 29, 2019

PPaulNov 29, 2019

Our infinity scroll portfolio at http://coastmetalsolutions.com/new/gallery.html is working fine, except that any images loaded after "load more" don't show up in a popup like the first 25 images; instead, the image file itself loads in place of the page.

Our "gallery-2.html" (for the "load more") does have the link to css/magnific-popup.css.

I'm probably missing something simple, but I can't find it.

Thanks!

SSemicolon WebSTAFFNov 29, 2019

Hello,

Simply replace the following code in the Infinity Scroll JS Initialization Code:

setTimeout( function(){
	$container.isotope('layout');
	SEMICOLON.widget.loadFlexSlider();
	SEMICOLON.portfolio.arrange();
}, 1000 );

with the following:

setTimeout( function(){
	$container.isotope('layout');
	SEMICOLON.widget.loadFlexSlider();
	SEMICOLON.portfolio.arrange();
	SEMICOLON.initialize.lightbox();
}, 1000 );

This will 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
Infinity Scroll Portfolio: Page Two images not showing in Modal Popup · Canvas Template Support