eleopard
Forum Replies Created
-
Forum: Plugins
In reply to: [Animate It!] Page content is already visible before animationDear Mbehal,
Can’t seem to figure out why this is happening 🙂
Please replace the CSS with the following to see if it works:
.eds-scroll-visible.eds-scroll-hidden{ opacity: 0 !important; } .animated{ opacity: 0; }Also, in case the above does not work, please remove the eds-on-scroll class from the showcase animation. Since this is visible as soon as the page loads, no need to have it on scroll.
Let me know if any of the above solutions work for you.
Forum: Plugins
In reply to: [Animate It!] Not animating on MobileDear Alissit,
I checked the page http://www.amacreator.com/home/ on Chrome and Firefox on my mobile, and the animations worked fine.
I checked the Idea, Plan, Shoot etc titles, and they are Fading in accordingly.
Please let me know in case I am missing anything.
Forum: Plugins
In reply to: [Animate It!] Page content is already visible before animationDear ,
Thanks for using the Animate It!
Looking at the page, it looks like some minor CSS conflict between the them and Plugin’s CSS.
Please try the following:
1. In the WordPress backend, Go to Settings > Animate It! > Custom CSS Box.
2. Paste the following and Save:.eds-scroll-visible.eds-scroll-hidden{ opacity: 0 !important; }Please let me know if this resolves the issue
Forum: Plugins
In reply to: [Animate It!] Not animating on MobileDear Alissit,
Thanks for using the Animate It!
The animations are by default disabled in the mobile, as the animation sometimes behave abruptly due to lesser hardware setup on mobiles.
You can change this by setting the “Enable on Smartphones” and “Enable on Tablets” to Yes in Settings > Animate It!
https://www.downloads.eleopard.in/images/animateit-demo/16/wp6.jpgLet me know if this resolves your issue.
Forum: Plugins
In reply to: [Behance Portfolio Manager] Plugin embeded in visual composerDear Andre,
I talked with the dev team, and this how the Plugin works.
i.e. the single project is loaded in the same place where the mosaic view is added.
So in your case, the single project would load in the homepage, where your have projects mosaic.This is indeed a feature we can work towards showing the single project as a single post type page. Will try to ad it in our future revisions.
Forum: Plugins
In reply to: [Animate It!] Animation Doesn’t stop on mobileDear Mahmoud,
Glad to know the issue was resolved.
Please feel free to let me know if you face any other issues.Forum: Plugins
In reply to: [Behance Portfolio Manager] Works in WP5.1 but without the GerneratorDear Tattoofreak,
Thanks for using the Animate It!
Class generator is on our website. It’s not part of the Plugin.
You can generate the animations of your choice from:
https://www.downloads.eleopard.in/class-generator-wordpressPlease let me know if you face any other issues.
Forum: Plugins
In reply to: [Animate It!] Gernerator is missingDear Tattoofreak,
Thanks for using the Animate It!
Class generator is on our website. It’s not part of the Plugin.
You can generate the animations of your choice from:
https://www.downloads.eleopard.in/class-generator-wordpressPlease let me know if you face any other issues.
Forum: Plugins
In reply to: [Animate It!] Animation not working on mobileGlad to know it worked.
Please feel free to let me know in case you face any other issues.
Forum: Plugins
In reply to: [Animate It!] Animation not working on mobileDear Tolo_mir,
Thanks for using the Animate It!
The animations are by default disabled in the mobile, as the animation sometimes behave abruptly due to lesser hardware setup on mobiles.
You can change this by setting the “Enable on Smartphones” to Yes in Settings > Animate It!
https://www.downloads.eleopard.in/images/animateit-demo/16/wp6.jpgLet me know if this resolved your issue.
Forum: Plugins
In reply to: [Behance Portfolio Manager] Plugin embeded in visual composerDear Andre,
Thanks for bringing this to our attention.
I will ask the dev team to look into this.Meanwhile, have you tried using the SEO friendly URLs?
Let me know if that resolves the issue.https://www.searchenginejournal.com/seo-friendly-wordpress-urls/203926/
Forum: Plugins
In reply to: [Behance Portfolio Manager] Responsive Grid · CSSHi Phil,
Sorry for the delayed reply.
Got busy with some personal works.Regarding the CSS, I’d love to modify the CSS according to the new theme.
However, when I open up wiener-bo.de , the portfolio projects open up in Behance.
Also, there is not requirement for userid and pass as mentioned.Note: Just in case you need to provide login accesses of any type in the future. Please email them to contact [at] eleopard.in
Thanks.
- This reply was modified 7 years, 3 months ago by eleopard.
Forum: Plugins
In reply to: [Behance Portfolio Manager] Responsive layout single page portfolioSometimes, custom theme requires some extra CSS setup
Glad to know that it worked 🙂Please feel free to let me know in case you have any other issues.
Marking the issue resolved for now.Forum: Plugins
In reply to: [Behance Portfolio Manager] Responsive layout single page portfolioDear Andrea,
Sorry for the inconvinience.
Tested again, and now this code seems to be working fine:
Please remove the previously added code from the Custom CSS box, and add the following.@media only screen and (max-width: 720px) { #content .jn-padding{ display: inline-block; } #bop-project-left { min-width: unset; } }Forum: Plugins
In reply to: [Behance Portfolio Manager] Responsive layout single page portfolioDear Andrea,
Thanks for using the Portfolio Manager.
I check your website, and the issue with the mobile view is due to the theme’s CSS.This should do the trick:
1. In the WordPress admin, go to Portfolio Manager > Settings > Advanced Tab.
2. Paste the following CSS in the custom CSS box:@media only screen and (max-width: 720px) { #content .jn-padding{ display: inline-block; } }3. Save
This should make the project appear properly in the mobile view.
Let me know if this works.