Could you please provide the URL of your website so that we can check the issue?
Sure enough, the URL is: and the area I’m referring to is the 4th column over which mentions Platinum Plus Membership. The animation is set on about 5 seconds I think.
Here’s the info directly behind the Platinum Plus button:
[edsanimate animation=”bounceInRight” delay=”10″ infinite_animation=”no” animate_on=”” ] Platinum PLUS!
NEW for 2016! [/edsanimate] $149.95 / 12 Months
Renews Yearly $59.95 – Cancel Anytime
Sorry, I didn’t mean to place all that as a link..
Also, I did remove the spaces that I had put in to try to center it manually. It worked “ok” like that, but was thinking there might be a better answer.
Please let me know when you have taken a look at this so I can try to center things manually again. Right now, it looks odd.
Thank you
I have to put the site back to where it was. Thanks anyway.
Hey,
Sorry for the late reply,
You can put all your code inside a <div></div> tag and set the alignment to center. e.g.
<div style="text-align:center">
[edsanimate animation="bounceInRight" delay="10" infinite_animation="no" animate_on="" ] Platinum PLUS!
NEW for 2016! [/edsanimate] $149.95 / 12 Months
Renews Yearly $59.95 - Cancel Anytime
</div>
Thank you. That worked very well.
Happy New Year!
Works perfectly with
<div style=”text-align:center”>
[edsanimate animation=”bounceInRight” delay=”10″ infinite_animation=”no” animate_on=”” ] Platinum PLUS!
NEW for 2016! [/edsanimate] $149.95 / 12 Months
Renews Yearly $59.95 – Cancel Anytime
</div>
I am trying to add animation to one of the images inside the div but it is not working. The animated image disappears when I hover the mouse. Reply soon.
<div style="position: relative; top: 0px; left: 0px;">
<img style="position: relative; top: 0px; left: 0px;" src="http://localhost:8080/PLO/wp-content/uploads/2015/01/care-1.png" />
[edsanimate_start entry_animation_type= "wobble" entry_delay= "0" entry_duration= "0.5" entry_timing= "linear" exit_animation_type= "bounce" exit_delay= "0" exit_duration= "0.5" exit_timing= "linear" animation_repeat= "3" keep= "yes" animate_on= "hover" scroll_offset= "" custom_css_class= ""]
<img style="position: absolute; top: 0px; left: 0px;" src="http://localhost:8080/PLO/wp-content/uploads/2015/01/application1.png" />
[edsanimate_end]
</div>
Hi ebaodhi,
Could you please provide the URL where you are using this code?