• I created a section called “animation” and imported in “front-page.php”. It works. Adobe Edge animate CC export in HTML, but when I put the code below and the animation JS files in sesctions path, nothing is displayed, just blank. What Can I do? (Animation works in a stand alone page)

    sections/Animation.php page:

    <!DOCTYPE html>
    <html>
    <head>
    <meta http-equiv=”Content-Type” content=”text/html; charset=utf-8″/>
    <meta http-equiv=”X-UA-Compatible” content=”IE=Edge”/>
    <title>Untitled</title>
    <!–Adobe Edge Runtime–>
    <script type=”text/javascript” charset=”utf-8″ src=”edge_includes/edge.6.0.0.min.js”></script>
    <style>
    .edgeLoad-EDGE-709063 { visibility:hidden; }
    </style>
    <script>
    AdobeEdge.loadComposition(‘teste’, ‘EDGE-709063’, {
    scaleToFit: “none”,
    centerStage: “none”,
    minW: “0px”,
    maxW: “undefined”,
    width: “550px”,
    height: “400px”
    }, {dom: [ ]}, {dom: [ ]});
    </script>
    <!–Adobe Edge Runtime End–>

    </head>
    <body style=”margin:0;padding:0;”>
    <div id=”Stage” class=”EDGE-709063″>
    </div>
    </body>
    </html>

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey there,

    Your JS file fails to load because it isn’t linked properly. It should look something like this:-

    <script type="text/javascript" charset="utf-8" src="https://www.yourdomain.com/edge.6.0.0.min.js"></script>

    Hope it helps.

    Thread Starter diegooli

    (@diegooli)

    Now there is a blank with the specified dimensions (550px/400px), but nothing is displayed yet.

    But thanks anyway, I think the problem should not be related to the theme.

    Hey there,

    As you’ve guessed, this has nothing to do with our theme ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Import Adobe Edge into Zerif Theme Section’ is closed to new replies.