Parallax Broken

1 reply · opened Jul 10, 2017

MMichaelVvTJul 10, 2017

I believe there is a bug within the Parallax Page. As you scroll down the image stretches downward and jitters before making the navbar solid. As soon as this has occurred once it does not happen again except if a new page is loaded. See Gif here- https://gyazo.com/d78aa7889e9a1ef0f16716c3df934d81

SSemicolon WebSTAFFJul 12, 2017

Hello,

Thank You so much for reporting this to us! Please use the following JS Code at the bottom of the Page just after the js/functions.js JS File Linking:


	jQuery(document).on( 'ready', function(){
		if( jQuery('#slider').next('#header').length > 0 ) {
			jQuery('#header').addClass( 'ohidden' );
			jQuery('#primary-menu').hover( function(){
				jQuery('#header').removeClass( 'ohidden' );
			}, function(){});
		}
	});

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.

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