eleopard
Forum Replies Created
-
Forum: Reviews
In reply to: [Animate It!] Gutenberg editorYou can add a Classic Editor Block to see the Animate It! button.
just do the following:1. Click the + button you see on the left of posts.
https://adobe.ly/2MmPv7O2. As soon as the Classes Editor loads, you should see the Animate It! button
https://adobe.ly/2vaCVE5you can generate the animations using this button.
___________________________________________
In case you wish to use the Default Classic editor on WordPress, you can download it from here:
https://wordpress.org/plugins/classic-editor/this plugin would bring back the Classic editor by default.
Forum: Plugins
In reply to: [Animate It!] Animate a object when link is clickedGlad to know it worked.
Please feel free to let me know if you face any other issues.Marking this ticket resolved now.
Forum: Plugins
In reply to: [Animate It!] Animate a object when link is clickedDear Prebbs98,
I checked the page at http://venkes.no/priser I you’ll need to add a custom script to achieve what you need.
Please note that since the elements you wish to animation on click already have animate it classes added. This might cause some conflict. If it occurs, please remove the previously added classes.
_________________________________
1. Download the Plugin Header and Footer Scripts:
https://wordpress.org/plugins/header-and-footer-scripts/2. On your WordPress back end, go to Settings > Header and Footer Scripts and paste the following script in the Footer section:
<script> (function($){ console.log("hi"); $('body').on('click', '.service-anchor', function (e) { console.log("hello"); var svcBlockSelector = $(this).attr('href'); var $svcBlock = $(svcBlockSelector); $svcBlock.removeClass("animated rubberBand delay1 duration1"); setTimeout(function () { $svcBlock.addClass("animated rubberBand delay1 duration1"); }, 100); }); })(jQuery); </script>Note: I have used rubberBand animation here. You can replace it with any other animation if you want.
3. Add the class service-anchor to the links Herreklipp, Dameklipp etc. that are on top.
_________________________________
Please test it out and let me know if this works for you.
Forum: Plugins
In reply to: [Animate It!] Animate a object when link is clickedDear prebbs98,
Apologies for the delayed reply.
Thanks for using the Animate It!I am not able to open the GIF you shared.
https://im7.ezgif.com/tmp/ezgif-7-9623a097c778.gifGetting the error: 404 – image not found.
Forum: Plugins
In reply to: [Animate It!] Make animations work togetherDear Jaidenf,
Thanks for using the Animate It Plugin.
The features you wish are not possible with the Animate It!
I am afraid I cannot think of any other plugin that would be helpful here as well.You can achieve these by writing custom scripts in your theme.
Forum: Plugins
In reply to: [Behance Portfolio Manager] The colors of the photos changeHi Andrea,
It looks like you have re-uploaded the images of the project.
This is the image stored on your end:
https://i0.wp.com/mir-s3-cdn-cf.behance.net/project_modules/source/79d12290481585.5e1854255df9e.jpgThis is the image on Behance:
https://mir-cdn.behance.net/v1/rendition/project_modules/1400/79d12290481585.5e1854255df9e.jpgAlso, I imported the same project on my test server, and the image looks fine:
https://wp5.wpdevcloud.com/test-andrea/bproject/faedesfa-2019/I’d suggest you to re-sync the projects that have the images updated.
This is how to do it:
https://adobe.ly/2si5caDLet me know if this works for you.
- This reply was modified 6 years, 4 months ago by eleopard.
Forum: Plugins
In reply to: [Behance Portfolio Manager] The colors of the photos changeDear andrea,
Thanks for using the Portfolio Manager.
I checked your website on Firefox and Chrome, and it is looking fine.
No abrupt color is visible anywhere.Here are the screenshots:
https://adobe.ly/2FAkAlF
https://adobe.ly/2QYWSFaThis might be the hardware or graphics issue on your system.
Please check the website on some other computer or mobile device, if you see the same thing.Forum: Plugins
In reply to: [Animate It!] Anime on scroll upDear Sosuire,
Thanks for the good words.
However, I am afraid Animate It! does not supports this feature.
Animations are only loaded once, when scrolling.Forum: Plugins
In reply to: [Animate It!] Editing in new editorDear Letiahbell,
Thanks for using the Animate It!
For all the sections, you can add the Animation Classes to the Custom CSS box available for all the editors.
All you’d have to do is:
1. Generate and copy the animations from Animation Generator:
https://www.downloads.eleopard.in/class-generator2. Paste the classes in the Custom CSS Classes box.
https://adobe.ly/2qpcq85Please let me know if this works for you.
Forum: Plugins
In reply to: [Animate It!] Problems with multisite installationHi Stephan,
I had just starting to do some reading on the issue 🙂
Glad to know that it’s is resolved.Please feel free to let me know if you face any other issues.
Forum: Plugins
In reply to: [Animate It!] issues after deactivationDear Stephan,
When the Plugin is activated, the Shortcodes you have put are read by the plugin and animations are applied, thus hiding the shortcodes.
However, when you remove the Plugin, there is nothing to read these shortcodes, and hence they would appear as texts.
So if you wish to remove the plugin, You’ll have to remove the ShortCodes as well.
This happens for all the WordPres plugins which use Shortcodes.Hope this makes sense.
Forum: Plugins
In reply to: [Behance Portfolio Manager] Pm icon not showing in Page / Post editorDear Benjamin,
Thanks for using the Portfolio manager.
Yes the Plugin works with the Gutenberg editor. Please follow these steps:While using the Gutenberg editor, you can add a Classic Editor block.
https://adobe.ly/2MmPv7OAfter opening the Classic editor, you should see the Portfolio manager icon.
https://adobe.ly/2WGyBq1Please let me know if this works for you.
Forum: Plugins
In reply to: [Behance Portfolio Manager] Pop Up doesn’t show when clicking Import buttonHi nzrdn,
Thanks for using the Portfolio Manager.
This seems like a scripting conflict issue.Please send an email to contact@eleopard.in with the link to this thread.
Our dev team will get in touch with you.Forum: Plugins
In reply to: [Animate It!] How to smooth the animation because now it is too fastDear r1nk,
Thanks for using the Animate It!
I see you have used the fadein animation now.FadeinRightBig animation starts from far right of the page.
Now, when you set the duration to 5 seconds, the animation stats from far rights of the page, and the image slowly moves to its final position slowly.So what you are experiencing is not the delay, but the slow animation.
You can try setting the Timing option to easeIN to see if it works as per your expectations.Forum: Plugins
In reply to: [Animate It!] Animations are changing my fontDear Agatten,
Thanks for using the Animate It! plugin.
Please post the link were you are facing this issue.
It seems like a CSS conflict in your Theme.