{"id":19541,"date":"2012-08-20T15:50:48","date_gmt":"2012-08-20T15:50:48","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/edge-suite\/"},"modified":"2015-07-28T06:27:19","modified_gmt":"2015-07-28T06:27:19","slug":"edge-suite","status":"closed","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/edge-suite\/","author":10052618,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"0.6","stable_tag":"0.6","tested":"3.7.41","requires":"3.6","requires_php":"","requires_plugins":"","header_name":"Edge Suite","header_author":"Timm Jansen","header_description":"","assets_banners_color":"","last_updated":"2015-07-28 06:27:19","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"http:\/\/wordpress.org\/plugins\/edge-suite\/","header_author_uri":"http:\/\/www.timmjansen.com\/","rating":4.7,"author_block_rating":0,"active_installs":300,"downloads":23330,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":[],"ratings":{"1":"1","2":"1","3":0,"4":"4","5":"32"},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["0.3","0.4","0.5","0.6"],"block_files":[],"assets_screenshots":[],"screenshots":[],"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[26453,785,26454,451,84],"plugin_category":[50,56],"plugin_contributors":[81190],"plugin_business_model":[],"class_list":["post-19541","plugin","type-plugin","status-closed","hentry","plugin_tags-adobe-edge-animate","plugin_tags-animation","plugin_tags-edge-animate","plugin_tags-interactive","plugin_tags-media","plugin_category-media","plugin_category-social-and-sharing","plugin_contributors-ti2m","plugin_committers-ti2m"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/edge-suite.svg","icon_2x":false,"generated":true},"screenshots":[],"raw_content":"<!--section=description-->\n<p>Upload of compositions through published OAM files. Integrate Adobe Edge Animate compositions seamlessly into your website.<\/p>\n\n<p>Detailed tutorials on how to install and use Edge Suite can be found here:<\/p>\n\n<ul>\n<li><a href=\"http:\/\/old.edgedocks.com\/content\/edge-suite-integrate-edge-animate-wordpress\">Edge Docks - written tutorial<\/a><\/li>\n<li><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><\/li>\n<\/ul>\n\n<p>More resources can be found at <a href=\"http:\/\/edgedocks.com\/\">EdgeDocks.com<\/a>.<\/p>\n\n<p>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.\nIf you experience any problems please read the FAQ before opening an issue in the support section.<\/p>\n\n<p>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\nEdge 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\nplease contact me. Take a look at the FAQ for manual integration of animations as an alternative to the plugin.<\/p>\n\n<h3>Features<\/h3>\n\n<ul>\n<li>Upload Edge Animate compositions through published OAM files<\/li>\n<li>Manage all compositions<\/li>\n<li>Easy placement of compositions on the website<\/li>\n<li>Shortcode support for posts and widgets<\/li>\n<li>Sharing of resources<\/li>\n<li>jQuery no conflict mode<\/li>\n<\/ul>\n\n<h3>Support<\/h3>\n\n<p>Please report any bugs to the Edge Suite support queue on wordpress.<\/p>\n\n<!--section=installation-->\n<ol>\n<li>IMPORTANT: Backup your complete wordpress website, this module is in early development state!<\/li>\n<li>Install the Edge Suite plugin as any other wordpress plugin.<\/li>\n<li>Make sure \/wp-content\/uploads\/edge_suite was created and is writable.<\/li>\n<li>Backup your complete theme folder.<\/li>\n<li>Publish your project in Adobe Edge with option \"Animate Deployment Package\". It will generate a single OAM file.<\/li>\n<li>Go to \"Edge Suite &gt; Manage\", select the oam file and upload it.<\/li>\n<li>Upload as many composition as you want.<\/li>\n<li>After uploading, the compositions can be placed in multiple ways on the website:<\/li>\n<li>Shortcodes:\n\n<ul>\n<li>Take a look at the manage page drop down and remember the id of the composition you want to integrate. E.g. for \"3 - My first edge compositions\" the id is 3.<\/li>\n<li>Edit a page and include [edge_animation id=\"3\"] where 3 is of course your composition id.<\/li>\n<li>Save the post, the composition shows up.<\/li>\n<li>You can also use [edge_animation id=\"3\" left=\"auto\"] to center the stage on the page.<\/li>\n<li>If you want to define a pixel base left an top offset of e.g. 10px from the left and 20px from the top, try [edge_animation id=\"3\" left=\"10\" top=\"20\"]<\/li>\n<\/ul><\/li>\n<li><p>Template based:<\/p>\n\n<ul>\n<li>Here you insert a PHP snippet in your theme files:<\/li>\n<li>Find e.g. the header.php file in your theme.<\/li>\n<li><p>Insert the following snippet where the compositions should appear (inside php tags):<\/p>\n\n<p>if(function_exists('edge_suite_view')){echo edge_suite_view();}<\/p><\/li>\n<li><p>Placing the code within in a link tag (&lt;a href=\"\"...) can cause problems when the composition is interactive.<\/p><\/li>\n<li>You now have three options to tell wordpress which composition to show where the PHP snippet was placed.<\/li>\n<li>Default: A composition that should be shown on all pages can be selected on the \"Edge Suite &gt; settings\" page under \"Default composition\".<\/li>\n<li>Homepage: A composition that is only meant to show up on the homepage can also be selected there.<\/li>\n<li>Page\/Post: In editing mode each post or a page has a composition selection that, when chosen, will overwrite the default composition.<\/li>\n<\/ul><\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt>Dev version<\/dt>\n<dd><p>When experiencing any problems, please always try the latest dev version (http:\/\/downloads.wordpress.org\/plugin\/edge-suite.zip).\n Manual installation is needed. New features and bugfixes are always tested first in the dev version before they are being merged\n into the stable version.<\/p><\/dd>\n<dt>Manual integration<\/dt>\n<dd><p>Animation with newer versions of Edge Animate can easily be integrated manually without depending on the plugin. Consider that as an\noption when running into problems.<\/p>\n\n<p>Publish your composition with option \"Animate Deployment Package\" and rename the .oam to .zip. Unpack it and upload the \"Asset\" folder\nto your server under \"myproject\" (maybe \/wp-content\/uploads\/myproject). Open the contained main project .html file. Copy the<\/p>\n\n<pre><code>&lt;div id=\"Stage\" class=\"EDGE-11111111\"&gt;&lt;\/div&gt;\n<\/code><\/pre>\n\n<p>line into your desired template. Also copy everything in between the 'script' tags (including the tags) and insert it into the same template.\nThe first line after the opening script tag should read<\/p>\n\n<pre><code>var custHtmlRoot=\"\";\n<\/code><\/pre>\n\n<p>Adjust that so it matches the relative project directory. E.g.:<\/p>\n\n<pre><code>var custHtmlRoot=\"\/wp-content\/uploads\/myproject\";\n<\/code><\/pre>\n\n<p>Save the template. The animation should come up.<\/p><\/dd>\n<dt>General things to check when problems occur<\/dt>\n<dd><ul>\n<li>Open the debug console in Chrome (mac: alt + cmd + j) or Firefox and check for JavaScript errors.<\/li>\n<\/ul><\/dd>\n<dt>jQuery issues<\/dt>\n<dd><p>Try to enable jQuery no conflict mode in the settings page, this might resolve conflicts between Edge Animates\n version of jQuery and other plugins.<\/p><\/dd>\n<dt>Animations don't show up<\/dt>\n<dd><p>Uploading worked but nothings shows up on the page. Things to check:<\/p>\n\n<ul>\n<li><p>Look at the source code of the page and search for:<\/p><\/li>\n<li><p>\"stage\" - You should find a div container, if so HTML rendering went fine.<\/p><\/li>\n<li><p>\"_preloader\" - You should find a script tag, if so JS inclusion went fine.<\/p><\/li>\n<li><p>If \"stage\" or \"_preloader\" are not found, disable other plugins for testing to check if they might interferer.<\/p><\/li>\n<li><p>For testing remove all other fancy JavaScript like galleries, slideshows, etc. that are placed alongside the animation, the JS might collide.<\/p><\/li>\n<li><p>Enable the JS debug log in the settings<\/p><\/li>\n<li><p>Enable jQuery no-conflict mode in the settings<\/p><\/li>\n<\/ul><\/dd>\n<dt>Custom JavaScript<\/dt>\n<dd><p>When using custom JavaScript code make sure you reference the Stage through<\/p>\n\n<pre><code>sym.$('Stage')\n<\/code><\/pre>\n\n<p>$('#Stage') or sym.$('#Stage') will not work. The reason is that Edge Suite needs to alter the Stage Div Id, so '#Stage'\ndoes not exist. When using sym.$('Stage') Edge Animate will use its internal reference to get the stage.<\/p><\/dd>\n<dt>Head Cleaner: Animations don't show up<\/dt>\n<dd><p>Head Cleaner basically skips the processing of edge_suite_header() which is needed to inject the Edge Javascript.\nUnder Settings &gt; Head Cleaner &gt; Active Filters check the box \"Don't process!\" for \"edge_suite_header\" and click \"Save options\".\nThis stops Head Cleaner from \"processing\" ede_suite_header(), which basically means allowing edge_suite_header() (reverse logic).<\/p><\/dd>\n<dt>PHP ZipArchive not found<\/dt>\n<dd><p>zip.so needs to be installed as a PHP library<\/p><\/dd>\n<dt>Background animation<\/dt>\n<dd><p>If you want to use your composition as a background animation, try the following CSS on your stage id, e.g. #Stage_mycomp<\/p><\/dd>\n<dt>Stage_mycomp{<\/dt>\n<dd><p>position: absolute !important; \/* That is not pretty, but no way around it. <em>\/\n        top: 0px; \/<\/em> Aligns the animation with the top of the header (can be removed or changed) <em>\/\n        z-index: -5; \/<\/em> Places animation in the background, set to a positive value for an overlay *\/<\/p>\n\n<pre><code>    \/* Only use the following if you want to center the animation *\/\n    left: 50%;\n    margin-left: -346px; \/* Half the width of the stage *\/\n    top: 50%;\n    margin-top: -200px; \/* Half the height of the stage *\/\n}\n<\/code><\/pre><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>0.2<\/h4>\n\n<p>Change of filesystem usage<\/p>\n\n<h4>0.3<\/h4>\n\n<p>Changes to support Edge Animate version 1.0, minified files, oam files<\/p>\n\n<h4>0.4<\/h4>\n\n<p>Bugfixes<\/p>\n\n<h4>0.5<\/h4>\n\n<p>Bugfixes, jQuery no conflict mode, readme update<\/p>\n\n<h4>0.6<\/h4>\n\n<p>Bugfixes, readme update, better error handling, Edge Animate 3 updates<\/p>","raw_excerpt":"Manage and view your Adobe Edge Animate compositions on your website.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/19541","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=19541"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/ti2m"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=19541"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=19541"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=19541"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=19541"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=19541"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=19541"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}