eleopard
Forum Replies Created
-
Forum: Plugins
In reply to: [Behance Portfolio Manager] iOS links not workingDear Ultradesign,
Thanks for using the Portfolio Manager.
Regarding your issue, please try tapping on one of the projects. That would reveal the project name and button for project link.
In case you have already tried tapping on the projects and it still doesn’t work, please send me link to your page and I’ll take a more closer look into it.
Forum: Plugins
In reply to: [Behance Portfolio Manager] IOS Page ErrorDear Patrick,
Regarding the issue, could you please check if the debug mode is on at your end?
In order to do so, please follow below instruction:
1. In the root folder of your WordPress installation, there is a file wp-cofig.php
2. Open the file in any editor and look for “WP_DEBUG”
3. check the value of WP_DEBUG, if it is true, set its value to false,
define('WP_DEBUG', true);let me know if it works
Forum: Plugins
In reply to: [Behance Portfolio Manager] IOS Page ErrorDear Patrick,
We have tested the website and single project page in both Android and iPhone5.
And we did not experienced any crashes, just slow images loading.Could you be more specific, as to what device you are using, and the browser name and version?
Also, please check if the browser you are using is updated to the latest version.Thanks.
Forum: Plugins
In reply to: [Behance Portfolio Manager] IOS Page ErrorDear pmathis09,
Thanks for using the Portfolio Manager.
Apologies for any inconvenience caused due to the Plugin.This is indeed a strange bevaiour.
Could you please share link to your portfolio page?
That help us look into the issue in detail.Forum: Plugins
In reply to: [Animate It!] animation on scroll is not workingDear Fantasmo,
Yes it would be definitely helpful if you have the website online.
In the meantime, please try decreasing the scroll offset to see if that solves the issue. Another thing you can do is to disable each Plugin one by one, and then checking if that makes the animations normal. Sometimes, a conflict with another plugin can also cause this behavior.
Please let me know once the website is online. I’d be happy to look into this further.
Forum: Plugins
In reply to: [Animate It!] Animations not working correctly on scrollDear thomascrowd,
Regarding your issue, could you please contact our technical team at contact@eleopard.in?
They will further look into this.Forum: Plugins
In reply to: [Animate It!] Animations not working correctly on scrollDear thomascrowd,
Thank you for using Animate It!.
Regarding point 2, please increase the value of scroll offset to 100.
For point 3 and 4, CSS class
et_pb_animation_offadded by theme is creating problem. Please add the following CSS classes in “Custom CSS” field under
Settings -> Animate It.eds-scroll-visible { opacity: 1 !important; } .eds-scroll-hidden, .edsanimate-sis-hidden { opacity: 0 !important; }Please let us know if it works.
Forum: Plugins
In reply to: [Animate It!] animation on scroll is not workingDear Fantasmo,
Could you please post the link to the page, where this issue is?
this would help me get a closer look.Forum: Plugins
In reply to: [Animate It!] Doesn’t add classes in Site Origin Page BuilderGlad to know it worked. Please feel free to let me know if you have any other issues.
Forum: Plugins
In reply to: [Animate It!] Doesn’t add classes in Site Origin Page BuilderDear Fantasmo,
Thanks for using the Animate It!
We have encountered Site Origins issue before.
It is a simple work-around. Instead of adding classes to Animate It! Classes, please add the Animations in Widget Styles . Attributes > Widget Class boxPlease refer to this screenshot for more info:
https://www.dropbox.com/s/d06oiod5wxbn3rf/site-origin-classes.jpg?raw=1

Please let me know if this solutions works for you.
- This reply was modified 8 years, 11 months ago by eleopard.
Forum: Plugins
In reply to: [Behance Portfolio Manager] Project Import ErrorMarking this as resolved, please let me know if you have any further issue.
Forum: Plugins
In reply to: [Behance Portfolio Manager] Project Import ErrorDear miguelnduarte,
As per our analysis, the possible reason for this is:
1. Tables are not created in the WordPress.
2. PHP version conflict.Could you please contact our technical team regarding this issue at contact@eleopard.in ? they will surely resolve your issue.
Forum: Plugins
In reply to: [Behance Portfolio Manager] Project Import ErrorHi miguelnduarte,
Thank you for using Behance Portfolio Manager.
Regarding the issue, before importing projects, you need to create atleast one category to map the projects.
Please create at least one category from Portfolio Manager -> Categories and then import the projects.Let us know if you face any further issue.
Forum: Plugins
In reply to: [Behance Portfolio Manager] Thumbnail aspect ratioDear Phil,
Apologies for missing this. Please add the following to existing CSS
.isotope-item{ height: 172px !important; }This should make the spacing a perfect 20px.
- This reply was modified 8 years, 11 months ago by eleopard.
Forum: Plugins
In reply to: [Behance Portfolio Manager] Thumbnail aspect ratio@johnbabba. Thanks for the support. However, this would require some CSS modifications.
Dear Phil,
Please add the following CSS to
Portfolio Manager > Settings > Advanced Tab > Custom CSS Box.eds-bpm-view, .eds-bpm-view .eds-bpm-mask, .eds-bpm-view .eds-bpm-content{ height: 172px; }This should resolve the issue.