Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #420332

    Hello,

    I have a problem with my website on mobile devices. I use parallax, but that doesn’t work the same on mobile devices. Can u help me with that?

    Kind regards!

    Niels

    #421627

    Hey Niels!

    Parallax background are currently disabled on mobiles to avoid compatibility issues.

    Cheers!
    Josue

    #423535
    This reply has been marked as private.
    #424166

    Hi Niels!

    You can enable Parallax in mobiles (at your own risk), open js/shortcodes.js and remove this lines (1936-1939):

    			if(_self.isMobile)
    			{
    				return; //disable parallax scrolling on mobile
    			}
    

    Regards,
    Josue

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.