Error with Restaurant Template

7 replies · opened Jun 15, 2016

SSemicolon WebSTAFFJun 15, 2016

Hello,

Simply add the following code just after the </header> Tag:

This will definitely fix the issue. Let us know if we can help you with anything else or if you find any further issues.

PPavelRomeroJun 16, 2016

Hello:

Any response here? Please, is urgent.

Regards
Pavel

SSemicolon WebSTAFFJun 17, 2016

Hello,

We have checked out this for you but this is not actually an Issue but the Default Behavior of the Header Transition and the Slider Parallax Functionality. There are 2 Options to stop this:

  1. You will either need to remove the Header Transition by adding the following CSS Code:
#header,
#header #header-wrap {
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}
  1. Or you will need to disable the Slider Parallax Functionality by removing the .slider-parallax Class from the #slider Element.

This will definitely work fine. Let us know if we can help you with anything else or if you find any further issues.

PPavelRomeroJun 17, 2016

Hi:

Thank you. Both solutions work fine What is the difference between them? What do I lose by eliminating "Header Transition" or "Slider Parallax Functionality"?

Regards
Pavel

SSemicolon WebSTAFFJun 20, 2016

Hello,

Disabling the Slider Parallax Functionality is a more recommended solution since disabling the Header Transition will make the Header slightly jump on Sticky.

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