Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Author eleopard

    (@eleopard)

    Could you please provide the URL of your website so that we can check the issue?

    Thread Starter normlawr

    (@normlawr)

    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

    Thread Starter normlawr

    (@normlawr)

    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.

    Thread Starter normlawr

    (@normlawr)

    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

    Thread Starter normlawr

    (@normlawr)

    I have to put the site back to where it was. Thanks anyway.

    Plugin Author eleopard

    (@eleopard)

    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>

    Thread Starter normlawr

    (@normlawr)

    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="https://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="https://localhost:8080/PLO/wp-content/uploads/2015/01/application1.png" />
    
    [edsanimate_end]
    </div>
    Plugin Author eleopard

    (@eleopard)

    Hi ebaodhi,

    Could you please provide the URL where you are using this code?

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Alignment Issue’ is closed to new replies.