New Landing How can we help? Themeforest Theme Support Dante Trouble with Parallax in Mobile

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Dante
  • #312119
    rileyberg
    Member
    Post count: 29

    Hi, My parallax appears fine on the computer, and I have it set to show an image in the background for mobile. However, the image of the parallax (with a play botton) is overlapping the background image in mobile. How can I fix this?

    Thanks!

    Riley

    #312148
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Can you provide a screenshot of the issue and also the page url where it’s happening?
    Thanks

    -Rui

    #312177
    rileyberg
    Member
    Post count: 29

    Here is the requested screen shot. This is on the Home page. You can see the parallax video overlaps the large image behind it. I do not want the parallax video to appear on mobile. This was not a problem until I recently updated Dante.

    Attachments:
    You must be logged in to view attached files.
    #312253
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    You have several error in your javascript console.
    https://www.dropbox.com/s/bx8kkd678hi0y7n/Screenshot%202017-02-01%2019.31.13.png?dl=0

    What is your current version of the theme?

    Can you try to deactivate all plugins, clear the browser cache in mobile and test again?

    -Rui

    #312272
    rileyberg
    Member
    Post count: 29

    Dante v. 3.3.32

    I deactivated all plugins, cleared my cache and it still looks the same.

    #312682
    David Martin – Support
    Moderator
    Post count: 20834

    Please add this to Theme Options => Custom CSS:

    @media only screen and (max-width: 1024px) {
    .spb_parallax_asset {
        padding: 0!important;
    }
    }

    If I have misunderstood you and you are looking to hide the video on mobile, please use this instead:

    @media only screen and (max-width: 767px) {
    .sf-parallax-video video {
        display: none;
    }
    }
Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register