ti2m
Forum Replies Created
-
Forum: Plugins
In reply to: [Edge Suite] Overflow: bottom of post content containerHi,
seems to be an issue with 2013 theme, have to take a closer look at this when I get some time, will get back to you.Forum: Plugins
In reply to: [Edge Suite] edge animation not loading on pageHi,
this sounds a lot like an error caused by another plugin which maybe alters the way the header is rendered. For starters you could try to just use short codes and see what happens. Shortcodes place the JS inline, so it can’t mess with the header in your case.Forum: Plugins
In reply to: [Edge Suite] Overflow: bottom of post content containerHi,
the post_content div has a height set which is 610.64px, therefore the container gets cut off. Its probably your theme or some plugin doing some JS stuff to adjust the height. If that’s the case you need to fix it there or pass height and width of the stage through the shortcode css option.
Forum: Plugins
In reply to: [Edge Suite] Animation not loading on pageThe console shows some JS errors therefore the animation crashes. The error are probably jquery related. Try the latest dev version of the pluign:
http://downloads.wordpress.org/plugin/edge-suite.zip
and enable the jquery nocnflict mode. If this doesn’t help you can always test it by just running it in iframe mode. Check the docs on how to use iframe with shortcodes.
Forum: Plugins
In reply to: [Edge Suite] Edge JS files with wrong pathsNot really much that I can do without looking at it. Please check other issues, might be that your content upload path is not set correctly in the wp settings.
Forum: Plugins
In reply to: [Edge Suite] Edge Suite Stops UploadingWow, 30MB, ok…. if you upload it anywhere I can download and test it. But am pretty sure this is a server issue rather then an edge suite issue.
Forum: Plugins
In reply to: [Edge Suite] Drag and Drop JS filesIts a bit different when using external files. Edge Suite does all the needed prefixing for you when it comes to Edge Animate internals. But when you use files within your own code you have to add the project path manually. Try to add the following in your code
var path_prefix = '';
if (AdobeEdge && AdobeEdge.pathPrefix && AdobeEdge.pathPrefix.comps && AdobeEdge.pathPrefix.comps[compId]) {
path_prefix = AdobeEdge.pathPrefix.comps[compId] + '/';
}
and then you add
path_prefixas a prefix to all custom resources likepath_prefix+ ‘query.min.js’ etc.To get additional scripts into the OAM I think you just have to add them with a script tag within the main index html file in the header. Then EA will detect them and pack them as well.
Forum: Plugins
In reply to: [Edge Suite] Drag and Drop JS filesPlease try the dev version of the plugin http://downloads.wordpress.org/plugin/edge-suite.zip and activate jQuery no conflict mode in the settings
Forum: Plugins
In reply to: [Edge Suite] IE 9 and 10 problemHi,
did you test the stand alone animation in IE? Does that work? Not sure if edge suite is involved, could also be the theme, did you try twentytwelve? Same problem there? If so, please try a really simple animation and see if that causes issues as well.Forum: Plugins
In reply to: [Edge Suite] Animation coordinates are wrong after WP uploadGlad to hear you solved the issue. If you are up for it, please rate the plugin.
Forum: Plugins
In reply to: [Edge Suite] Animation coordinates are wrong after WP uploadLooks like you are using shortcodes? Try [edge_animation id=”3″ iframe=”true”] to wrap the whole animation within an iframe, just to make sure that the animation works in itself.
Forum: Plugins
In reply to: [Edge Suite] Animation coordinates are wrong after WP uploadCheck line 24 of your style.css. As far as I can tell you are defining a line height bigger than 1 there for the whole body, means the animation as well. If you set line-height to 1 then the font seems to work fine in the animation.
Forum: Plugins
In reply to: [Edge Suite] Animation coordinates are wrong after WP uploadHi,
did you check the console for errors? Any chance I can take a look at it anywhere online?Forum: Plugins
In reply to: [Edge Suite] animations not showing0.5 is not the dev version, please use the dev version linked in my previous post.
Forum: Plugins
In reply to: [Edge Suite] Edge Suite Forcing Responsive MenuHi Josh,
that sounds really strange. To get this straight, you didn’t even have an animation on the page and Edge Suite somehow screwed up your menus? Or did you have an animation on the page, or was one animation the menu?