ti2m
Forum Replies Created
-
If you sent me the OAM to edge@timm-jansen.de then I can throw it in my local installation and give it a test run. Otherwise you might want to check the Adobe Edge Animate forum. Does the animation work on its own?
Hi,
do you run edge suite alongside any other jQuery modules like sliders or whatnot? If so try the jQuery no conflict mode of edge suite or disable the other plugins for testing.Is the site online somehwere, then I can take a look.
Forum: Plugins
In reply to: [Edge Suite] Edge Suite and W3 Total CacheThanks for the feedback. It’s probably like with the other caching modules that wp_head is not being processed. I’ll try to look into it on the weekend.
Forum: Plugins
In reply to: [Edge Suite] Edge Suite in Multisite installations?Hey there,
so I got a chance to look into it. Did you by any chance activate the plugin over the network? Because in that case hook activate will not get called and the custom database table that is needed will not be created. It all seems to work when you activate the plugin for each single site.Please let me know if that works for you. I’ll check how this can be fixed for network activation, just wanted to let you know…
Forum: Plugins
In reply to: [Edge Suite] Activation error after installation of Edge Suite PluginHey,
I managed to reproduce the error while working on another issue. Are you working on a multisite???Forum: Reviews
In reply to: [Edge Suite] As Easy As Using Edge!Thanks for voting, glad to hear you like the plugin! Have fun with Edge
Forum: Plugins
In reply to: [Edge Suite] Edge Suite in Multisite installations?Hi, sorry for the late reply, was away last week.
To be honest I have never tested Edge Suite in a multi site setup, will try this next week. It should work in general though as I’m making heavy use of the wp api, which of course supports multi sites. The created edge_suite folder supports that claim 😉
Are you sure it’s not a general upload issue? Did you maybe test Edge Suite on the same server with a single page installation? Do you get any error messages at all when uploading an OAM file? Can you check the upload directory in your settings.
Forum: Plugins
In reply to: [Edge Suite] Animations loading lastClosing due to inactivity.
Forum: Plugins
In reply to: [Edge Suite] OAM files management with Edge SuiteHi,
thanks for the feedback. I have tried to keep everything really clean. As wordpress doesn’t support protected or private files (which can’t be accessed directly) I decided to not store the OAMs on the server as I don’t want people to be able to somehow get their hands on the complete OAM. The OAM gets extracted on upload, will be scanned for needed resources and the rest will be deleted.
You are right, replace functionality is missing though and I think its important. I’m planning on doing a whole rewrite of the plugin and therefore didn’t work on “replace” yet, but it all takes longer as expected, so I’ll try to set up replacing compositions in the current version. It just made it to the top of the list.Putting JS in the header or footer is also a thing in wordpress. I would love to just put stuff in the footer, but some themes don’t implement footer (although they should). So far the JS get either put in the header or directly inline. I’m thinking about an option though which lets you put everything in the footer.
Hoped that cleared things up
Forum: Plugins
In reply to: [Edge Suite] Auto detection of stage dimensions failed?Hi,
the OAM you sent me works fine with the dev version of the module in my installation. Dimensions get detected successfully on my installation.
If I set a fixed height, like 200px the animation also shows up, 100% might not work, you would need to wrap the stage into div and set a fixed height there.
Forum: Plugins
In reply to: [Edge Suite] jQuery issuesHey,
forget the activation hook, that was just some technical background. Basically just try to deactivate and activate the plugin. If that doesn’t work remove the plugin completely and do a fresh reinstall of the dev version.
Forum: Plugins
In reply to: [Edge Suite] Activation error after installation of Edge Suite PluginHi,
ok, awesome, then it’s the file permission issue again. I’ll check, but the folders will be created later on anyway if they don’t exist, so you can just delete the
mkdir_recursive(trailingslashit(EDGE_SUITE_PUBLIC_DIR));I don’t get it though, because you said the edge_suite directory get created, very strange… but maybe if you take out that line you get some more detailed error message somewhere else, or maybe non, who knows 😉
Thanks for all the testing. Hope you get the zip working so you can use the plugin after all.
Forum: Plugins
In reply to: [Edge Suite] jQuery issuesHi,
can’t reproduce this. Did you maybe just replace the plugin files and the stable version was installed before? If so please remove the plugin completely and then get the dev version. The activation hook of the dev version needs to run to add the option for jquery to the database.Forum: Plugins
In reply to: [Edge Suite] Activation error after installation of Edge Suite PluginWow, ok, didn’t expect that at as the issue then lies within lines 87 to 96. I wouldn’t know what would be wrong there as only options are being added and the directories get created, which seems to work.
If you are up for it, delete line 87 to 93 first (the option block), try activation and if that doesn’t work the delete line 96
mkdir_recursive(trailingslashit(EDGE_SUITE_PUBLIC_DIR));Then we will know what’s going on, although I don’t have a clue yet what the issue might be….
Forum: Plugins
In reply to: [Edge Suite] Activation error after installation of Edge Suite PluginRon, thanks for your patience! Your feedback is really valuable.
When commenting out just that one first line an error was to be expected. But taking out line 64 to 84 ruled out a DB issue. It’s getting really strange. One more thing I would like to try: Comment out or delete line 99
//register_activation_hook(__FILE__, 'edge_suite_install');This will stop the whole edge suite activation function to be called. I do get the feeling the error comes from somewhere else, as the DB is working and the file permissions seem to work as well.
I assume you don’t have any problem when activating other plugins?