Cafe Demo - Rev slider locking scroll

1 reply · opened Apr 10, 2017

DdaihloApr 10, 2017

I've been setting up the cafe demo, and I have added an overlay sidebar.

On first load the page scrolls down fine, but after opening and closing the menu, the page sticks and will not scroll below the rev slider section.
If you open the menu and close it again, you can scroll again.

Do you have any idea how I can solve this problem and allow the page to always be scrollable?

(ps I know the FB feed in the sidebar is messed up, I am waiting on a solution to a different problem)

Thanks :)

[edits]
The live URL: http://jewelnet.ltd/cafeside/index.php
I forgot to mention that it is happening on mobile, not desktop.

SSemicolon WebSTAFFApr 12, 2017

Hello,

We have fixed this issue in the Latest Version of Canvas. Please update the entire sidePanel: function() Function Block in the js/functions.js File:

sidePanel: function(){
	$(".side-panel-trigger").click(function(){
		$body.toggleClass("side-panel-open");
		if( $body.hasClass('device-touch') && $body.hasClass('side-push-panel') ) {
			$body.toggleClass("ohidden");
		}
		return false;
	});
},

This will definitely work fine. Hope this Helps!

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