Title: Edge animate usage
Last modified: August 31, 2016

---

# Edge animate usage

 *  [NetMonkey](https://wordpress.org/support/users/headmonkey/)
 * (@headmonkey)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/edge-animate-usage/)
 * Hi Timm,
 * I know you’re not actively supporting this plugin, but I have a question about
   using Adobe Edge without your plugin, because it won’t install.
 * I’ve successfully used your plugin before, but now that I have a conflict on 
   this new site with another plugin that I can’t disable, I was wondering about
   a workaround.
 * The error I’m getting when I try to install your plugin is:
 * Fatal error: Cannot redeclare set_message() (previously declared in /home/myusername/
   public_html/folder/wp-content/plugins/contus-video-gallery/helper/pluginAdminHelper.
   php:160) in /home/myusername/public_html/folder/wp-content/plugins/edge-suite/
   includes/edge-suite-general.php on line 207.
 * When I looked at both of the files, at both lines referenced, I saw this php 
   code:
 *     ```
       * Function to set message starts
        *
        * @return multitype:string
        */
       function set_message ( $type, $msg ) {
   
       /** Return status based on the performed action in all videos page */
   
       return $type . ' ' . $msg . ' '. __ ( 'Successfully ...', APPTHA_VGALLERY ) ;
   
       }
       ?>
       ```
   
 * and also in your file at line 204, closing at line 207:
 *     ```
       function set_message($msg, $type = 'status  ')
       {
         global $edge_suite;
   
       $edge_suite->msg[] = $msg;
   
       }
       ```
   
 * This is a (very small) footer animation, so I’m asking if as a workaround, could
   I just pop some of the html into my footer box in WordPress, upload the js and
   OAM file and make reference to correct file paths and bypass using your plugin?
 * Would that work?
 * [https://wordpress.org/plugins/edge-suite/](https://wordpress.org/plugins/edge-suite/)

The topic ‘Edge animate usage’ 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/)

 * 0 replies
 * 1 participant
 * Last reply from: [NetMonkey](https://wordpress.org/support/users/headmonkey/)
 * Last activity: [10 years, 2 months ago](https://wordpress.org/support/topic/edge-animate-usage/)
 * Status: not resolved