Top Bar + header + SLIDER REVOLUTION

2 replies · opened May 11, 2016

SSemicolon WebSTAFFMay 12, 2016

Hello,

  1. Find the following code in the js/functions.js File inside the headerSchemeChanger: function( activeSlide, onWinLoad ) Function Block:
$('#header.transparent-header:not(.sticky-header,.semi-transparent,.floating-header)').addClass('dark');

and replace it with:

$('#header.transparent-header:not(.sticky-header,.semi-transparent,.floating-header),#top-bar').addClass('dark');
  1. Find the following code in the js/functions.js File inside the headerSchemeChanger: function( activeSlide, onWinLoad ) Function Block:
$('#header.transparent-header:not(.semi-transparent,.floating-header)').removeClass('dark');

and replace it with:

$('#header.transparent-header:not(.semi-transparent,.floating-header),#top-bar').removeClass('dark');

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

SspidometrsMay 13, 2016

Everything works fine.
Thank you so much!

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