ti2m
Forum Replies Created
-
Forum: Plugins
In reply to: [Edge Suite] Jquery 1.10.2 vs 1.7.1“the following when i ask it to run its own version of jQuery” not sure what you mean by that. Did you try the jquery noconflict option in Edge Suite?
Forum: Plugins
In reply to: [Edge Suite] Not loading correct JS files.Hmm, ok, then that’s not it. By taking a closer look, your directory structure looks strange http://www.website.com/page/edge_includes
Usually it’s something like http://www.website.com/wp-content/uploads/edge_suite/…
Are you doing anything special? Maybe check upload path setting on the general settings page.
Forum: Plugins
In reply to: [Edge Suite] Not loading correct JS files.If you get this error then I’m 99% sure you are not using the latest dev version of the plugin. Did you use the version linked in the FAQ. Latest dev doesn’t mean latest version, dev is always fresh from the repository. The latest version doesn’t contain the adjustments for EA3 yet as its still under testing.
Forum: Plugins
In reply to: [Edge Suite] Edge Commons Spotlight problemHi,
try to use the following snippet below in you JS to load the project path (in your case /wp-content/uploads/edge_suite/project/custommap_1/) into ‘path_prefix’. You then need to add the path prefix to all your images, like path_prefix + ‘images/LuvYurMutt.png’
var path_prefix = ''; if (AdobeEdge && AdobeEdge.pathPrefix && AdobeEdge.pathPrefix.comps && AdobeEdge.pathPrefix.comps[compId]) { path_prefix = AdobeEdge.pathPrefix.comps[compId] + '/'; }Hope that works, didn’t test spotlight before, should definitely take a closer look, just don’t have the time at the moment, sorry…
Forum: Plugins
In reply to: [Edge Suite] Not loading correct JS files.Hi,
yeah, this means the files are integrated correctly, there must be JavaScript errors in the console then.Forum: Plugins
In reply to: [Edge Suite] Specific animation for Category pageHi, guess you need to do that manually by adding the same PHP code that is used for placing animations in the header on the template for category pages. Sorry, don’t have the time at the moment to test it myself. Hope that at least points you into a direction.
Forum: Plugins
In reply to: [Edge Suite] Not loading correct JS files.Hi,
thanks for the thorough testing before posting the issue! Did you check the console, any error messages there? Can you find the …_preloader.js and edge-wordpress.js in your page source code?
Forum: Plugins
In reply to: [Edge Suite] wordpress can not find the images of the. oam file@ JoakimA … and I’m almost 99% sure this has nothing to do with this thread, please check the other 10ish issues about images not being found or the FAQ. (Sorry, but I’m really tired of answering the same questions over and over again).
Forum: Plugins
In reply to: [Edge Suite] Animation doesn't show up – "_preloader" is missing?Don’t think there is much that I can do then, as stated above, please try the latest dev version of the plugin and follow the instructions in the tutorial, that seemed to have worked for everyone else so far.
Forum: Plugins
In reply to: [Edge Suite] When update Edge Animation to ver.3.0 lost link to resourcesPlease try the latest dev version of the plugin as stated in the FAQ and the other 10ish issues about this.
Forum: Plugins
In reply to: [Edge Suite] Composition not loadingThanks for the animations, will take a look when I have time. Am closing the issue for now. Please consider voting for the plugin if you like it.
Forum: Plugins
In reply to: [Edge Suite] error when revisitingYou don’t seem to be using Edge Suite on you page right now, so I still can’t do much. With these kind of errors try to use the shortcode with iframe=”true” and see if that works, then you at least know that you have a JS conflict problem.
Forum: Plugins
In reply to: [Edge Suite] Animation doesn't show up – "_preloader" is missing?Hi,
no Edge Animate stage is being rendered on your site. Please check the linked tutorial on the plugin site to see how to properly include Animations into your site.Forum: Plugins
In reply to: [Edge Suite] Repeated Upload problemHi, as the FAQ states, zip.so needs to be installed on your server, no way around it right now.
Forum: Plugins
In reply to: [Edge Suite] Edge 3.0 Animation – Can't Find Images@cravenlovelace I’m closing this topic due to crossposting and as the original problem was solved. We still need to work out your resizing issue, but please open a new issue if you want to keep working on this, sadly didn’t have time yet to look into it in more detail.