Random order on Porfolio Page

2 replies · opened Apr 29, 2016

Sskip918Apr 29, 2016

http://charlottebachata.com/artist.html
Is there a way to have this load randomly every time instead of the same order. I know it goes random when the <div id="portfolio-shuffle"> it clicked, but can i make this load random every time?

SSemicolon WebSTAFFApr 30, 2016

Hello,

This is Definitely Possible! Simply add the following JS Code at the bottom of the Page just after the js/functions.js File Linking:


	jQuery(window).on( 'load', function(){
		jQuery('#portfolio').isotope('shuffle');
	});

This will definitely work fine. Let us know if we can help you with anything else or if you find any further issues.

Sskip918May 4, 2016

Works great! thanks

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