Plugin Directory

Changeset 1208012


Ignore:
Timestamp:
07/28/2015 06:27:19 AM (11 years ago)
Author:
ti2m
Message:

readme update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • edge-suite/tags/0.6/readme.txt

    r874364 r1208012  
    2222More resources can be found at <a href="http://edgedocks.com/">EdgeDocks.com</a>.
    2323
    24 The plugin has been intensively tested over the last couple of months and seems to be rather stable, it is up to you though if you want to try and use it in production. If you experience
    25 any problems please read the FAQ before opening an issue in the support section. If you like the plugin please vote for it and let us know that it works for your wordpress version.
     24The plugin has been intensively tested over the last couple of months and seems to be rather stable, it is up to you though if you want to try and use it in production.
     25If you experience any problems please read the FAQ before opening an issue in the support section.
     26
     27WARNING: Future versions of Edge Animate might not be supported! The development of the Edge Suite plugin has been very time consuming due to the constant change of the
     28Edge Animate runtime. I can not keep this up and am therefore not sure that I can support future versions. If you are interested in taking over the plugin for further development
     29please contact me. Take a look at the FAQ for manual integration of animations as an alternative to the plugin.
    2630
    2731== Features ==
     
    4145 Manual installation is needed. New features and bugfixes are always tested first in the dev version before they are being merged
    4246 into the stable version.
     47
     48= Manual integration =
     49
     50Animation with newer versions of Edge Animate can easily be integrated manually without depending on the plugin. Consider that as an
     51option when running into problems.
     52
     53Publish your composition with option "Animate Deployment Package" and rename the .oam to .zip. Unpack it and upload the "Asset" folder
     54to your server under "myproject" (maybe /wp-content/uploads/myproject). Open the contained main project .html file. Copy the
     55
     56    <div id="Stage" class="EDGE-11111111"></div>
     57
     58line into your desired template. Also copy everything in between the 'script' tags (including the tags) and insert it into the same template.
     59The first line after the opening script tag should read
     60
     61    var custHtmlRoot="";
     62
     63Adjust that so it matches the relative project directory. E.g.:
     64
     65    var custHtmlRoot="/wp-content/uploads/myproject";
     66
     67Save the template. The animation should come up.
    4368
    4469= General things to check when problems occur =
Note: See TracChangeset for help on using the changeset viewer.