Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1048329
    ctsavas
    Participant

    Hey,

    i attached 2 files. I think you can see the problem if you see the screenshots. how to reslove this? i’m using the Parallax effect and like it on the desktop version, but its not working on mobile version.

    thanks

    Chris

    #1048370
    Nabeel A
    Moderator

    Hi Chris,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #1048430
    ctsavas
    Participant
    This reply has been marked as private.
    #1048461
    Nabeel A
    Moderator

    Hi Chris,

    Yes that’s correct, private replies can only by seen by our staff members only. You can share the page URL in a private reply.

    Cheers!

    #1048557
    ctsavas
    Participant
    This reply has been marked as private.
    #1048930
    Rue Nel
    Moderator

    Hello There,

    Thanks for providing the url of your site. Regretfully parallax effect will always be automatically disabled by default in mobile screens. You can at least mimic the effect by adding the following css code in the customizer, Appearance > Customize > Custom > CSS

    @media(max-width: 767px){
      .x-section.bg-image.parallax, .x-section.bg-pattern.parallax {
        background-attachment: fixed !important;
      }
    }

    And at the same time, for more details about how background images works, please check out this topic: https://community.theme.co/forums/topic/section-background-image-2/#post-691126

    Hope this helps.

    #1049181
    ctsavas
    Participant

    thank you very much

    works for me

    Cheers

    #1049358
    Rupok
    Member

    You are welcome!

    Glad that it helped. Feel free to let us know if you face any other issue. We’ll be happy to assist you.

    Thanks for using X.

    Cheers!

  • <script> jQuery(function($){ $("#no-reply-1048329 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>