eleopard
Forum Replies Created
-
Forum: Plugins
In reply to: [Animate It!] Scroll Offset (in percentage):Hi Rob,
Thanks for using the Animate It!
Scroll offset refers to the amount of element visible in the screen, after the element is visible as per the scroll offset, the animation starts.
e.g. let’s say you have added an animation to an image if size 100px x 100px. And the scroll offset is set to 50%.
Now, when you scroll down the page to that image. The Animation will start after the image is 50% visible in the screen area (in this case, half the image is visible, 50px).
In case you have set scroll offset to 0%, the image will animate as soon as you scroll to it, and its visible on the screen.
Hope this helps 🙂
Forum: Plugins
In reply to: [Animate It!] Animate it not workingIt took time explaining the issue in email 🙂
Forum: Plugins
In reply to: [Animate It!] Animate it not workingI need to Inspect the elements to see any CSS conflicts.
So it would have to be seeing the page in the browser at least.You can enable password protected view, so only people with a password can see the page.
Please email the password and post link to contact@eleopard.in so that its private.
You can do it by following the steps here: https://www.elegantthemes.com/blog/tips-tricks/how-to-set-up-password-protected-site-areas-in-wordpress
Forum: Plugins
In reply to: [Animate It!] Animate it not workingYou can paste it here in the message.
Or you can send it to contact@eleopard.inBoth would work for me.
Forum: Plugins
In reply to: [Animate It!] iterations – is this possible using just CLASSES?Dear Dmullerdesign,
Thanks for using the Animate It!
Yes, when the help of a little custom CSS classes to achieve various times the animation occurs.e.g. Let’s say you wish to Animate an object 3 times, then follow the below steps:
1. In the WordPress backend, go to Settings > Animate It! > Custom CSS box and paste the following:
.repeat3{ animation-iteration-count: 3; }2. In the CSS box of the object add “repeat3” classes with the animations:
So
animated shake delay4 duration4becomes
animated shake delay4 duration4 repeat3You can add more CSS tules for other numbers of animations.
Let me know if this works for you.Forum: Plugins
In reply to: [Animate It!] Animate it not workingDear Shay3am,
Thanks for using the Animate It!
It seems like a conflict between the build-it option and Animate It! classes.
Could you please share the link to the page where you have this issue?
Forum: Plugins
In reply to: [Animate It!] Animation and responsive grids with changing row countDear AndyiBM,
For smaller screens, if you set the delay on load, the elements would load even before users scrolls to them. If that’s not a problem with your case, then it would work fine.
The issue is changing the delay on the runtime (when 4s grid changes to 3s).
So in this scenario, “Good enough” is all one can hope for 😀Forum: Plugins
In reply to: [Animate It!] Animation and responsive grids with changing row countHi AndyiBM,
Thank you for using Animate It!
Regarding the issue, I am afraid there is no additional setting to achieve this.
However, one possible solution is to keep entry_delay same for every element and apply animate on the scroll for all the rows.
So that even on small screen when the row breaks down, the elements that will move to the bottom will animate on the scroll and those who are already in the viewport area will animate on load.Let me know if it helps.
Forum: Plugins
In reply to: [Animate It!] Can I add this to header.php theme file?You’re most welcome.
Forum: Plugins
In reply to: [Animate It!] Can I add this to header.php theme file?Hello,
Thank you for using Animate It!.
Regarding the issue, please try the below code snippet:
<?php echo do_shortcode('[edsanimate_start entry_animation_type="fadeInLeft" entry_delay="0.5" entry_duration="0.5" entry_timing="linear" exit_animation_type="" exit_delay="" exit_duration="" exit_timing="" animation_repeat="1" keep="yes" animate_on="load" scroll_offset="" custom_css_class=""]HTML Content here[edsanimate_end]'); ?>let me know if it works.
Please note that whenever you copy the code from WordPress editor, remember to copy from the “text” mode.
- This reply was modified 7 years, 8 months ago by eleopard.
Forum: Plugins
In reply to: [Behance Portfolio Manager] Linking to a specific categoryDear Elvencat,
Thanks for using the Portfolio Manager.
I am afraid this feature is not yet available in the Plugin.
However, it is a good idea and we’ll make sure to avail of it in the next version.Forum: Plugins
In reply to: [Animate It!] Thrive themes compatibilityDear 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.
Forum: Plugins
In reply to: [Animate It!] Thrive themes compatibilitySure thing.
I’ll check again in 20-30 mins.
Forum: Plugins
In reply to: [Animate It!] Thrive themes compatibilityDear Astrid,
I just checked and the animations are working perfectly for me.
I checked on Firefox, Chrome, and Edge.Please check and let me know if they are working ok for you as well.
Forum: Plugins
In reply to: [Animate It!] Thrive themes compatibilityDear Astridmanzo,
If possible, could you add it again for a short time?
Just add it on any page that’s not visible on the menu, and send me the link.Thanks.