Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1306250
    hanout
    Participant

    Hi there,

    can you please help me? I tried to search forum here, but can’t find right solution.

    On some page I need to make fixed backgroung and scrollable should be only text. Page is here – http://www.daliborjenis.com/repertoire/

    And example is here – http://www.katerinatretyakova.com/ … you can see fixed picture (presentation of pictures), scrollable content and whe you’ll choose smaller windows, picture is cutting only left side.

    It is possible do something simmiliar on theme-x? 🙂

    Thank you in advance for help!

    Zdenko

    #1306675
    Rupok
    Member

    Hi there,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer.

    .x-section.bg-image {
      background-attachment: fixed;
      background-position: center top;
    }

    Hope this helps.

    Cheers!

    #1307113
    hanout
    Participant

    Hi Rupok,

    thank you very much. You are AWESOME! 🙂

    #1307119
    Thai
    Moderator

    You are most welcome 🙂

    #1328605
    hanout
    Participant

    Please, one more thing to this article. I see background fixed on computer (thats great) – http://www.daliborjenis.com/repertoire/ … but @ mobile / tablet is still moving and one big part of face.

    It is possible please to have fixed it on mobile too? Or have smaller picture there to make it nicer? 🙂

    Thanks!

    #1328822
    Lely
    Moderator

    Hi There,

    Unfortunately, mobile devices don’t work with fixed position. It is only possible with some customization using jquery library. That’s the reason why parallax effect is disabled on mobile too. You may want to consult a developer if you want to proceed with this. Thank you for understanding.

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