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?
- The topic ‘Edge animate usage’ is closed to new replies.