eleopard
Forum Replies Created
-
Forum: Plugins
In reply to: [Animate It!] Validation error due to attribute eds_scroll_offsetSince 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!] I want to animate pics and text in the same place in the pageSince 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!] Not animating on Scroll space beforeDear Tulika,
First of all, sorry for the late reply, somehow your question skipped my eyes.
You can make this situation work by placing custom coded div contents, one over the other. An example similar situation can be seen on this thread: http://www.downloads.eleopard.in/forum/questions-ai/206-help-with-text-slider.html?limitstart=0
Here the user wanted to add 4 blocks, appearing and going after another, in the same place. Please let me know if this works for you.
Forum: Plugins
In reply to: [Animate It!] Does not work with Safari 9.0.3Glad to know it’s working 🙂
Forum: Plugins
In reply to: [Animate It!] Animation start from footer pageDear Adam,
it seems like a CSS conflict between the plugin and the theme.
Could you please post a link to the page where you have this issue.Forum: Plugins
In reply to: [Animate It!] Copy code from animate it and apply to other css classesHey,
You can use http://www.downloads.eleopard.in/class-generator-wordpress.html to generate CSS classes then create DIV ( you can use other HTML tags also )and apply these classes along with other CSS classes you want.
<div class="<GENERATED CSS CLASS>"> <YOUR CONTENT> </div>OR
You can use animate it block generated using Animate It! Button and then place it within a DIV (you can use other HTML tags also ) tag. Apply the custom classea on this DIV tag.
<div class="<CUSTOM CLASSES>" > <ANIMATE IT BLOCK> </div>Forum: Plugins
In reply to: [Animate It!] Animation Should appear everytime scrolinghey,
Thankyou for using our plugin, Regarding the question, currently the plugin only support one time on scroll animation.
We will try to implement this in the coming version
Forum: Plugins
In reply to: [Animate It!] Animate it with CkeditorCurrently the button only works with default editor
Forum: Plugins
In reply to: [Animate It!] Alignment IssueHey,
Sorry for the late reply,
You can put all your code inside a<div></div>tag and set the alignment to center. e.g.<div style="text-align:center"> [edsanimate animation="bounceInRight" delay="10" infinite_animation="no" animate_on="" ] Platinum PLUS! NEW for 2016! [/edsanimate] $149.95 / 12 Months Renews Yearly $59.95 - Cancel Anytime </div>Forum: Plugins
In reply to: [Animate It!] Alignment IssueCould you please provide the URL of your website so that we can check the issue?
Forum: Plugins
In reply to: [Animate It!] I want to animate pics and text in the same place in the pageRegarding the sequencing you can achieve the same using nested animation please check http://www.downloads.eleopard.in/forum/questions-ai/31-how-do-i-nest-animations-using-the-class-generator.html
Forum: Plugins
In reply to: [Animate It!] Not animating on Scroll space beforeRegarding the sequencing you can achieve the same using nested animation please check http://www.downloads.eleopard.in/forum/questions-ai/31-how-do-i-nest-animations-using-the-class-generator.html
Forum: Plugins
In reply to: [Animate It!] Not animating on Scroll space beforeHey,
Regarding the Animation on Scroll, try to adjust the scroll offset to meet your requirements,
Regarding the space, this might be the issue due to the theme you are using kindly check if there is any space (using padding or margin ) added by your theme on DIV elements.
Forum: Plugins
In reply to: [Animate It!] Validation error due to attribute eds_scroll_offsetHi,
As per my understanding, sometimes custom attributes in DIV tags cause validation errors as it is not a data attribute, however this should not affect the overall working of your website.
Forum: Plugins
In reply to: [Animate It!] Validation error due to attribute eds_scroll_offsetHi,
I looked into your website but not able to find any issue,
Could you please provide more details regarding the issue?