Lightbox and parallax issue

5 replies · opened Nov 8, 2016

MMHODNov 8, 2016

Hi,

I noticed when I open a lightbox, the parallax contents are shifting a little bit right and left which looks annoying. How can I fix this please?
File with the issue attached.

SSemicolon WebSTAFFNov 9, 2016

Hello,

We Really Apologize about the Inconveniences caused! 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.

MMHODNov 12, 2016

Any update on this please?

SSemicolon WebSTAFFNov 14, 2016

Hello,

We Really Apologize about the Delays and Inconveniences caused!

We have checked this out for you but the issue here is that the Magnific Popup Plugin (Lightbox) seems to be conflicting with the Parallax Functionality as the Lightbox Plugin adds the Scrollbars to the Page and unfortunately currently there is no workaround for this issue.

Please find the following code in the js/functions.js File:

$.stellar({
	horizontalScrolling: false,
	verticalOffset: 150
});

and replace it with:

$.stellar({
	horizontalScrolling: false,
	verticalOffset: 150,
	responsive: true
});

This might fix the issue. Thanks for your Patience.

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