eleopard
Forum Replies Created
-
Forum: Plugins
In reply to: [Animate It!] AnimateIt inserts line breaks around target textDear Acugnini,
Thanks for using the Animate It!
The problem you are referring to, is due to the default WordPress Editor behavior to add <p> or <br> tags.
e.g. if you have added:
[edsanimate_start entry_animation_type= "fadeIn" entry_delay= "0" entry_duration= "0.5" entry_timing= "linear" exit_animation_type= "" exit_delay= "" exit_duration= "" exit_timing= "" animation_repeat= "1" keep= "yes" animate_on= "load" scroll_offset= "" custom_css_class= ""] Animate Me! [edsanimate_end]WordPress will add tags, so when you open it on the front-end, it will look something like:
<p> [edsanimate_start entry_animation_type= "fadeIn" entry_delay= "0" entry_duration= "0.5" entry_timing= "linear" exit_animation_type= "" exit_delay= "" exit_duration= "" exit_timing= "" animation_repeat= "1" keep= "yes" animate_on= "load" scroll_offset= "" custom_css_class= ""] </p> <p> Animate Me! </p> <p> [edsanimate_end] </p>A simple solution here would be to use the whole animation on one single line (no breaks) e.g.:
[edsanimate_start entry_animation_type= "fadeIn" entry_delay= "0" entry_duration= "0.5" entry_timing= "linear" exit_animation_type= "" exit_delay= "" exit_duration= "" exit_timing= "" animation_repeat= "1" keep= "yes" animate_on= "load" scroll_offset= "" custom_css_class= ""]Animate Me![edsanimate_end]Another way to go here could be using the RAW HTML Plugin.
Using this, you have add the above Short-code as:
[raw shortcodes=1] [edsanimate_start entry_animation_type= "fadeIn" entry_delay= "0" entry_duration= "0.5" entry_timing= "linear" exit_animation_type= "" exit_delay= "" exit_duration= "" exit_timing= "" animation_repeat= "1" keep= "yes" animate_on= "load" scroll_offset= "" custom_css_class= ""] Animate Me! [edsanimate_end] [/raw]And the WordPress will not add any tags by itself under the space [raw]…[/raw]
Please note that you add [raw shortcodes=1], so that the Short-codes inside will run.Let me know if this works.
Forum: Plugins
In reply to: [Animate It!] Can I reduce the logo size for a Mobile device?Dear silverwolf99,
As there is no reply on this thread for over a week now, I am marking this thread as resolved.
Please feel free to reopen it if you still have questions.
Forum: Plugins
In reply to: [Animate It!] Hide iconGlad to know it worked.
If you find the plugin useful, please don’t forget to rate it 🙂- This reply was modified 9 years, 3 months ago by eleopard.
Forum: Plugins
In reply to: [Animate It!] Second section is displayed on load without animationDear Michal,
As there is no reply to this thread for more then 2 months now. I am marking it as Resolved.
Please feel free to re-open it if you still have the issue.
Forum: Plugins
In reply to: [Animate It!] Images on the same lineDear Montymcmahon, ,
As there is no reply on this thread for more then a week now. I am marking it as Resolved. Please feel free to reopen if you still have this isue.
- This reply was modified 9 years, 3 months ago by eleopard.
Forum: Plugins
In reply to: [Animate It!] Can it create this effect?Dear Shimmie01,
Apologies for the delayed reply. Somehow this thread missed my eye.
I checked the example animation. And I am afraid the exact animation shown in the example won’t be possible using the Animate It!You can however, show some parts like fading, sliding etc. using the Plugin. The animations in the example are complex, and would require a lot of custom scripting.
My suggestion here would be to go for a custom development to attain a nice animation sequence.
Forum: Plugins
In reply to: [Animate It!] High server I/O when AnimateIt plugin is enabledHi deeveedee,
Thank you for bringing this up. However, we are not able to recreate this scenario.
We will look into this further and let you know if we find something.
Forum: Plugins
In reply to: [Animate It!] Can I reduce the logo size for a Mobile device?Hi silverwolf99,
Thank you for using Animate It!.
Regarding the question, this can be achieved using media queries in CSS. Based on the screen sizes you can change the size of your image.
Here are some good articles related to media queries:
http://www.tutorialrepublic.com/css-tutorial/css3-media-queries.php
http://www.w3schools.com/css/css_rwd_mediaqueries.aspForum: Plugins
In reply to: [Animate It!] Images on the same lineHi Montymcmahon,
Sorry for the delayed response,
The link you provided is not working. Please check.
Forum: Plugins
In reply to: [Animate It!] Button animationDear Chris,
There had already been this issue in the WordPress support forum.
The simple solution to this is, use the Widget Class box to paste the animate it classes instead of Animate It classes box.When Site Origins renders the content, it ignores the animate it! box classes. But it adds the Widget Class box
Hope this resolves your issue.Forum: Plugins
In reply to: [Animate It!] Animate it button added to BB text editorHi Finnwulf,
Thanks for the suggestion. We will definitely look into it and try to incorporate this in the next version
Forum: Plugins
In reply to: [Behance Portfolio Manager] No Portfolio Manager ButtonDear Dduwebsites,
As there is no reply more your end for over a month now, I am marking this issue is resolved.
Forum: Plugins
In reply to: [Animate It!] Animate specific imagecontact[at]eleopard.in
Forum: Plugins
In reply to: [Animate It!] Animate specific imageDear Cataniax,
You can add animations to other elements as well. You’ll just have to add their IDs (or classes). For example, Title has id #headline, Countdown has id #countdown and so on.
If you can send me the link and let me know what kind of animations you think would be good for each one. I think I can come with a class rules for each.
Forum: Plugins
In reply to: [Animate It!] Animate specific imageThanks.