Right Side About Menu

4 replies · opened Jul 11, 2016

AApple7Jul 11, 2016

Hi,

On certain examples (multi page, one-page, niche, etc) I've noticed that when viewing with android/chrome, if scroll down > touch/click top right menu > right side opens ABOUT CANVAS window with "X" > then close this window with "X" or touch main site to close this window > window closes but you can <b>no longer scroll up or down</b> on the main site. This happens about 50% of the time. Weird ha? jquery maybe?

One example: http://canvashtml-cdn.semicolonweb.com/one-page/op-tr-image-dark.php

Nice work.

Thank you

AApple7Jul 12, 2016

Is there a fix for this issue? If yes, what is the fix?

Thank you

SSemicolon WebSTAFFJul 13, 2016

Hello,

Thank You so much for your Patience! Please find the following code in the js/functions.js File:

if( $body.hasClass('device-touch') ) {
	$body.toggleClass("ohidden");
}

and replace it with:

if( $body.hasClass('device-touch') && $body.hasClass('side-push-panel') ) {
	$body.toggleClass("ohidden");
}

This will definitely fix your issue. We will release this Fix in our Next Update. Thanks for your Patience.

Meanwhile, do let us know if we can help you with anything else or if you find any further issues with Canvas.

AApple7Jul 14, 2016

Hi,

Thank you for the reply. I've replaced/updated the code in the js/functions.js file, cleared cache, double checked changes have been made, and oddly enough this does NOT correct the issue.

If you can, let me know of any other suggestions.

Thank you,

Using VERSION 4.1 – 28TH JUNE 2016.

SSemicolon WebSTAFFJul 15, 2016

Hello,

Can you please provide us with a Live URL so that we can check out the exact issue and provide you with a more accurate solution for this. Thanks for your Patience.

Meanwhile, do let us know if we can help you with anything else or if you find any further issues with Canvas.

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