Style Switcher Files

5 replies · opened Mar 3, 2017

PpixelsalsaMar 3, 2017

Hi

I just purchased another 6 months support

Can you please send me all the files for custom style switching as per your demos.

Many thanks, Dan

PpixelsalsaMar 16, 2017

I have it working nicely but want it to autohide on colour selection- can you advise how please?

SSemicolon WebSTAFFMar 20, 2017

Hello,

You can consider using the following JS Code:


	jQuery('#switcher-option-color li').on( 'click', function(){
		jQuery( '.switcher' ).animate({ left:'-260px' }, 300, 'easeOutQuad', function(){
			jQuery( '.switcher' ).removeClass( 'closeswitcher' );
		});
	});

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.

SSemicolon WebSTAFFMar 22, 2017

Hello,

We Really Apologize but there was a minor mistake in the code we added above. Please re-use the code as we have updated it above. 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.

PpixelsalsaMar 22, 2017

awesome - 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