• I’m looking for a way to add an Adobe Edge Animate animation in WordPress. It needs to be done manually (no plugins) but I can’t find a good way to do it. I’ve found very few articles on the subject and most of them pointed to Edge Suite while the rest are outdated.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Carmdq

    (@carmdq)

    I also tried this article, but it breaks the site when adding the code to functions.php.

    dh333

    (@dh333)

    Hi Carmdq,

    That particular article was made for older versions of WordPress and Animate. A more updated version was just posted at the same link with the proper code for the functions.php. (see below)

    function my_scripts_method() {
    wp_enqueue_script( ‘script-name’, get_template_directory_uri() . ‘edge/banner_edgePreload.js’, array(), ’1.0.0′, true );
    }

    add_action( ‘wp_enqueue_scripts’, ‘my_scripts_method’ );

    BTW, what version of Adobe Edge and WordPress are you using?

    DH333

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Add Edge Animate manually’ is closed to new replies.