404.html

8 replies · opened Jan 11, 2017

PpadgurcJan 11, 2017

Hi

I try to simplify 404.html page but slider leaves excessive blank field between background image and footer. How to fix the problem please?

SSemicolon WebSTAFFJan 17, 2017

Hello,

Apologies about the Inconveniences caused! Please find the following code in the js/functions.js File inside the SEMICOLON.documentOnLoad > init: function() Function Block:

SEMICOLON.initialize.stickyFooter();

and replace it with:

setTimeout( function(){
	SEMICOLON.initialize.stickyFooter();
}, 800);

This should fix the issue. Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

PpadgurcJan 17, 2017

Thanks for the tip seems not working with me?

SEMICOLON.documentOnLoad = {

		init: function(){
			SEMICOLON.slider.captionPosition();
			SEMICOLON.slider.swiperSliderMenu(true);
			SEMICOLON.slider.revolutionSliderMenu(true);
			SEMICOLON.initialize.maxHeight();
			SEMICOLON.initialize.testimonialsGrid();
			SEMICOLON.initialize.verticalMiddle();
			SEMICOLON.initialize.stickFooterOnSmall();
			setTimeout( function(){
			SEMICOLON.initialize.stickyFooter();
			}, 800);
			SEMICOLON.portfolio.gridInit( $gridContainer );
			SEMICOLON.portfolio.filterInit();
			SEMICOLON.portfolio.shuffleInit();
			SEMICOLON.portfolio.arrange();
			SEMICOLON.portfolio.portfolioDescMargin();
			SEMICOLON.widget.parallax();
			SEMICOLON.widget.loadFlexSlider();
			SEMICOLON.widget.html5Video();
			SEMICOLON.widget.masonryThumbs();
			SEMICOLON.header.topsocial();
			SEMICOLON.header.responsiveMenuClass();
			SEMICOLON.initialize.modal();
		}

	};
SSemicolon WebSTAFFJan 20, 2017

Hello,

We Really apologize about the Mistake in providing you with the Correct Code! Try again by finding the following code in the js/functions.js File inside the SEMICOLON.documentOnLoad > init: function() Function Block:

SEMICOLON.initialize.stickFooterOnSmall();

and replace it with:

setTimeout( function(){
	SEMICOLON.initialize.stickFooterOnSmall();
}, 800);

This should fix the issue. Hope this Helps!

Please make sure that you have changed the Previous Code back to Original. Thanks for your Patience!

Let us know if we can help you with anything else or if you find any further issues.

PpadgurcJan 20, 2017

Doesn't work for me either!

http://sonaravno-sadjarstvo.si/404.html

Thanks

SEMICOLON.documentOnLoad = {

		init: function(){
			SEMICOLON.slider.captionPosition();
			SEMICOLON.slider.swiperSliderMenu(true);
			SEMICOLON.slider.revolutionSliderMenu(true);
			SEMICOLON.initialize.maxHeight();
			SEMICOLON.initialize.testimonialsGrid();
			SEMICOLON.initialize.verticalMiddle();
			setTimeout( function(){
			SEMICOLON.initialize.stickFooterOnSmall();
			}, 800);
			SEMICOLON.initialize.stickyFooter();
			SEMICOLON.portfolio.gridInit( $gridContainer );
			SEMICOLON.portfolio.filterInit();
			SEMICOLON.portfolio.shuffleInit();
			SEMICOLON.portfolio.arrange();
			SEMICOLON.portfolio.portfolioDescMargin();
			SEMICOLON.widget.parallax();
			SEMICOLON.widget.loadFlexSlider();
			SEMICOLON.widget.html5Video();
			SEMICOLON.widget.masonryThumbs();
			SEMICOLON.header.topsocial();
			SEMICOLON.header.responsiveMenuClass();
			SEMICOLON.initialize.modal();
		}

	};
PpadgurcJan 31, 2017

You recorded this thread as resolved but your suggestions do not work!?

PpadgurcMar 22, 2017

Anyone?

PpadgurcApr 10, 2017

I was warned that my support with Canvas theme is just to expire. I konw you guys are overloaded with support but would you please look into the code deeper again? 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