ti2m
Forum Replies Created
-
Forum: Plugins
In reply to: [Edge Suite] Getting "Aborting, the project name is not valid" errorWould have to check, but the . in catalog.fw might be the problem.
Forum: Plugins
In reply to: [Edge Suite] Composition Not Showing UpDo you have a link to your page? When installing the latest dev from the FAQ link make sure you delete the old plugin folder. Please take a look at the FAQ and 1) see if you at least have the stage code in your HTML source and 2) check the console for errors. That will give me a better clue of whats going on.
Forum: Plugins
In reply to: [Edge Suite] Jquery 1.10.2 vs 1.7.1Which theme are you using? Can you try another one and see if it works there. When using shortcodes Edge Suite has to place the JS inside the body tag. Things sometimes get messy then if other/too many other JQuery plugin are present. What you can always try is the iframe=”true” option with the shortcode, jsut to make sure that it works in general. Then the animation should just play fine and all resources should be loaded.
So basically try the iframe mode, if that try the inline mode in another theme. That should make clear where the actual problem is.
Forum: Plugins
In reply to: [Edge Suite] EDGE animation on IE11Does the animation work standalone in IE11?
Forum: Plugins
In reply to: [Edge Suite] Getting "Aborting, the project name is not valid" errorEdge Suite doesn’t support whitespaces or special chars in the project name. Make sure that your internal project name and the filename prefix (e.g. for the _preloader.js file) are valid. Could that be it?
Forum: Plugins
In reply to: [Edge Suite] $("#Stage").offset() is undefinedPlease check the FAQ before posting an issue! Use sym.$(‘Stage’) to access the stage.
Forum: Plugins
In reply to: [Edge Suite] Not loading correct JS files.Glad you got it to work! Please consider voting for the plugin if you like it.
Forum: Plugins
In reply to: [Edge Suite] Composition not loadingHave you installed the latest dev version as stated in the FAQ? If it still doesn’t work with the dev version please open up a new issue.
Forum: Plugins
In reply to: [Edge Suite] Jquery 1.10.2 vs 1.7.1Do you use the header snippet or shortcodes?
Forum: Plugins
In reply to: [Edge Suite] Animation Loading on Category Archive PageThanks a lot for your feedback, thought I fixed the issue some time ago. Will take a closer look when I have time, but you can be sure it will be fixed when updating to a newer version.
Forum: Plugins
In reply to: [Edge Suite] Composition Blinks and disappearsHi,
that all sounds really strange. Did you empty the browser cache in between?Forum: Plugins
In reply to: [Edge Suite] Edge Commons Spotlight problemOk, I still don’t get how ‘custom-map-in-edge-animate’ comes up in your image path as it isn’t contained in the path_prefix variable and I don’t assume you add it manually.
Forum: Plugins
In reply to: [Edge Suite] Not loading correct JS files.All the paths are set in edge-suite.php right at the top in edge_suite_init_constants() and its being used to in includes/edge-suite-comp.inc in edge_suite_comp_render(). So its really strange that these two don’t seem to be the same for you. In your page source code, what’s the value of ‘AdobeEdge.pathPrefix.libs’?
Forum: Plugins
In reply to: [Edge Suite] Edge Commons Spotlight problemNot sure what you have tried, by looking at your page source, you have AdobeEdge.pathPrefix.comps[‘EDGE-86281901’] = ‘http://doug-harper.com/wp-content/uploads/edge_suite/project/custommap2_2’ in there, so the above snippet should load ‘http://doug-harper.com/wp-content/uploads/edge_suite/project/custommap2_2’ into the variable path_prefix, not sure where ‘custom-map-in-edge-animate’ is coming from.
Forum: Plugins
In reply to: [Edge Suite] Not loading correct JS files.That is a bit odd, take a look at http://wordpress.org/support/topic/wordpress-35-where-the-option-settings-media-upload_path-gone
But it states that
The UI will be only removed if the setting is empty or the same as the default wp-content/uploads. When you have changed the setting it will be still displayed.
So you should either have the default setting and EdgeSuite would just work or you should see the UI option. But even in that case Edge Suite should be able to work with it. Really hard to tell without looking at the page…