• Resolved Will

    (@funkmasterbecks)


    Hi ti2m,

    I’m using a custom web font that I’ve licensed, but I’m having some weird issues when I upload it to WP.

    The HTML version of the animation renders perfectly when I upload it to a custom folder and call up the HTML file directly.

    The OAM version that I upload using your plugin, doesn’t. Some text elements (approx. 50% of them) are all offset to the same amount, while the others are fine. I’ve checked the CSS coordinates of the elements in the code, but they match the coordinates used in Edge Animate, so I’m clueless about what is causing this issue.
    I also tried uploading the animation to a different site, but the results were even worse.

    Do you have any clue what is causing the problem?

    http://wordpress.org/plugins/edge-suite/

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author ti2m

    (@ti2m)

    Hi,
    did you check the console for errors? Any chance I can take a look at it anywhere online?

    Thread Starter Will

    (@funkmasterbecks)

    You can see the file here: http://tinyurl.com/qylnwls

    The animation is not made for this site, but I use the same plugins across both sites. The bug is stronger in this one though.

    Plugin Author ti2m

    (@ti2m)

    Check line 24 of your style.css. As far as I can tell you are defining a line height bigger than 1 there for the whole body, means the animation as well. If you set line-height to 1 then the font seems to work fine in the animation.

    Thread Starter Will

    (@funkmasterbecks)

    You’re right, I didn’t think about checking the body parameters. It fixes the “huge” offset on this site, but now the offset is the same as on the other site.

    In detail:

    • “Warum eine Banane” – should be aligned with the bottom of the banana
    • “Jeder Liebt” – should be more centered
    • “Wir – Sie – Alle!” – should be centered, i.e. “ALLE!” should be completely readable when scaled to the max.
    • “Vielleicht nach unserer ersten Zusammenarbeit” – should be aligned

    Thank you for your support! 🙂

    Plugin Author ti2m

    (@ti2m)

    Looks like you are using shortcodes? Try [edge_animation id=”3″ iframe=”true”] to wrap the whole animation within an iframe, just to make sure that the animation works in itself.

    Thread Starter Will

    (@funkmasterbecks)

    Yes, I wouldn’t know how to implement different Edge Animations without your plugin yet. I already tried the iframe option and have it activated now, it doesn’t change anything to the issue.

    Thread Starter Will

    (@funkmasterbecks)

    ti2m, is right, “line-height: 1;” was causing the issue. I removed it and everything is fine now.

    Thanks a lot for the great support!

    Plugin Author ti2m

    (@ti2m)

    Glad to hear you solved the issue. If you are up for it, please rate the plugin.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Animation coordinates are wrong after WP upload’ is closed to new replies.