Title: [Plugin: Edge Suite] Trouble using plugin
Last modified: August 20, 2016

---

# [Plugin: Edge Suite] Trouble using plugin

 *  Resolved [innature12](https://wordpress.org/support/users/innature12/)
 * (@innature12)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-edge-suite-trouble-using-plugin/)
 * I hope you can help me make sense of getting an adobe edge composition into my
   wordpress site. I have tried your Edge Suite plugin but nothing happens. I just
   get an empty space on the page or a can’t find the page message.
 * Thanks for your help.
 * [http://wordpress.org/extend/plugins/edge-suite/](http://wordpress.org/extend/plugins/edge-suite/)

Viewing 15 replies - 1 through 15 (of 53 total)

1 [2](https://wordpress.org/support/topic/plugin-edge-suite-trouble-using-plugin/page/2/?output_format=md)
[3](https://wordpress.org/support/topic/plugin-edge-suite-trouble-using-plugin/page/3/?output_format=md)
[4](https://wordpress.org/support/topic/plugin-edge-suite-trouble-using-plugin/page/4/?output_format=md)
[→](https://wordpress.org/support/topic/plugin-edge-suite-trouble-using-plugin/page/2/?output_format=md)

 *  Plugin Author [ti2m](https://wordpress.org/support/users/ti2m/)
 * (@ti2m)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-edge-suite-trouble-using-plugin/#post-3062502)
 * Hi,
    did you follow the usage instructions? Does the uploading work? Any error
   messages when uploading a composition?
 *  Thread Starter [innature12](https://wordpress.org/support/users/innature12/)
 * (@innature12)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-edge-suite-trouble-using-plugin/#post-3062534)
 * Thanks for responding. I am running wordpress 3.4.2.
    The theme is Pagelines.
   After placing the code <?php if(function_exists(‘edge_suite_view’)){ echo edge_suite_view();}?
   > in the pagelines theme header.php just above the ending head tag, then uploaded
   the zip file in the manage compositions tab, then created a new page and chose
   the edge suite composition at the bottom of the page with the edge suite chooser.
   Saved, published, viewed page and nothing. All pageline theme stuff is there 
   but nothing else. Got no error messages. Tried to see if choosing from the Edge
   suite settings would work as a default but it didn’t. Tried choosing default 
   from the chooser at the bottom of the page.
 * The zip opens fine and the animation works in the browser locally on my machine.
   
   Really would like to make this work.
 * Thanks for your help. This will be a very valuable plugin to a lot of people.
 *  Plugin Author [ti2m](https://wordpress.org/support/users/ti2m/)
 * (@ti2m)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-edge-suite-trouble-using-plugin/#post-3062535)
 * Hi,
    is the site online somewhere so that I can take a look? When you say “in
   the pagelines theme header.php just above the ending head tag”, do you mean you
   pasted the code above the < / head > tag? That won’t work as the tag needs to
   be inside the body tag. Just move the code below the head tag. Just tried it 
   with Pagelines and it works for me. I pasted the code below line 36, although
   you might want to check where you actually want to place the edge animate composition.
   Hope that helps.
 *  Plugin Author [ti2m](https://wordpress.org/support/users/ti2m/)
 * (@ti2m)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-edge-suite-trouble-using-plugin/#post-3062537)
 * I just put together a section for the pageline theme. With that you don’t need
   to place the PHP code anywhere. You can place a general edge suite section anywhere
   in the template with drag and drop. Edge Suite will then render the composition
   into this section. Give it a try if you want.
 * Code is available at [http://edgedocks.com/edge_suite_wp](http://edgedocks.com/edge_suite_wp)
 *  Thread Starter [innature12](https://wordpress.org/support/users/innature12/)
 * (@innature12)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-edge-suite-trouble-using-plugin/#post-3062538)
 * Ok, I’ll try it.
 *  Thread Starter [innature12](https://wordpress.org/support/users/innature12/)
 * (@innature12)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-edge-suite-trouble-using-plugin/#post-3062539)
 * Something else is going on, I think. After:
    * Place the edgesuite folder within
   the Pageline theme folder: wp-content/themes/pagelines/sections/edgesuite * Pageline
   will autodetect the section and you can position it in the drag and drop interface.
 * I am seeing and able to move the section into place.
 * On the top of the page where the section is activated on top of everything this
   text is showing up:
 * echo pl_source_comment(‘Start >> HTML Body’, 1); ?>
 * any thoughts?
 *  Plugin Author [ti2m](https://wordpress.org/support/users/ti2m/)
 * (@ti2m)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-edge-suite-trouble-using-plugin/#post-3062540)
 * Looks like you delete a PHP opening tag when taking out the code. Insert a <?
   php before that line (echo pl_source ….) in header.php, right after </head>
 * Does the edge animation show up?
 *  Thread Starter [innature12](https://wordpress.org/support/users/innature12/)
 * (@innature12)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-edge-suite-trouble-using-plugin/#post-3062542)
 * Sorry to keep bothering you.
    You fixed the problem: echo pl_source_comment(‘
   Start >> HTML Body’, 1); ?>
 * It is now gone. Thank you.
 * However I am still not getting the animation. It just shows a white space on 
   the page where the animation is supposed to go. I turned off all of the plugins
   except for Edge Suite and Pagelines Sections. Still nothing.
 *  Plugin Author [ti2m](https://wordpress.org/support/users/ti2m/)
 * (@ti2m)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-edge-suite-trouble-using-plugin/#post-3062543)
 * Can I take a look at the page somewhere?
 * Otherwise can you save the page and sent it to me? Or sent me the animation?
   
   You can also take a look at the sourcecode and just search for “stage” to check
   if the htmk is there. But if you get the white frame the stage for the composition
   is probably set up correctly. What browser are you using? Can you activate the
   console in chrome (⌥⌘J on mac / Control – Shift – J on win). My guess is some
   kind of JS problem.
 *  Thread Starter [innature12](https://wordpress.org/support/users/innature12/)
 * (@innature12)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-edge-suite-trouble-using-plugin/#post-3062544)
 * Would it help to see the source page?
 *  Thread Starter [innature12](https://wordpress.org/support/users/innature12/)
 * (@innature12)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-edge-suite-trouble-using-plugin/#post-3062546)
 * This is the page source code:
 * _[ code removed – if you want to include that much code, please use pastebin.
   com ]_
 *  Plugin Author [ti2m](https://wordpress.org/support/users/ti2m/)
 * (@ti2m)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-edge-suite-trouble-using-plugin/#post-3062547)
 * Like I said, multiple things can go wrong. Easiest would be if you sent me the
   composition, then I test it on my installation and check if everything works.
   Next best thing is looking at an online version. By looking at at the raw source
   code I can just check if the stage HTML was rendered correctly and if the JS 
   preloader file was inserted, I can’t tell if JS crashes somewhere.
 *  Thread Starter [innature12](https://wordpress.org/support/users/innature12/)
 * (@innature12)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-edge-suite-trouble-using-plugin/#post-3062574)
 * Sorry, had to go for a minute.
 * If you go to theinnoversity.com I took all the other pages off the menu bar except
   for the Test Edge Page. This is the page where the animation should go below 
   the carousel. How can I get you the composition to look at? Using Safari and 
   tried in Firefox as well.
 *  Thread Starter [innature12](https://wordpress.org/support/users/innature12/)
 * (@innature12)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-edge-suite-trouble-using-plugin/#post-3062575)
 * I also got this message when I uploaded the file. Didn’t think much about it 
   but maybe it means something to you.
 * The file bug.zip has been uploaded.
    The following libraries have been updated:
   json2_min.jsedge.0.1.7.min.jsjquery-1.7.1.min.jsjquery.easing.1.3.js The following
   files were ignored as they are not needed:Untitled-1.html Untitled-1 was successfully
   imported.
 *  Thread Starter [innature12](https://wordpress.org/support/users/innature12/)
 * (@innature12)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-edge-suite-trouble-using-plugin/#post-3062579)
 * on the bottom of the Test Edge Page you will find a link to the bug.zip which
   is just a simple test animation from Adobe Edge. This is the file that I have
   been using.
 * Thanks again for your help.
 * I hope there is nothing wrong in your plugin. It is most likely my error. But
   if there is some kind of bug I hope this helps find it.
 * What kind of work do you do normally?

Viewing 15 replies - 1 through 15 (of 53 total)

1 [2](https://wordpress.org/support/topic/plugin-edge-suite-trouble-using-plugin/page/2/?output_format=md)
[3](https://wordpress.org/support/topic/plugin-edge-suite-trouble-using-plugin/page/3/?output_format=md)
[4](https://wordpress.org/support/topic/plugin-edge-suite-trouble-using-plugin/page/4/?output_format=md)
[→](https://wordpress.org/support/topic/plugin-edge-suite-trouble-using-plugin/page/2/?output_format=md)

The topic ‘[Plugin: Edge Suite] Trouble using plugin’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/edge-suite.svg)
 * [Edge Suite](https://wordpress.org/plugins/edge-suite/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/edge-suite/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/edge-suite/)
 * [Active Topics](https://wordpress.org/support/plugin/edge-suite/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/edge-suite/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/edge-suite/reviews/)

 * 53 replies
 * 4 participants
 * Last reply from: [ti2m](https://wordpress.org/support/users/ti2m/)
 * Last activity: [13 years, 4 months ago](https://wordpress.org/support/topic/plugin-edge-suite-trouble-using-plugin/page/4/#post-3062744)
 * Status: resolved