Changeset 843364
- Timestamp:
- 01/22/2014 10:03:31 PM (12 years ago)
- File:
-
- 1 edited
-
edge-suite/trunk/readme.txt (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
edge-suite/trunk/readme.txt
r665558 r843364 2 2 Contributors: ti2m 3 3 Tags: media, animation, interactive, adobe edge animate, edge animate, edge, embed, integration 4 Requires at least: 4.35 Tested up to: 4.34 Requires at least: 3.6 5 Tested up to: 3.8 6 6 Stable tag: 0.5 7 7 License: GPLv2 or later … … 15 15 Upload of compositions through published OAM files. Integrate Adobe Edge Animate compositions seamlessly into your website. 16 16 17 Detailed tutorials on how to install and use Edge Suite can be found ishere:17 Detailed tutorials on how to install and use Edge Suite can be found here: 18 18 19 * <a href="http:// edgedocks.com/content/edge-suite-integrate-edge-animate-wordpress">Edge Docks - written tutorial</a>19 * <a href="http://old.edgedocks.com/content/edge-suite-integrate-edge-animate-wordpress">Edge Docks - written tutorial</a> 20 20 * <a href="http://tv.adobe.com/watch/create-like-crazy-with-adobe-edge/episode-5-spice-up-your-wordpress-site-with-edge-animate/">Adobe TV - video tutorial</a> 21 21 22 More resources can be found at <a href="http://edgedocks.com/ edge_suite_wp">EdgeDocks.com</a>.22 More resources can be found at <a href="http://edgedocks.com/">EdgeDocks.com</a>. 23 23 24 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 openan 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.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. 26 26 27 27 == Features == … … 36 36 == Frequently Asked Questions == 37 37 38 = Dev version = 39 40 When experiencing any problems, please always try the latest dev version (http://downloads.wordpress.org/plugin/edge-suite.zip). 41 Manual installation is needed. New features and bugfixes are always tested first in the dev version before they are being merged 42 into the stable version. 43 38 44 = General things to check when problems occur = 39 45 … … 44 50 Try to enable jQuery no conflict mode in the settings page, this might resolve conflicts between Edge Animates 45 51 version of jQuery and other plugins. 46 47 = Background animation =48 49 If you want to use your composition as a background animation, try the following CSS on your stage id, e.g. #Stage_mycomp50 51 #Stage_mycomp{52 position: absolute !important; /* That is not pretty, but no way around it. */53 top: 0px; /* Aligns the animation with the top of the header (can be removed or changed) */54 z-index: 5; /* Sets animation as overlay, set to negative value for background placement */55 56 /* Only use the following if you want to center the animation */57 left: 50%;58 margin-left: -346px; /* Half the width of the stage */59 }60 52 61 53 = Animations don't show up = … … 77 69 * Enable jQuery no-conflict mode in the settings 78 70 71 = Custom JavaScript = 72 73 When using custom JavaScript code make sure you reference the Stage through 74 75 sym.$('Stage') 76 77 $('#Stage') or sym.$('#Stage') will not work. The reason is that Edge Suite needs to alter the Stage Div Id, so '#Stage' 78 does not exist. When using sym.$('Stage') Edge Animate will use its internal reference to get the stage. 79 79 80 = Head Cleaner: Animations don't show up = 80 81 … … 86 87 87 88 zip.so needs to be installed as a PHP library 89 90 = Background animation = 91 92 If you want to use your composition as a background animation, try the following CSS on your stage id, e.g. #Stage_mycomp 93 94 #Stage_mycomp{ 95 position: absolute !important; /* That is not pretty, but no way around it. */ 96 top: 0px; /* Aligns the animation with the top of the header (can be removed or changed) */ 97 z-index: -5; /* Places animation in the background, set to a positive value for an overlay */ 98 99 /* Only use the following if you want to center the animation */ 100 left: 50%; 101 margin-left: -346px; /* Half the width of the stage */ 102 top: 50%; 103 margin-top: -200px; /* Half the height of the stage */ 104 } 105 88 106 89 107 == Installation ==
Note: See TracChangeset
for help on using the changeset viewer.