ti2m
Forum Replies Created
-
Forum: Plugins
In reply to: [Edge Suite] Resource interpreted as image…I do get the “Resource interpreted as Image but transferred with MIME type application/javascript”, but that isn’t because of the plugin as far as I can tell. I couldn’t really figure out where these notices come from… I’ll have to check up in the Adobe forums.
The folder permissions are based on your hoster setup and are (if you ask me) a bit strange in wordpress. If the FTP user and the www-data user are not in the same group you might run into issues. Do you get the red notice box on the “manage” page? That’s why I added the extra setting to kill all the folders when you deactivate the plugin so you can at least get rid of that stuff.
I’m planning a complete rewrite of the plugin, which will also handle the files differently, therefore I won’t work on the file issue (as there is not that much to work on anyway).
Forum: Plugins
In reply to: [Edge Suite] jQuery issuesYes, I think EA handles all the webfont stuff if you use the build in functionality.
The problem with jQuery is that a lot of plugins extend the jQuery variable, like in your case. Then EA comes in and overwrites the jQuery var, so the extensions are gone and you get errors. In general I don’t know how clever it is to extend the jQuery object, but EA doesn’t seem to do that. If EA loads first and then gets overwritten it doesn’t matter as it will just use that version. That of course just works as long as the jquery versions are equal, or at least similar enough.
So, the no conflict mode isn’t 100% bullet proof but that is a problem on a more general level and then the other plugins need to stop using the jQuery object + namespace as it is right now.
Forum: Plugins
In reply to: [Edge Suite] jQuery issuesHi,
the message about the other jquery version is just a log message that the plugin prints so you know that you are running in no conflict mode. This shouldn’t appeare unless you enabled the debug setting, I’ll check up on that.
In theory the no conflict mode should be stable, at least so far no one had any issues anymore, I’ll soon push the feature into the stable branch. As this relies on the core jQuery no conflict feature there shouldn’t be any crossbrowser/device issues. But time will tell 😉I’m not sure in what way the module should support webfonts. Webfonts in edge are handled through the edge runtime and are not CSS specific anymore as far as I remember. So webfonts should work out of the box. If not, what did you have to do to get the webfonts to work within the animation in WP?
Forum: Plugins
In reply to: [Edge Suite] jQuery issuesHave you checked the other issues in the queue? E.g. http://wordpress.org/support/topic/javascript-jquerry-conflict
Try the dev version of the plugin
http://downloads.wordpress.org/plugin/edge-suite.zip and activate the jquery no-conflict mode in the settingsForum: Plugins
In reply to: [Edge Suite] problem uploading OAM File " check folder permissions etc"I checked where the error message gets generated, I can try to output more information about the error so that it will be possible to see what going on. Must be a strange error though. Which hoster are you on?
Forum: Plugins
In reply to: [Edge Suite] problem uploading OAM File " check folder permissions etc"Try settings all the edge folders to 777 for testing
Forum: Plugins
In reply to: [Edge Suite] problem uploading OAM File " check folder permissions etc"Did you check the permissions on these folders? The error occurs when the plugin is not able to unpack the oam or copy files files within the folders.
Forum: Plugins
In reply to: [Edge Suite] problem uploading OAM File " check folder permissions etc"Hi,
there haven’t been any upload problems by other people for some time now. Please check the other resolved issues for possible problems. It’s most likely a problem with the edge_suite directory within your upload directory. Did that get created? If so, what directories do you have in that directory.Forum: Plugins
In reply to: [Edge Suite] Adobe Edge Animate Homepage Slideshow in Method themeGlad I could help. If you feel like it, rate the plugin. I mark this as resolved.
Forum: Plugins
In reply to: [Edge Suite] Overflow problem?As I understand it is working now so I’m closing the issue. If not feel free to reopen.
Forum: Plugins
In reply to: [Edge Suite] Animation is staticSeems to be fixed, closing the issue.
Forum: Plugins
In reply to: [Edge Suite] Adobe Edge Animate Homepage Slideshow in Method themeHi,
try using the dev version of the plugin http://downloads.wordpress.org/plugin/edge-suite.zip and activate the jQuery noconflict mode in the settings. If this does not solve the issue I would need to take a look at the code to have an idea of whats going wrong.Forum: Plugins
In reply to: [Edge Suite] Animation is staticCan’t tell you anything else then to fix the absolute path, I can see in the console that it will fix the issue. If you don’t want to do that then I can’t help you.
Forum: Plugins
In reply to: [Edge Suite] Animation is staticHi,
two things, when you check the console, you get:
1) http://glorygong.com/wp-content/uploads/edge_suite/project/gloryheader_5/http:/glorygong.com/wp-content/uploads/2012/11/gloryheadersnow/images/snow.png not found. Did you adjust paths yourself? Because it seems to find all the other resources. Just looked it up, you have an absolute path in gloryheader_edge.js, switch that back to relative and reupload.2) You get an colorbox error, that’s most likely because of a jQuery version clash. Try the dev version http://downloads.wordpress.org/plugin/edge-suite.zip and active the jQuery conflict mode in the settings. Otherwise colorbox is probably not going to work.
Forum: Plugins
In reply to: [Edge Suite] Animation is staticHi,
did you try any other animation then the demo? The demo actually has no animated parts, I just used it for the tutorial as it demonstrates flexible layouts. The source so far looks good, so just try something else.