ti2m
Forum Replies Created
-
Forum: Plugins
In reply to: [Edge Suite] Stage ID changesThanks for the positive feedback. So far I didn’t even have time to set up donations as not that many people seem to be willing to donate anything, but you are right, I should do that.
Marking this issue as resolved.
Forum: Plugins
In reply to: [Edge Suite] Load an animation depending on qtranslate languageMarking as resolved due to inactivity. Let me know if you are still having problems with this.
Forum: Plugins
In reply to: [Edge Suite] Getting "Aborting, the project name is not valid" errorMarking as resolved due to inactivity. Let me know if you still have problems with the project name.
Forum: Plugins
In reply to: [Edge Suite] .OAM file will not uploadMarking as resolved due to inactivity. Please reopen when still experiencing problems.
Forum: Plugins
In reply to: [Edge Suite] Navigation not dropping down below edge headerJust set the position of the stage (#Stage_south_beach_1) to not being absolute.
Forum: Plugins
In reply to: [Edge Suite] Animation not showing up properlyI assume you are talking about http://www.velveteenwebdesign.com? Can you sent me a link to the page the composition is on. All the “Resource interpreted as” are kind of normal and the debug edge suite messages as well.
Forum: Plugins
In reply to: [Edge Suite] Navigation not dropping down below edge headerYou are not really providing that many details. The page looks fine as there is no composition on the page. Is it supposed to be there? Is there a composition on any of the subpages? The page already throws a JS error without any composition being included, which isn’t a good state to start from. To help you I need a page where Edge Suite is involved and something goes wrong, otherwise there isn’t that much that I can do.
Forum: Plugins
In reply to: [Edge Suite] Navigation not dropping down below edge headerAny link to the site? Otherwise it’s hard to tell
Forum: Plugins
In reply to: [Edge Suite] Composition not showingIf the files aren’t anywhere, then you should get an error messages when uploading a composition.
Forum: Plugins
In reply to: [Edge Suite] Composition not showingCan you check if the files actually made it onto the server? The files should be in wp-content/uploads/edge_suite/project/animation_3.
And maybe take a look at https://wordpress.org/support/topic/not-loading-correct-js-files I explained there how to check up on the upload path.
Forum: Plugins
In reply to: [Edge Suite] JS Error after EdgeSuite update@wouterdegrote sorry, totally forgot to tell you, you can try to use the iframe option, I don’t consider that a nice solution in general, but it works in most cases.
Forum: Plugins
In reply to: [Edge Suite] Multiple animations in theme fileThanks for the feedback, glad you got it working. I’ve tested it with two compositions without CDN before, so this should definitely work in general. Might be a conflict with your theme or something, but as long as you got it working…. Marking as resolved. Please consider voting for the plugin if you like it.
Forum: Plugins
In reply to: [Edge Suite] Composition Not Showing Up@kreate12
Hi,please don’t post in an already closed issue. This doesn’t have anything todo with your problem. For some reason the full server path comes for your preload.js http://www.kristenthomasdesigns.com//home/kreative12/public_html/wp-content/uploads/edge_suite/project/animation_3/animation_edgePreload.js Can you check the settings for your upload folder in the setttings. And please open up a new issue.
Forum: Plugins
In reply to: [Edge Suite] Multiple animations in theme file@gatanass You have CDN disabled for one composition and enabled for the other. Therefore EA loads the runtime and especially jQuery twice, which most likely causes the crash. Enable or disable CDN for both and see if that works.
Forum: Plugins
In reply to: [Edge Suite] JS Error after EdgeSuite updateHi wouterdegrote,
please open up a new issue in the cases. Your big isn’t easy to solve, as ES loads has loaded its jquery and does some processing on it. At the same time plugins, as flexislider register their prototype functions on the currently active jquery object, which belongs to EA. When EA is done processing ES switches the jquery versions back, but now flexislider doesn’t have the registered protoytpe methods anymore. The jquery plugin prototype way isn’t that great and causes a lot of problems. The only way I know so far around this is to put all the EA stuff at the end, means in the footer. So far I haven’t implemented that as not all WP themes support footer. I’ll try to find the time to implement it anyway and make it optional, but that might take some time.
A while back I think someone had the same problem, but I’m not able to find the issue right away. Take a look around in the issue queue, maybe you can find it (that’s also the reason why you shouldn’t post new issues within resolved ones, you don’t find them anymore). But except from that I can just tell you to wait for the footer version, sorry.