ti2m
Forum Replies Created
-
Forum: Plugins
In reply to: [Edge Suite] Custom fontsHey,
I figured out what went wrong, will commit the new version to the dev branch tomorrow.
Forum: Plugins
In reply to: [Edge Suite] Edge Suite Breaking Responsive LayoutHi, as stated in the FAQ, please check the console first. It throws multiple errors in your case. You seem to have copy and pasted the snippet from somewhere, the ” aren’t in the usual encoding so JS doesn’t recognize them correctly and throws errors.
Forum: Plugins
In reply to: [Edge Suite] wordpress can not find the images of the. oam fileGet the path to the project folder with the following snippet:
var path_prefix = ''; if (AdobeEdge && AdobeEdge.pathPrefix && AdobeEdge.pathPrefix.comps && AdobeEdge.pathPrefix.comps[compId]) { path_prefix = AdobeEdge.pathPrefix.comps[compId] + '/'; }You can then use e.g.
'url (' + path_prefix + 'images/beeld2.gif)'Forum: Plugins
In reply to: [Edge Suite] Responsive not workingHi,
iframe and a responsive height might be a really difficult thing to do in general because the iframe would need to change the height dynamically. That’s why I prefer inline rendering in general, lot easier there to make it work. Is inline rendering an option?
Right now there is no way around zip.so. As I stated in the linked issue: “unfortunately PclZip will not be supported. I’m planning a complete rewrite of the whole plugin as the current unpacking process has been the source for many support questions and it seems to be impossible to support all kind of hosters with the current strategy.”
Most problems have been resolved, although extraction still fails in some rare cases. The planned rewrite is not going to happen very soon due to lack of time.
The easiest might be to just look for another hoster, most hosters provide zip.so
Forum: Plugins
In reply to: [Edge Suite] Custom fontsHi,
custom webfonts should work in general. Can you sent me your OAM to edge@timmjansen.com, then I can take a look on what’s being uploaded and if paths are modified correctly.
No cross posting please, that doesn’t help anyone and is just rude. Please search the issue queue before opening a new issue. Take a look at http://wordpress.org/support/topic/your-server-is-not-able-to-extract-zip-files-php-class-ziparchive-not-found
Forum: Plugins
In reply to: [Edge Suite] Animation not showingSeems to be working now, right? At least you have an animation with a slideshow on your homepage.
Forum: Plugins
In reply to: [Edge Suite] no more than one animation loadingHi,
any chance the animations have the same class id (in EdgeAnimate)? Edge Suite isn’t able to handle multiple animations with the same class id (which actually are different animations) on one page right now. This usually happens when you copy a complete project.Forum: Plugins
In reply to: [Edge Suite] I can see the elements out of stagePlease follow the given tutorials and check the FAQ. There is no HTML for the EdgeAnimate stage present in your source code which results in the elements just floating around. It’s all explained in the tutorial.
Forum: Plugins
In reply to: [Edge Suite] Animation not loading on pagePlease take a look at the FAQ, if you gone through the steps please provide more details, otherwise I won’t be able to help you.
Forum: Plugins
In reply to: [Edge Suite] Edge Suite Into Lucid ThemeLike I mentioned before, hard to tell what#s wrong without looking at the page. As long as you don’t provide a link to the site I’m afraid I can’t really help you as this works for other people in general.
Forum: Plugins
In reply to: [Edge Suite] Edge Animate Add to ThemePlease check the FAQ on how to add a background animation. Doing an overlay basically works the same way, just a higher z-index.
The problem I see though with an overlay is that you have see stage of the animation on top of everything else, which means your actual page content isn’t accessable.
Forum: Plugins
In reply to: [Edge Suite] Overflow: bottom of post content containerSo I tested it again, works without a problem so far for me in 2013 theme. Saw that you changed the theme, also seems to work there. There must be some kind of JS active that sets the height of the main content element.
Forum: Plugins
In reply to: [Edge Suite] Edge Suite Into Lucid ThemeHi, not sure i get your setup, but right now you can’t upload two different composition with the same class id e.g EDGE-731825939. This sometimes happen when people copy or modify compositions. This is not a problem in general, errors only occur when putting both compositions alongside on a single page. Could that be it? Hard to tell without looking at the site.