Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter johanosterstrom

    (@johanosterstrom)

    Update to the issue: I have managed to include animations to the theme file via <?php echo do_shortcode("[edge_animation id='4']"); ?> (with different id of course), but it displays the same animation multiple times.

    What’s going on here?

    Plugin Author ti2m

    (@ti2m)

    Hi, the post snippet in your linked issue should work. All animations have to use the same EA runtime though, means be of the same EA version, otherwise you need to run some in iframe mode. At the same time all animations have to have a different composition id, meaning the ‘class’ in Edge Animate. You can’t run the same animation twice on a site, if you want to do that as well then you need to use iframe mode for one as well.

    Can you just check the runtime for two of the animations and start with them an see if it works?

    Hi,

    I have the same problem. I have Edge Suite 0.6 and have to animations on a single page. Both animations are from different comps. and have different Comp. Classes. I do get get an error that the jquery is not loaded even though it is on the FTP.

    http://beta.aaltodesignfactory.fi

    Have look.

    Plugin Author ti2m

    (@ti2m)

    @gatanass You have CDN disabled for one composition and enabled for the other. Therefore EA loads the runtime and especially jQuery twice, which most likely causes the crash. Enable or disable CDN for both and see if that works.

    @ti2m

    Thank you so much for the tip. It works now. Both compositions have the CDN on. It didn’t work with both off.

    For those who don’t know what the CDN is a service provided by Adobe. It enables your composition to use the runtime from Adobe’s servers. You can find the CDN option in:

    File – Publish Settings

    Cheers

    Plugin Author ti2m

    (@ti2m)

    Thanks for the feedback, glad you got it working. I’ve tested it with two compositions without CDN before, so this should definitely work in general. Might be a conflict with your theme or something, but as long as you got it working…. Marking as resolved. Please consider voting for the plugin if you like it.

    Edit: I finally got this to work. I’m new to Animate and did not notice that I must name the Composition Class. Be sure and specify unique names for each comp.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Multiple animations in theme file’ is closed to new replies.