ti2m
Forum Replies Created
-
Forum: Plugins
In reply to: [Edge Suite] Trouble installing into Header.Hi,
header animations shouldn’t be a problem in general and if the code is already in the header then that is a good sign. Heavy JS themes, if not set up 100 correctly often then interfere with the EA runtime. Can you check the JS console in the developer tools for any errors. Hard to tell for me if I can’t take a look at the page. Check for something like ‘jQuery … bla bla… undefined’ or any other error
Forum: Plugins
In reply to: [Edge Suite] Sometimes loads, sometimes doesn'tHi,
never tried to load 6 animations on a page in parallel 🙂 In general you might be way better off by merging them into one. Edge Suite reduces the overhead, but still you load things like the buttons 6 times instead of 1.
But it should of course work in general to have 6 animations. It works in chrome for me, but on the first page load the first animation doesn’t show. The console shows a lot of ‘TypeError: x.easing[this.easing] is not a function’ errors. As far as I can tell it comes from the menu. It might be that this interferes with EA. Could be that if all resources are loaded then EA code is run before the menu has a chance to crash it.Sorry, that’s my best guess. From my experience with all the other issues here, in these cases it’s mostly some other JS crashing something. Try to switch of the menu for testing or change the theme and see if that works.
Forum: Plugins
In reply to: [Edge Suite] Edge Animation as HeaderThanks! I know that kind of frustration 🙂 Let me know if you are still having problems, then I’ll try to help you out. But please open up a new issue in that case, that’s easier to track.
Forum: Reviews
In reply to: [Edge Suite] YES!!!Thanks a lot for your feedback! Glad you like the plugin.
Forum: Plugins
In reply to: [Edge Suite] Edge Animation as HeaderPlease reconsider the way you write your posts. I find your last post very rude and not appropriate at all. The original question is about how to get started and I do believe that my answer does point to the right places. Otherwise, what else do you expect?
Do you seriously consider a video tutorial, detailed install instruction and a beginners tutorial with screenshot bad documentation for a non commercial plugin? The video and the tutorial cover the basics and have all the snippets you need. I checked, the video cuts off parts of code which aren’t Edge Suite specific and therefore aren’t documented in the tutorial or the install instructions. Otherwise please be more precise about what snippet you are talking about.
It’s one thing to overseen something and ask about it in the issue queue, but even if you were right, there is no need to be insulting. I’ve put a lot of work into the plugin, into the documentation and especially in answering the same question here over and over again, without getting a single cent out of it. But People like you are the reason why I seriously consider stopping the support for the plugin as I have moved away from WordPress anyway and I really don’t need this!
Forum: Plugins
In reply to: [Edge Suite] Firefox and PHP snippet problemGreat that you got it solved. Thanks for the feedback so others can benefit.
Forum: Plugins
In reply to: [Edge Suite] Multiple animations in theme fileHi, the post snippet in your linked issue should work. All animations have to use the same EA runtime though, means be of the same EA version, otherwise you need to run some in iframe mode. At the same time all animations have to have a different composition id, meaning the ‘class’ in Edge Animate. You can’t run the same animation twice on a site, if you want to do that as well then you need to use iframe mode for one as well.
Can you just check the runtime for two of the animations and start with them an see if it works?
Forum: Plugins
In reply to: [Edge Suite] Firefox and PHP snippet problemCan you post a link to the site, then I can take a look. Do you have the same problem with a really simple composition? Are you able to test it on a different server?
Forum: Plugins
In reply to: [Edge Suite] Approximately 25px white space at topHi,
use the latest dev version as described in the FAQ, this will remove an additional p tag, which should solve your issue.
Forum: Plugins
In reply to: [Edge Suite] Sound Plays, but No Animation ShowsLooks like you have the same animation twice on the homepage, that won’t work as EA can’t handle two compositions with the same composition id.
Forum: Plugins
In reply to: [Edge Suite] Only one animation will showWait, can you check if you are maybe using one animation with CDN and the other not with CDN, then these two jquery versions might collide
Forum: Plugins
In reply to: [Edge Suite] Only one animation will showIn general it should work with two animations. Did you try to reupload the animations after you upgraded to the new version? Usually I would say you can sent me the OAMs and I test, but I’m head over in work so I won’t have time to test it. Did you try switching the theme, just to make sure it’s not that?
Forum: Plugins
In reply to: [Edge Suite] Only one animation will showDoes it work when you use the iframe=true option for the widget in the shortcode? Just for testing
Forum: Reviews
In reply to: [Edge Suite] Basically great plugin but up count of ID?Hi,
thanks for the feedback, I commented on it over in the issue queuehttp://wordpress.org/support/topic/stage-id-changes?replies=3#post-5408905
Forum: Plugins
In reply to: [Edge Suite] Stage ID changesHey,
I know what you mean with the ID. There should actually be an option to just replace an existing animation. Shortcode WYSIWYG support was also planned. There is also the idea of a complete rewrite…. all not happening due to lack of time and budget. Most of the time I’m busy answering the same questions over and over again because people don’t seem to read the FAQ. And even though people seem to use the plugin for commercial projects, no one seems to be willing to fund further development of the plugin. Am not complaining, just trying to explain the situation.
If you are up for the task and implement a solid solution to replace existing animations I am more then willing to commit it to the plugin.