eleopard
Forum Replies Created
-
Forum: Plugins
In reply to: [Behance Portfolio Manager] Larger TilesDear Patrik,
Thanks for using the Portfolio Manager.
You can override the tiles by pasting the following CSS in Portfolio Manager > Settings > Advanced Tab > Custom CSS box and paste the following:
.eds-bpm-main{ max-width: 1272px !important; margin-left: auto; margin-right: auto; margin-bottom: 20px; } .isotope-item, .eds-bpm-view, .eds-bpm-view .eds-bpm-mask{ width: 280px !important; height: 219px !important; } .eds-bpm-view img{ width: 280px !important; } @media (max-width: 1024px){ .eds-bpm-main{ max-width: 650px !important; } } @media (max-width: 767px){ .eds-bpm-main{ max-width: 250px !important; width: 250px !important; } .isotope-item{ margin-left: 0 !important; margin-right; 0 !important; } .isotope-item, .eds-bpm-view, .eds-bpm-view .eds-bpm-mask{ width: 250px !important; height: 196px !important; } .eds-bpm-view img{ width: 250px !important; } }Let me know if this works.
Forum: Plugins
In reply to: [Behance Portfolio Manager] Re-Ordering Display of ProjectsDear AliAnne,
Thanks for using the Portfolio Manager.
While creating a layout, the popup offers you to sort the projects Ascending or Descending.
So you can select “Order by: Creation Date on Behance”
and then on “Sort by” option, you select Descending.Here’s a screenshot for more clarification: https://adobe.ly/2CeNXqH
Please let me know if this works for you.Forum: Plugins
In reply to: [Animate It!] Conflict with Popup Maker?Dear Jandg Homes,
Yes it seems like a Plugin update would solve the problem.
Please feel free to let me know if you face the issue again.Marking the topic resolved for now.
Forum: Plugins
In reply to: [Animate It!] Conflict with Popup Maker?Also regarding:
“…he wasn’t sure why they were conflicting as he didn’t recognize the errors that I was getting. ”Can you tell me what errors were you getting, maybe that will help closing in on the issue.
Forum: Plugins
In reply to: [Animate It!] Conflict with Popup Maker?Dear Jandg Homes,
Thanks for using the Animate It!
I regret any inconvenience caused due to the plugin.I have tested Popup Maker: https://wordpress.org/plugins/popup-maker/
width the Animate It! plugin and everything seems to be working fine.I have added an Auto Open Popup, a Click open popup and 3 random animations, and all seems to be working ok.
You can check the demo here:
http://animateitdemo.wpdevcloud.com/demo-for-jandg-homes/I cannot think of any other situation that might cause a conflict.
Please let me know know if the conflict arose on any particular type of Popup or animation sequence?Thanks.
Forum: Reviews
In reply to: [Animate It!] Centeroint setting missingHi SMASHING media,
Thanks a lot for such a nice review.
Regarding the aniamtions, all aniamtions are creating by wrapping the text/images/media around a <div>. And as you know the DIVs are block elements, they take up the whole width.
Here is a simple workaround would resolve the issue:
1. Add the following to:
Settings > Animate It! > Custom CSS box.display-inline{ display: inline-block; } .display-inline-center{ display: block; text-align: center; }2. Now you can add these classes in the Custom CSS box, whenever you add the Aniamtion. Please see the screenshot here:
https://ps.w.org/animate-it/assets/screenshot-4.jpgAdding display-inline or display-inline-center would render the animations differently.
Here’s a demo on how these would work:
http://animateitdemo.wpdevcloud.com/demo-for-smashing-mediaPlease let em know if this resolves the issue.
Forum: Plugins
In reply to: [Animate It!] Not Disabling on Tablet and MobileDear Vonpiernik,
I have checked the same at our end and it is working fine.
For further assistance, please contact our technical team at contact[at]eleopard[dot]in.
- This reply was modified 8 years, 5 months ago by eleopard.
Forum: Plugins
In reply to: [Animate It!] Not Disabling on Tablet and MobileDear Vonpiernik,
Apologies for the delayed reply.
I am looking into the issue now.
Will get back to you as soon as I have any updates.Forum: Plugins
In reply to: [Behance Portfolio Manager] bop-project-left make centreDear Karnoldas,
Apologies for the delayed reply.
Please add the following CSS below the CSS above in the Same Custom CSS box:
@media only screen and (max-width: 767px) { #bop-project-left{ margin: 0px !important; min-width: unset; } }Let me know if this works.
Forum: Plugins
In reply to: [Animate It!] Problem with Animate It! Plugin in ChromeDear Pecktron2000,
Apologies for the delayed reply.
Please send the link to your website and I’ll look into the issue.Forum: Plugins
In reply to: [Animate It!] Internet Explorer 11, Autoptomize and AnimationOk Optimizing Matters thanks.
Forum: Plugins
In reply to: [Animate It!] Internet Explorer 11, Autoptomize and AnimationDanielCPalmer,
Based on the discussion with Optimizing Matters and testing at our end,
Following settings should work in your case:
1. Under CSS Options:
– Check option Optimize CSS Code?
– Keep rest of the checkbox unchecked.
– Add following line in Exclude CSS from Autoptimize:
wp-content/plugins/animate-it/assets/css/animate-animo.cssIf the above settings will not work then, as Optimizing Matters mentioned, you need to remove below rules from
wp-content/cache/autoptimize/.htaccess<IfModule mod_authz_core.c> <Files *.php> Require all denied </Files> </IfModule> <IfModule !mod_authz_core.c> <Files *.php> Order deny,allow Deny from all </Files> </IfModule>Let us know if it works.
Forum: Plugins
In reply to: [Animate It!] Internet Explorer 11, Autoptomize and AnimationOptimizing Matters,
So “Save Changes” button does not recreate .htaccess file but “Save Changes and Empty Cache” recreates it.
This is what you meant to say because it is happening like that only.
let me know if I am missing anything.
Forum: Plugins
In reply to: [Animate It!] Internet Explorer 11, Autoptomize and AnimationOptimizing Matters,
Thanks for the information.
However, the above code automatically gets added whenever I click on “Save Changes and Empty Cache” button.
Could you please check
Forum: Plugins
In reply to: [Animate It!] Internet Explorer 11, Autoptomize and AnimationHi Optimizing Matters,
Thanks for the help.
I have tried your suggestion. The thing is, as soon as I turn on Optimize CSS,
None of the CSS is loading.Here’s a temp website with basic WordPress 2017 theme, Autoptimize and Animate It! installed and activated for testing:
http://animateitdemo.wpdevcloud.com/animate-it-demoP.S. :
1. WordPress, Autoptimize and Animate It! and all in their latest versions.
2. I tried deavtivating Animate It! so that the only active plugin is Autoptimize, but showed the same issue, CSS is not laoding