Changeset 1208012
- Timestamp:
- 07/28/2015 06:27:19 AM (11 years ago)
- File:
-
- 1 edited
-
edge-suite/tags/0.6/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
edge-suite/tags/0.6/readme.txt
r874364 r1208012 22 22 More resources can be found at <a href="http://edgedocks.com/">EdgeDocks.com</a>. 23 23 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. 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. 25 If you experience any problems please read the FAQ before opening an issue in the support section. 26 27 WARNING: 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 28 Edge 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 29 please contact me. Take a look at the FAQ for manual integration of animations as an alternative to the plugin. 26 30 27 31 == Features == … … 41 45 Manual installation is needed. New features and bugfixes are always tested first in the dev version before they are being merged 42 46 into the stable version. 47 48 = Manual integration = 49 50 Animation with newer versions of Edge Animate can easily be integrated manually without depending on the plugin. Consider that as an 51 option when running into problems. 52 53 Publish your composition with option "Animate Deployment Package" and rename the .oam to .zip. Unpack it and upload the "Asset" folder 54 to 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 58 line into your desired template. Also copy everything in between the 'script' tags (including the tags) and insert it into the same template. 59 The first line after the opening script tag should read 60 61 var custHtmlRoot=""; 62 63 Adjust that so it matches the relative project directory. E.g.: 64 65 var custHtmlRoot="/wp-content/uploads/myproject"; 66 67 Save the template. The animation should come up. 43 68 44 69 = General things to check when problems occur =
Note: See TracChangeset
for help on using the changeset viewer.