Transparent header and refresh in the middle of the page

2 replies · opened Apr 26, 2021

EenygosApr 26, 2021

Please, close this ticket. I found the solution by manually setting the header height in function.js

includeOffset: function(){
			if( $headerInc.length < 1 ) {
				return true;
			}
// this line
			//let headerInc = $header.outerHeight();
			let headerInc = 102;

			if( $header.hasClass('floating-header') || $headerInc.hasClass('include-topbar') ) {
				headerInc = headerInc + $header.offset().top;
			}
			$headerInc.css({ 'margin-top': -headerInc });
			SEMICOLON.slider.sliderParallax();
		},
SSemicolon WebSTAFFApr 26, 2021

Hello,

Glad that the issue was resolved. We are working on improving this feature in the next update and will send you notification once it is available. 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.

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