Parallax effect broken

Homepage Community Forums Aspire Theme Support Parallax effect broken

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #18037
    BartA
    Customer

      Hi,

      Im unsure if the parallax effect is working on my site as intended atm
      Until this morning I had W3 total cache running which I found out broke the fadein effect
      (minifying the js files probably causing that)

      While browsing through the forums i ran into te site of another poster whos site is
      https://dismukelaw.com/
      and saw that on his site the parallax effect is much greater / better noticable than on my site.

      Trying to work towards a solution I have currently uninstalled W3 cache completely, restored the original js files from the installation archive but to no effect.

      To show the lack of parallex effect i have set up a test field on my website which clearly whos
      theres barely any shifting going on (allthough there is some but its hardly noticable)
      https://tandarts-haarlem.nl

      Any suggestions as to how i could solve this?

      Best regards,
      Bart Alders

      #18052
      Eric
      Customer

        If you want it to function like the other users site you linked to, then you would need to “uncomment” the background-attachment: fixed; on line 1504 in your CSS

        .front-page-1,
        .front-page-4,
        .front-page-5,
        .front-page-7,
        .front-page-9,
        .front-page-12 {
        	background-attachment: fixed;
        	background-position: 50% 0;
        	background-repeat: no-repeat;
        	/*-webkit-background-size: cover;
        	-moz-background-size:    cover;
        	background-size:         cover;*/
        }
        

        Then it should function in the same way.


        I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

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