eleopard
Forum Replies Created
-
Forum: Plugins
In reply to: [Behance Portfolio Manager] No API keys?Hi Jonathan,
Please send an email to contact@eleopard.in with the thread link.
Forum: Plugins
In reply to: [Animate It!] Gutenberg supportthis should work:
<div class=βhome-cta-green animated rubberBand duration1 eds-on-hoverβ> Some content here </div>You can replace DIV tags with button, a, p, heading etc.
Forum: Plugins
In reply to: [Animate It!] Help animating site logoDear fiyahmayne,
I believe this can be done by adding a few lines of custom CSS.
Please tell me what animation do you have in mind for the logo?Forum: Reviews
In reply to: [Animate It!] Awesome pluginDear needwebita,
Thanks for such an awesome review.
We are working towards adding the animation blocks available in Block editor as well. You can however, use the following workaround:
https://wordpress.org/support/topic/gutenberg-support-52/Forum: Plugins
In reply to: [Animate It!] Animate existing object using CSSHi Cookie Architect,
Apologies for the delayed reply, and thanks for using the Animate It!
HI am afraid on scroll cannot be added using the CSS, it would require adding the actual class, which is then detected by script to apply the On Scroll animation.
For the rest you can just add the classes.
this should do the trick for you:.button, .product { /* Animation General Classes */ -o-backface-visibility: hidden; -moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; animation-fill-mode: both; transform: translate3d(0, 0, 0); -o-animation-fill-mode: both; -o-transform: translate3d(0, 0, 0); -moz-animation-fill-mode: both; -moz-transform: translate3d(0, 0, 0); -webkit-animation-fill-mode: both; -webkit-transform: translate3d(0, 0, 0); } .button { /* Animation Duration */ -webkit-animation-duration: .5s !important; -moz-animation-duration: .5s !important; -ms-animation-duration: .5s !important; -o-animation-duration: .5s !important; animation-duration: 0.5s !important; /* Animation Name */ -webkit-animation-name: fadeIn; -moz-animation-name: fadeIn; -o-animation-name: fadeIn; animation-name: fadeIn; } .product { /* Animation Duration */ -webkit-animation-duration: .5s !important; -moz-animation-duration: .5s !important; -ms-animation-duration: .5s !important; -o-animation-duration: .5s !important; animation-duration: 0.5s !important; /* Animation Name */ -webkit-animation-name: fadeInUp; -moz-animation-name: fadeInUp; -o-animation-name: fadeInUp; animation-name: fadeInUp; }Please let me know if it works for you.
Forum: Plugins
In reply to: [Animate It!] Gutenberg supportHi Vallered,
Apologies for the delayed reply.
The thing is, when we first started the Animate It! plugin, we used animate.css, a free CSS provided under creative common license. So we were not allowed to modify it.
Hence, from that point on, it became difficult to use our own custom CSS classes.
Forum: Plugins
In reply to: [Behance Portfolio Manager] Can i start to use this plugin now?Replied in the email π
Forum: Plugins
In reply to: [Animate It!] Gutenberg supportHi Vallered,
Thanks for your interest in Animate It!
You can add a Classic Editor Block in Gutenberg to see the Animate It! button.
just do the following:1. Click the + button you see on the left of posts, and select Classic Editor:
https://shared-assets.adobe.com/link/ce494404-7bf3-42b1-7685-b995bda5ab502. As soon as the Classes Editor loads, you should see the Animate It! button
https://shared-assets.adobe.com/link/01188aec-f1e1-465e-6658-d90014bcf4a7you can generate the animations using this button.
__________________________________Secondly, you can generate the animation classes from here:
https://www.downloads.eleopard.in/class-generator-wordpressAnd Paste these class in the Custom CSS box of any Gutenberg block you want.
https://shared-assets.adobe.com/link/1e01329b-de65-4dd4-64ff-974752a5b933Hope this helps.
Dear bobator,
Thanks for showing your interest in Portfolio Manager.
You can still use the plugin using one of our spare API keys.Please email contact@eleopard.in with this thread link, and I’ll get back to you.
Forum: Plugins
In reply to: [Behance Portfolio Manager] remove gray border from single projectHi,
So you want to remove the Grey line below: All. Corporate etc tabs in http://www.andreaverzola.com/portfolio-behance/
.eds-bpm-section ul{ border-bottom: 0 !important; }and Grey border throgh ot the singpe project page in
http://www.andreaverzola.com/portfolio-behance/bproject/laped-still-life-2019-1/#bop-project-left{ box-shadow: none !important; }Paste the above CSS in WordPress Backend, Portfolio Manager > Settings > Advancd Tab > Custom CSS Box
Forum: Plugins
In reply to: [Behance Portfolio Manager] remove gray border from single projectDear Andrew,
When I open the link http://www.andreaverzola.com/portfolio-behance/bproject/daniel-bob-still-life-2020/ I do not see the single behance project.
Here is the screenshot from my end
https://adobe.ly/2vLdI3RForum: Plugins
In reply to: [Animate It!] Doubt related to animationDear crowley666,
Thanks you for using the Animate It!
You can use definitely used the Animation classes to have a beat like infinite animation e.g.
animated wiggle delay1 duration1 infiniteHowever in order to apply it on specific cases (e.g. when a donor makes a contribution to a cause, animation is triggered), you will have to add custom scripts on your end.
Forum: Plugins
In reply to: [Animate It!] latching movementDear Intman1958,
Apologies for the delayed reply due to holidays in India.
I am a bit confused about the requirement.
Can you send me an example animation that you have seen somewhere?Forum: Plugins
In reply to: [Animate It!] Animation Causing Page to expand its widthDear Jcpacelli,
I checked your page on Chrome and Firefox, and horizontal scroll is not visible to me.
I also added class slideInRight to Google map box using Inspect element. But it is working fine for me, and no horizontal scrollbar is visible whatsoever.
Please let me know if I am missing something.
Forum: Plugins
In reply to: [Animate It!] Animation Causing Page to expand its widthDear jcpacelli,
Thanks for using the Animate It!
Some animation have been known to have this kind of effect.
Please try the following:In the WordPress backend, go to Settings > Animate It! and make sure that the “Hide Horizontal Scrollbar:” is set to Yes.
If it is set to Yes, and the issue still occurs, please add the following CSS in the Custom CSS box.
body{ overflow-x: hidden !important; }Let me know if one of these solutions work for you.