eleopard
Forum Replies Created
-
Forum: Plugins
In reply to: [Animate It!] Classes in Widgets on Page Builder Not WorkingDear Luis,
The animation is appearing as soon as the page loads. And by the time you scroll to the image, the animation is already finished.
Please add “eds-on-scroll” to the classes. The animation classes would then be:
animated rotateInDownRight delay2 duration6 eds-on-scrollLet me know if this works.
Forum: Plugins
In reply to: [Animate It!] Animating site header and site descriptionDear Gwen,
yes it is possible. However, there are different ways to achieve this, as every theme has different ways of showing headers and options.
Could you please share link of the website where you wish to add animations?
Forum: Plugins
In reply to: [Animate It!] Classes in Widgets on Page Builder Not Workinghaha. Sorry for that. I thought there was something wrong with my browser
Forum: Plugins
In reply to: [Animate It!] Classes in Widgets on Page Builder Not WorkingCould you please apply this animation. And then share the page link with me?
Forum: Plugins
In reply to: [Animate It!] Classes in Widgets on Page Builder Not WorkingApologies for the delayed reply.
As mentioned above, you can enter the Animate It! classes in Widget Styles.
Path: Attributes > Widget Class boxThis box is always there when you add any Widget or Row in the Post/Page.
Please take a look at this screenshot for more info:https://dl.dropboxusercontent.com/u/44361768/siteorigins-editor.jpg
Please let me know if this helps you understand better.
Forum: Plugins
In reply to: [Behance Portfolio Manager] Not finding projectsThis issue was resolved by updating PHP version to 5.3 or higher
Forum: Plugins
In reply to: [Behance Portfolio Manager] Not finding projectsDear Mysha,
The problem is with the PHP version sued for the web-hosting.
Please ask the hosting support to set PHP version to 5.3 or higher.Please let me know if this resolves the issue.
In order to detect the error, we have installed a File Manager plugin in the backend. After the issue is resolved, we’ll remove it and will notify you.
Forum: Plugins
In reply to: [Animate It!] Alignment IssueHi ebaodhi,
Could you please provide the URL where you are using this code?
Forum: Plugins
In reply to: [Animate It!] Classes in Widgets on Page Builder Not WorkingDear Pinchas,
We had 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: a href=”https://dl.dropboxusercontent.com/u/44361768/site-origin-classes.jpg
Please let me know if this solutions works for you.
Forum: Plugins
In reply to: [Animate It!] Starting OnLoad rather than OnScrollDear bestewar,
Sorry we are not able to access: http://blmprinthouse.com/summit_sustainability/.
One possible solution is you can increase the value of Scroll Offset while applying the animation on scroll.
Forum: Plugins
In reply to: [Behance Portfolio Manager] Can't find the PM button and Layout GeneratorHey guys. We are working on an update which would add Portfolio Manager as an element in Visual Composer.
Stay frosty for the next update 🙂
Forum: Plugins
In reply to: [Behance Portfolio Manager] Layout messed upGreat!!!
If you like our plugin, would you mind taking a few minutes to write a review for us please.
Forum: Plugins
In reply to: [Behance Portfolio Manager] Cant import my portfolioSince there was no reply for over a month, I am marking this as resolved.
Forum: Plugins
In reply to: [Behance Portfolio Manager] Layout Generator missingSince there was no reply for over a month, I am marking this as resolved.
Forum: Plugins
In reply to: [Behance Portfolio Manager] Layout messed upDear Daanaan,
Please use this Solution:
Change the Margins of tiles back to 20px
Paste the following CSS in:
Portfolio Manager > Settings > Advanced Tab > Custom CSS.eds-bpm-main { max-width: 1045px; margin-left: auto; margin-right: auto; } @media only screen and (min-width: 992px) and (max-width: 1199px) { .eds-bpm-main{ max-width: 780px; } } @media only screen and (min-width: 570px) and (max-width: 991px) { .eds-bpm-main{ max-width: 520px; } } @media only screen and (max-width: 569px) { .eds-bpm-main{ max-width: 260px; } }Let me know if this works.
Every theme has its own page widths and break-points, that’s why we cannot write a generic CSS for that.