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
5 replies · opened Mar 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
I have it working nicely but want it to autohide on colour selection- can you advise how please?
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.
ok - that sort of works - see http://www.redhousebarn.co.uk/development/
but you cannot re-open the panel after it is set once
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.
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