eleopard
Forum Replies Created
-
Forum: Plugins
In reply to: [Behance Portfolio Manager] Pm not compatible with Divi ThemeDear Suit Team,
Glad to know it worked.
I am closing this issue now. Please feel to repoen it if you have any issues.Forum: Plugins
In reply to: [Animate It!] on mobile doesn’t work properlyDear Ivano,
Thanks for using the Animate It!
The issue is not the delay here, but the scroll offset.
Its the offset that triggers the animation after the element is that much inside the browser window.You can set it to a smaller value to fix it.
Simply, go to Settings > Animate It! and set the “Scroll Offset (in percentage):” to a small value, e.g. 10 or 5.Here’s a screenshot for more info:
https://www.downloads.eleopard.in/animate-it-documentation-wordpress#notePlease let me know if this works for you.
- This reply was modified 8 years, 1 month ago by eleopard.
Forum: Plugins
In reply to: [Behance Portfolio Manager] Pm not compatible with Divi ThemeDear Thesuitteam,
Thanks for your interest in the Portfolio Manager.
Regarding Divi, and any other WordPress builders. The have their own code and it would be impossible to integrate with all the builders 🙂
However, this simple workaround should be helpful in your case.
1. Create a new post. Use default WordPress editor.
Click on “Use default editor” button
https://elegantwebdesign.nl/wp-content/uploads/2017/09/visual-builder-1.jpg2. Add the shortcode using the Portfolio Manager button visible now. Copy the shortcode and delete the post.
3. In the post/page where you want to add the portfolio, Use Full Width Code module from Divi builder and paste the Shortcode.
This would actually should go well for any other shortcodes as well.
Please let me know if this works for you.Forum: Plugins
In reply to: [Behance Portfolio Manager] Grid ResponsivityDear Phil,
Thanks for such good words 🙂
Regarding the centering of elements, please replace the previous CSS with the following:
.portfolio-column { margin-left: auto !important; margin-right: auto !important; } .portfolio-column h3 { margin-left: 10px; } @media only screen and (min-width: 1020px) and (max-width: 1260px) { .portfolio-column { max-width: 960px; } } @media only screen and (min-width: 800px) and (max-width: 1019px) { .portfolio-column { max-width: 720px; } } @media only screen and (min-width: 768px) and (max-width: 799px) { .portfolio-column .eds-bpm-main{ max-width: 480px; margin: 0 auto; } .portfolio-column .fusion-text{ text-align: center; } } @media only screen and (max-width: 767px) { .portfolio-column { max-width: unset; } .eds-bpm-main{ max-width: 232px; margin-left: auto; margin-right: auto; } .portfolio-column h3 { text-align: center; margin-left: 0; } }Let me know if this works.
Forum: Plugins
In reply to: [Behance Portfolio Manager] Adding two “Single Projects” on one pageDear Matt,
Thanks for using the Portfolio Manager.
The issue looks like a bug. We will work on it in the next release.
Meanwhile, this simple work around would be good for you:
1. Go to Portfolio Manager ? Settings ? Advanced Tab > Custom CSS
2. Paste the following:
#bop-project{ opacity: 1 !important; }Let me know if this works.
Forum: Plugins
In reply to: [Animate It!] Greyed outDear,
This indeed seems a strange behavior.
Do you have some additional plugins/page builders that open the similar modal window? Maybe that’s the reason for the conflict.
I am just guessing here, but I believe this should work.
1. Add this Plugin to your website:
https://wordpress.org/plugins/add-admin-css/2. Go to Appearances > Admin CSS
3. paste the following in
.mce-window.mce-in { z-index: 999999 !important; }4. Save
Let me know if this works for you.
Also, Please let me know in case this causes conflict with any other modal windows.
Forum: Plugins
In reply to: [Animate It!] It does not workDear Carlopen,
Thank you for using Animate It!.
Regarding the Issue, I checked the Source of the page http://www.dms.ideyatech.info/. However, I am not able to find any CSS or JS file related to Animate It! plugin.
Please make sure that Animate It! is enabled from the backend.
Forum: Plugins
In reply to: [Behance Portfolio Manager] Output without filterDear Rizkysyazuli,
Thanks for using the Portfolio Manager.
You can get rid of the top filter by adding all the projects to one category, and then selecting single category for the projects view.
If you need to have multiple categories, then do the following:
1. Go to Portfolio Manager > Settings > Advanced Tab > Custom CSS.
2. Paste the following and save:#options > .eds-bpm-option-set{ display: none !important; }This would hide the filters from the top.
Let me know if this works for you.Forum: Plugins
In reply to: [Animate It!] i’m not able to use itDear Ivan,
I am sorry but I am not able to understand.
Can you send me a link to your page, and explain the issue again?Forum: Plugins
In reply to: [Animate It!] i’m not able to use itOh and you can see the demo using Visual composer here:
http://beyond-digital.wpdevcloud.com/post-for-ivan/This is test website of ours using Visual Composer.
Forum: Plugins
In reply to: [Animate It!] i’m not able to use itDear Ivan,
Thanks for the good words 🙂
You can easily achieve the animation on https://www.downloads.eleopard.in/animate-it-demo-wordpress , and Visual composer makes it even better!
A side note: You can see Animate It! button in the Text editor element on Visual composer, so you can use the short-codes.
(sceen: https://adobe.ly/2HQDzIS)We can do this using the editor short-codes as well. Its juts that below steeps seem easier and quicker to me.
Now, for the animation Just a few steps:
1. Add RAW HTML Module to you Post/Page.
2. Paste the following in it (Change the text as you wish):
<div class="about-extension animated flipInX delay1"> <h3> <img class="animated flipInY delay2" src="https://www.downloads.eleopard.in/images/animateit-demo/animateit-icon.png" alt="" /> </h3> <h3 class=" animated bounceIn delay3"> Title here </h3> <p class=" animated bounceIn delay4"> Description here. Lorem ipsum dolor sit amet, consectetur adipiscing elit. </p> </div>3. Click on Cog Icon on the Page to add the following CSS:
(Screenshot: http://demo.az-themes.com/alice/documentation/_include/img/009_vc_custom_css.png).about-extension { background: rgba(255,255,255,0.2); border-radius: 0; margin-top: 20px; margin-bottom: 20px; padding: 50px; text-align: left; color: #ffffff; max-width: 780px; margin: 0 auto; } .about-extension img{ float: left; margin: -12px 20px 10px 2px; max-width: 112px; height: auto; } .about-extension h3{ color: #ffffff; }4. Save.
Now, I have additionally added a dark background image and padding to the row using the Design options in Row Settings.
Let me know if this works for you.
- This reply was modified 8 years, 2 months ago by eleopard.
Forum: Plugins
In reply to: [Behance Portfolio Manager] Moving Project up on pageDear Boothbymedia,
Glad to know it worked.
Please feel free to let me know if you have any other issues.
Forum: Plugins
In reply to: [Behance Portfolio Manager] Moving Project up on pageDear Boothbymedia,
Thanks for using the portfolio manager.
Please follow the below steps:
1. Go to Portfolio Manager > Settings > Advanced Tab > Custom CSS box.
2. Paste the following:#bop-project-left { margin-top: 0 !important; }This should remove the space between the top edge and project.
- This reply was modified 8 years, 2 months ago by eleopard.
Dear Kingteeb,
Thanks for providing the info.
you would have to ad javascript to the page to achieve this.Do the following (it is simple copy and paste mostly 🙂 ):
1. Add this plugin to the website:
https://wordpress.org/plugins/insert-headers-and-footers2. Go to Settings, Insert Headers and Footers and add the following to the footer box:
<script> jQuery(function(){ jQuery('.add-class-btn').on("click", function () { jQuery('.animate-me').addClass("animated spinner duration1"); }); }); </script>Please note: you can change the animation classes , just go to:
https://www.downloads.eleopard.in/class-generator-wordpress
generate you class, Copy and replace animated spinner duration1 with your own generated classes.3. The area which you want to be animated, add animate-me class to it.
(refer this screnshot)4. Add the class add-class-btn to your button
(again you can use widget class area, or you can do it manually)Now your animation should be added to the area on click.
You can see this live here. I have used Sydney theme and Siteorigins to replicate your website:
http://animateitdemo.wpdevcloud.com/post-for-kingteeb/Let me know if this works for you.
Dear Kingteeb,
One last thing 🙂
Are you using any Page Builder for the pages/posts?
If so please let me know its name.