eleopard
Forum Replies Created
-
Forum: Plugins
In reply to: [Animate It!] Animation Should appear everytime scrolingThank you for using our plugin,
We are working on it, there are some concerns related to performance.
Will definitely try to implement this ASAPForum: Plugins
In reply to: [Animate It!] animate it not working after update@julievelghe
Glad to know it worked.
Please don’t forget to rate us. https://wordpress.org/support/view/plugin-reviews/animate-it
thanksForum: Plugins
In reply to: [Animate It!] animate it not working after updateNew version is release that should take care of this issue.
Please let me know if it works ok
Forum: Plugins
In reply to: [Animate It!] animate it not working after updatePlease add duration class( duration1 to duration20 ) where ever you added the animation classes using class generator.
e.g. Currently on your website, block showing “Budget Hosting” “Medium Hosting” and “Pro Hosting” contain animation classes. Just add one more class “duration1” to all of them. It should start working as before.
for higher duration you can add duration1 to duration20.
you can also use class generator http://www.downloads.eleopard.in/class-generator-wordpress.html to generate the sameForum: Plugins
In reply to: [Animate It!] animate it not working after updateJust released new version of the plugin, Kindly update and check if it solves your problem.
Forum: Plugins
In reply to: [Animate It!] animate it not working after updatecould you please provide URL of the website.
Meanwhile please check answer to the last question here:
https://wordpress.org/plugins/animate-it/faq/
Let me know if this helpsForum: Plugins
In reply to: [Animate It!] animate it not working after updateHi,
Try to add duration attribute.
for default add duration=”1″
for example:
[edsanimate animation="zoomIn" duration="1" infinite_animation="no" animate_on="scroll" ]Please check if this works
Forum: Plugins
In reply to: [Animate It!] Animation start from footer pagePlease let me know if it works *Fingers Crossed*
😀Forum: Plugins
In reply to: [Behance Portfolio Manager] text formatting bad on mobileHi,
The link for the screenshot is not working,
Could you please provide the URL of your website so that we can analyze it furtherForum: Plugins
In reply to: [Animate It!] Class Generator now not workCould you please add duration classes also
for example duration1 for 0.5 sec etc.
you can generate the same using
http://www.downloads.eleopard.in/class-generator-wordpress.htmlForum: Plugins
In reply to: [Animate It!] Class Generator now not workHi,
Could you please provide the URL of your website so that we can analyze the issue
Forum: Plugins
In reply to: [Animate It!] Animation start from footer pageDear Adam,
I did a thorough research about this, and I am afraid I am not able to find a generic solution anywhere about this issue.
About your particular case, where you wish to add a fadeInUp animation to the footer. A possible solution here would be to add overflow-y:hidden to site-info area.
So the css rule to be added here is:
.site-info{ overflow-y: hidden; }I am a bit helpless here as the animate.css itself cannot find a solution here. Please do let me know in case you stumble upon something.
Forum: Plugins
In reply to: [Animate It!] Animation start from footer pageDear Adam,
The Animate.css is applied in such a way that elements going out of the screen will automatically increase the website width/height. So we cannot prevent the increase/decrease of the scrollbars. We can, however, hide them.
Now, when this increase/decrease happens vertically, we cannot hide the vertical scrollbar, as it would disable scrolling the page.
We can however, prevent the horizontal Scrollbar from appearing, by adding the following CSS code to style.css or similar file.
body{ overflow-x: hidden !important; }This solution would be released in our next update, coming in a few days.
Forum: Plugins
In reply to: [Animate It!] Random tags being generatedSince this topic has no reply for the past 30+ days, I am marking it as resolved. Please feel free to start a new thread in case you still have the issue.
Forum: Plugins
In reply to: [Animate It!] In Then OutSince this topic has no reply for the past 30+ days, I am marking it as resolved. Please feel free to start a new thread in case you still have the issue.