ti2m
Forum Replies Created
-
Forum: Plugins
In reply to: [Edge Suite] two [edge_animation id=""] on the same pageCommitted the fix, try the dev version of the plugin http://downloads.wordpress.org/plugin/edge-suite.zip
Forum: Plugins
In reply to: [Edge Suite] two [edge_animation id=""] on the same pageAh, I see, console throws an error, has to do with the jquery noconflict mode. Try turning it of, if you don’t absolutely need it. I’ll fix the bug and commit it tomorrow.
Forum: Plugins
In reply to: [Edge Suite] Edge Suite/Edge animations and SEOHi,
so you can “publish content as static html” in EA, totally forgot about that. But so far Edge Suit doesn’t support this at all. I would need to pase the html file and grab the content from there. That will take same time until I’ll go to do that. A more temporary solution would be that you can use the shortcode to just add all the JS to the page, but not the actual html for the stage. You could then grab the html from the main html file yourself put it in a post (which will contain the stage) and the short will add the JS.Forum: Plugins
In reply to: [Edge Suite] two [edge_animation id=""] on the same pageHi,
I should mention that in the FAQ, you can’t run 2 compositions on the same page with the same composition id (means composition class). It should work though when they have different composition ids. Did you change the id within Edge Animate and upload the new OAM? Is there a link to the page so I can maybe take a look?Forum: Plugins
In reply to: [Edge Suite] jQuery ConflictWell, if you want, just give it a try. You work in a child theme so it shouldn’t be a problem at all. Open theme-frontpage.php in your child theme main folder and check line 25:
Replace
jQuery(window).loadwithjQuery(document).readyWorks for me.
Forum: Plugins
In reply to: [Edge Suite] jQuery ConflictHi, thanks for the mail with the correspondance. To make a couple of things clear:
1) It’s not my choice to include a custom version of jquery, Edge Animate is build on it. The problem lies a bit within jQuery, different versions and backwards compatibility, and plugins extending the jQuery object (which is the main problem).
2) The whole issue is about the timing, the slider tries to fire right in between swapping the jquery version. nivoslider is using
jQuery(window).load()to fire, I’m not sure if there is a specific reason for that. I swapped it with the more commonjQuery(document).ready()and then the problem disappears. I’ll write them and ask them.3) The more brutal approach would be to swap Edges jQuery for the newer wordpress (or whatever custom version one is using). I gave it a test run and that would work as well. Need to comment the UI a bit, then I could commit that into the dev version of the plugin. But first I’ll talk to the mantra guys.
Forum: Plugins
In reply to: [Edge Suite] jQuery ConflictHi,
can you activate the debugging mode in the edge suite settings. This will activate some logging for the jquery conflict mode to check what’s happening.You can sent additional info from mantra to edge@timm-jansen.de
Forum: Plugins
In reply to: [Edge Suite] jQuery ConflictDid you check the other issues about jQuery conflicts? Did you activate the jquery no-conflict mode in the settings. Is there a link to what the Mantra guys suggested to do?
The placement of the stage within the header looks good as far as I can tell though. Don’t think that’s the problem. Animation works for me in Chrome all the time. Please try the no conflict mode as suggested in the FAQ of the plugin.
Forum: Plugins
In reply to: [Edge Suite] Edge Suite/Edge animations and SEOHi,
in theory Google should be able to grab the content from an animation, but it might take some time until they actually do that. But that is a general problem with Edge Animate and therefore I would suggest taking a look at the forum http://forums.adobe.com/community/edge_animate and post the issue there. I’ll talk to some people and check what the roadmap for SEO and EA is.
Forum: Plugins
In reply to: [Edge Suite] Activation error after installation of Edge Suite PluginHi Ron,
thanks for getting back to me. Great help! The subdomain shouldn’t be a problem. I experienced the problem you described when activating the plugin for a multisite, means the activation link states “Network Activate”. The cause for the issue is that the plugins constants are not set, which means one of the init hooks didn’t get called. I’ll take the creation of the directory out anyway and add a message when being on a multisite. I’ll let you know.The page you sent throws a couple of errors in the console, but you are not using Edge Suite on that page, are you? The plugin activation error is based on a deeper level though.
Forum: Plugins
In reply to: [Edge Suite] Edge Suite and W3 Total CacheProblem seems to be with AdobeEdge.pathPrefix.libs not being defined right away. This is probably because of shortcodes, I have to look into this in more detail.
Forum: Plugins
In reply to: [Edge Suite] Edge Suite and W3 Total CacheThat narrows it down a lot. The dump you sent also shows that the stage is being placed in the html. Can you activate the minification again, then I take a look at your page and check what’s going on. The console should throw errors.
Forum: Plugins
In reply to: [Edge Suite] Edge Suite and W3 Total CacheHi, is your site online anywhere? Otherwise sent me a dump of the source of a page where an edge animation should show up, then I can take a look. edge@timm-jansen.de
Forum: Plugins
In reply to: [Edge Suite] Edge Suite and W3 Total CacheI looked into w3 total cache. It seems to work for me though. w3 is to complex though to try to set the error off. Maybe you can try to deactivate some of the options. If you can narrow down what the issue might be in your case I can try to help.
I just tested it, but when I extract the OAM and run the animation on its own it throws the same error. This doesn’t seem to be wordpress related.