Smooth scrolling problem

1 reply · opened Apr 23, 2016

SsacksessfulApr 23, 2016

Hi, I have a weird problem with the smooth scrolling functionality - the function changes color of the element it's targeted to.

My site is here: www.uzivatel.com

What I want to achieve:

  1. Click on "KONTAKT" link in main nav
  2. Site scrolls to the bottom - big pink footer with contact info

What is the problem:

  1. I click on "KONTAKT"
  2. Site scrolls down
  3. However the footer changes its background color(!) from pink to transparent

So my question is: Why is the scrolling functionality also changing color of the targeted element? Any ideas?

I did not edit any javascript files.

Thanks for any help.

SSemicolon WebSTAFFApr 26, 2016

Hello,

We have just checked out your Website and you seem to be using an Older Version of Canvas. We have already fixed this issue in the Latest Version of Canvas. Please find the following code in the js/functions.js File:

if( divScrollHighlight != '' )

and replace it with:

if( divScrollHighlight )

This will definitely fix your issue. 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