New Landing How can we help? Atelier Disable Parallax on Shop category image header

Tagged: 

Viewing 10 posts - 1 through 10 (of 10 total)
  • Posted in: Atelier
  • #201633
    ctingom
    Member
    Post count: 16

    How can I disable the parallax effect on the shop header image?

    #201726
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Changing the Header type from Fancy to standard.
    https://www.dropbox.com/s/zrta2g9ryfk3ka7/Screenshot%202015-08-07%2008.13.12.png?dl=0

    Give it a try.

    -Rui

    #202041
    ctingom
    Member
    Post count: 16

    I’m wanting to keep the background photo on the category header. When I change to ‘Standard’ it basically removes the photo for the header.

    My link: http://presscoffee.tornadodesign.com/shop/

    So, the big header that has ‘Shop’ on this page. I would like to remove the parallax effect that happens when I scroll.

    #202310
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this to your custom css:

    .page-heading.fancy-heading.animated, .fancy-heading.animated .heading-text {
      transform: none !important;
    }

    – Kyle

    #202506
    ctingom
    Member
    Post count: 16

    Thanks, that worked great!

    #202596
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem 🙂

    #213860
    ctingom
    Member
    Post count: 16

    Follow up question: I implemented your code to remove the parallax effect. But, for some reason it works in Chrome but not Safari.

    See here: http://presscoffee.tornadodesign.com/shop/

    In Safari, when you scroll, the “SHOP” header moves. But, I like the way it does not do that on Chrome.

    Thanks,
    Chris

    #213955
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Sorry it should be:

    .page-heading.fancy-heading.animated, .fancy-heading.animated .heading-text {
      transform: none !important;
      -webkit-transform: none !important;
      -moz-transform: none !important;
    }
    #214186
    ctingom
    Member
    Post count: 16

    Thanks, that resolved the issue!

    #214188
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Great. Thanks Kyle
    -Rui

Viewing 10 posts - 1 through 10 (of 10 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