New Landing How can we help? Atelier Weird Image Banner issue

Viewing 8 posts - 1 through 8 (of 8 total)
  • Posted in: Atelier
  • #246887
    webadmin
    Member
    Post count: 13

    Hi,

    I have a weird issue with image banners, for some reason if the image banner is the first thing that is seen then it loads without an issue, and the text appears with delay.

    Now the image banner is at the bottom of the page, when scrolling down to it it wont show the text, unless you scroll up and down for a bit or if you start up developer mode in a browser….

    I have looked at the delay process in the code, and seems theres a class that delays it by 200ms, unsure how to change that.

    I’m attaching images to show what is being shown when scolling down and what should be showing.

    Any help would be awesome.

    Attachments:
    You must be logged in to view attached files.
    #247047
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    I’m not able to replicate this issue, which browser are you using?

    – Kyle

    #247582
    webadmin
    Member
    Post count: 13

    Hi Kyle,

    I predominantly use Firefox, but I have tested this on Opera, Chrome, Edge and Safari with the same results.

    Is there a way to remove the delay completely from the text??

    Atik

    #248221
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    Have you removed the animation delay from the page builder item?

    Please test this also:

    .image-banner-content.sf-animation[data-animation="none"] {
        -webkit-transition-delay: 0s;
        -moz-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s;
    }

    Thanks.

    #248385
    webadmin
    Member
    Post count: 13

    Hi Sorry,

    Doesnt seem to be working.

    Atik

    #249058
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    This should do it:

    .image-banner-content.sf-animation[data-animation="none"] {
        opacity: 1 !important;
    }

    Thanks.

    #251624
    webadmin
    Member
    Post count: 13

    Thank You, awesome that worked like a charm

    #251656
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Great 🙂

    No problem

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