eleopard
Forum Replies Created
-
Forum: Plugins
In reply to: [Animate It!] on scroll animation is not workingDear ohitz,
The animation is working on-scroll for “Best Sellers” module on your home page.
However, one thing to notice is that, the slider you are using loads after some time. Due to which, the module that should be at the lower end of the page shifts upward. This cause animation to start immediately.Kindly provide a minimum height or fixed height to the slider container so that the elements will remain in the same position even if the slider loads after some time.
Forum: Plugins
In reply to: [Animate It!] Image not appearing at all – possibly because of themeDear databrokerrob,
We have done some analysis and found that javascripts related to Animate It! plugin are either not getting loaded or get merged into a minified common JS.
If you are using any plugin for combining and to minify the JS, please deactivate that plugin and check. Also if there is any setting in the plugin to exclude Animate It! related JS then please do that and check if it works.
Forum: Plugins
In reply to: [Animate It!] on scroll animation is not workingHey ohitz,
Thank you for using Animate It!. Could you please point out the section where you are trying to apply onScroll Animation.
Forum: Plugins
In reply to: [Animate It!] Image not appearing at all – possibly because of themeHey databrokerrob,
Thankyou for using Animate It!. Could you please provide the URL of your website so that we can analyze this issue.
Forum: Plugins
In reply to: [Animate It!] Cannot get of of plugin code!Dear NEAL,
Apologies for the inconvenience. I assure you, Animate It! does not have any hidden code. The issue might be due to some kind of caching performed at server end.
In order to analyze this further, we need to access the Admin dashboard. Could you please send the URL of your website and test credentials at contact[at]eleopard[dot]in.Regarding the scrolling issue, there is an option under Settings -> Animate It! to enable or disable vertical and horizontal scrolling.
Forum: Plugins
In reply to: [Animate It!] Scroll animation doesn't work as intendedHey tkey1,
Note that you are using wrong class “ends-on-scroll”. It is “eds-on-scroll”.
Please let us know if it works.
Forum: Plugins
In reply to: [Behance Portfolio Manager] Multiple error notices on "All Projects" pageHey drewhagni,
Regarding the notices, it is because debugging mode is enabled on your WordPress.
In order to disable debugging mode, please change the WP_DEBUG variable to false in wp-config.php.Forum: Plugins
In reply to: [Behance Portfolio Manager] Project names not showingDear Veronica,
Glad to know it finally worked.
Please take some time to write a few good words about this Plugin.By the way, awesome work on the website 🙂
Forum: Plugins
In reply to: [Behance Portfolio Manager] Project names not showingHi vearaujof,
We have released new version of the plugin with the fixes.
Kindly update the plugin and sync all the projects having issues with the title.Forum: Plugins
In reply to: [Animate It!] CSS to enable this to plugins?Dear catmaniax,
You can place classes in your images this:
1. In an DIV wrapped around the image
<div class=" animated rubberBand delay2 duration10 infinite "> <img src="http://www.downloads.eleopard.in/images/logo.png" /> </div>2. In class attribue of the media:
<img class=" animated rubberBand delay2 duration10 infinite " src="http://www.downloads.eleopard.in/images/logo.png" />Please let me know if this works for you.
Forum: Reviews
In reply to: [Animate It!] funny pluginI guess Google Translate messed the translation 😀
Thanks a lot lot for the good rating though.Forum: Plugins
In reply to: [Animate It!] CSS to enable this to plugins?Hey catmaniax,
Thankyou for using Animate It!.Regarding the question, you can use class generator http://www.downloads.eleopard.in/class-generator-wordpress to generate animation classes and add these classes to the “custom CSS” option of the plugin where you wish to apply the animation.
For details please check the documentation here: http://www.downloads.eleopard.in/animate-it-documentation-wordpress
Forum: Plugins
In reply to: [Animate It!] Starting OnLoad rather than OnScrollAs there has been no reply for a month now. I am marking this as resolved. However, please feel free to reply on it if you are still facing any issues.
Forum: Plugins
In reply to: [Animate It!] Doesn't animate on ios Phone safariAs there has been no reply for a month now. I am marking this as resolved. However, please feel free to reply on it if you are still facing any issues.
Forum: Plugins
In reply to: [Animate It!] Animation Should appear everytime scrolingWe have tried implementing the same, however, there are some performance issue. We will let you know as soon as it is implemented.