Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Mat, thanks for getting back to me.

    Unfortunately it still doesn’t work. I tried the Health Check plugin, but it didn’t reveal the problem as far as I can tell.

    My site is agitalabs.com. If you visit the site in safari, the image in the big title section will stay fixed when you scroll down, but in Chrome and Firefox it scrolls up with the rest of the page. I added custom CSS for the parallax, not the built-in parallax effect in hestia. I just wanted the image to stay in one place, not move when you move the cursor over it.

    Please let me know if you find any solution or you can tell what the problem is! Thanks.

    This is the CSS I added that does work in Safari, and used to work in all browsers:

    .header-filter {
    	background-image: url("https://agitalabs.com/staging/2213/wp-content/uploads/2021/04/Technology-Website-Banner-High-Contract.png");
    height: 100%; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
    }

    Hello, when will this issue be fixed? I tried luciamarinescu’s workaround, but I still have no parallax for the big title section in chrome and firefox. It works in Safari though. Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)