ti2m
Forum Replies Created
-
Forum: Plugins
In reply to: [Edge Suite] Edge Suite Buzz JS .oamHi, the problem is within the action.js and the way that you load buzz.js. You try to load the script from the root folder, where it is not found.
(function(symbolName){$('head').append("<script type='text/javascript' src='buzz.js'></script>")I checked, buzz.js actually made it to your project folder, I derived it from the preloader.js, that path looks really strange, but that just as a side note, has nothing to do with the problem. I need to check if you can easily get the current edge suite project path in JS, but that means it might not work locally when tested.
Maybe you just want to take a look at sound in Edge Commons, you can easily load it over CDN, which means you don’t have to worry about the OAM or the path or whatever:
http://www.edgedocks.com/edgecommons#anchor_edgecommons_20Forum: Plugins
In reply to: [Edge Suite] .oam not loading in safari until refreshI can take a brief look, but in general I just don’t have the resources to support custom code for single sites. Sorry…
Forum: Plugins
In reply to: [Edge Suite] .oam not loading in safari until refresh@sonnynotsony This seems to be related to the ajax loading of your content, whenever you access the page directly the animations show up.
@lucas72 The buttons always show up in my safari on mac (Version 6.0.5 (8536.30.1)) Did you test on another computer?
Forum: Plugins
In reply to: [Edge Suite] .oam not loading in safari until refreshI can only find one stage div on the posted link, the pass rate, whats the other. Also I don’t see any problems with the pass rate in safari. Just the animated menu button gets stuck most of the time on page load, but thats in safari and in chrome.
Forum: Plugins
In reply to: [Edge Suite] .oam not loading in safari until refreshIs the site online anywhere so I can take a look? Did you try to upload a simple animation and checked if it works in safari? So far no one seemed to have problems with safari so chances are not too bad its related to your composition.
Forum: Plugins
In reply to: [Edge Suite] Headway anyone?Glad you got it to work. If you like the plugin maybe you are up for voting for it.
Forum: Plugins
In reply to: [Edge Suite] Headway anyone?Hey,
this doesn’t seem to be a headway issue. Your upload directory seems to be located at http://excessnoise.com/wp-content/uploads/ but Edge Suite tries to get the preloader.js form within http://excessnoise.com/wp-content/uploads/. Check your settings page ‘Settings > Media >Uploading Files’ for the correct directory. ‘wp-content/uploads/’ is not hardcoded into Edge Suite, so it must get it from somewhere.
Forum: Plugins
In reply to: [Edge Suite] Adding Sound using buzz.jsHave you checked the error console, it should log files it can’t find, then you know where it’s looking for the files.
For Edge Commons, did you read the docs on sound? http://www.edgedocks.com/edgecommons#anchor_edgecommons_20
After upload you manually have to adjust the ‘asset’ path.
Forum: Plugins
In reply to: [Edge Suite] Headway anyone?Hi,
sorry, I can’t support Headway as its commercial and there doesn’t seem to be a free version. I can take a look at your site if its online anywhere. Have you checked the console for errors?Forum: Plugins
In reply to: [Edge Suite] File sizeHi,
Edge Suite doesn’t set the 22MB limit, so your server must restrict the file size. Check your php.ini or talk to your hoster.On the other hand, are you sure you want users to download 30mb for the composition, I would really check up on the images and optimize them before adding them to the composition. 30mb is really heavy, no way anyone is going to load that on a mobile… but that just as a personal comment.
Forum: Hacks
In reply to: wp_mkdir_p not workingI forgot to mention, that mk_dir and chmod work when using them on none nested folders somewhere in the code as I’m creating basic plugin folders that way.
As far as I can tell the essential part of the recursion is based on mk_dir and chmod, which work for themselfs, therefore I don’t get where and why it fails.
Forum: Plugins
In reply to: [Edge Suite] Permission set to 777 but Extraction of…. failed! :-(Posted an issue about this in the general plugin forum
Forum: Plugins
In reply to: [Edge Suite] Problem uploading OAM fileHi,
I have now posted an issue about this in the general plugins forum, lets see what comes out of it.http://wordpress.org/support/topic/wp_mkdir_p-not-working
You could ask you hoster the same question I ask in the forum, basically if they see any reason why the function wp_mkdir_p would fail.
Forum: Hacks
In reply to: Trigger plugin delete without proper file permissionsSo I talked to a couple of WP devs and this seems to be a common “issue” although I can’t really convince that many people that it is in fact an issue and an inconsistency. Fine with me after all, I just needed to know that there is no other way then to set up an option within the plugin settings.
Forum: Plugins
In reply to: [Edge Suite] Adding Sound using buzz.jsWhere did you place buzz.js locally? Projects will be placed under wp-content/edge_suite/projects/XXX so XXX is your webroot. Try uploading it there.
An alternative is to use build in sound in EdgeCommons, which will load everything over a cdn, so no problems with additional files.