• Hello,

    this is a great plugin, I’ve been using the class generator and I love it!

    I’m finding issues with Thrive themes though, specifically Pressive. There seems to be some kind of conflict because at first it works and then things start to break. The animation occurs but the element to be animated is already in place before the animation.

    So for instance:

    Say we have a paragraph with a slideUp animation on scroll. When the page loads you can see the element in its final position and then it disappears and the animation begins. Instead of being hidden in the beginning and then appearing with the animation.

    I’ve seen it works for a while and then just breaks and a while later the animation won’t work, elements will just appear, I think that’s just the eds-scroll-visible part. It ignores the rest of the classes.

    Note that with Thrive Architect, adding the classes into the styles field is the only way to use Animate It! since there is not backend editor.

    I hope this makes sense, let me know if you need further explanation

    I disabled the plugin on my website for now but I can activate it if you want to take a look at it.

    Thank you.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 16 through 17 (of 17 total)
  • Plugin Author eleopard

    (@eleopard)

    Dear Astrid,

    This looks like a bug from the frontend editor you are using
    Ideally, the classes should not be added automatically to the Styles box.

    Try using the backend editor for just adding/removing the classes.

    Also, this little workaround should work, in case eds-scroll-visible is again added like this.

    1. Go to Settings > Animate It! > Custom CSS Box.
    2. Paste the following CSS:

    .eds-on-scroll.eds-scroll-visible.eds-scroll-hidden{
      opacity: 0 !important;
    }

    Let me know if this works for you.

    Thread Starter astridmanzo

    (@astridmanzo)

    The thing about this builder is that there’s practically no backend editor, there’s no other way to add styles. I did ask the Thrive Themes authors about this and they told me to speak with you first. If this workaround doesn’t work I’ll contact them again.

    I’ll add some more animations to the home page and I’ll let you know if it’s working in a few hours.

    Thank you so much!

Viewing 2 replies - 16 through 17 (of 17 total)
  • The topic ‘Thrive themes compatibility’ is closed to new replies.