ti2m
Forum Replies Created
-
Forum: Plugins
In reply to: [Edge Suite] Responsive script won't work in WordPress?Can you sent me your OAM to edge@timm-jansen.de, then I’ll check what’s happening.
Forum: Plugins
In reply to: [Edge Suite] Position in CenterHi,
I’m not sure I get what you want to do. Center a 1920px animation on a 940px page container??? Check the FAQ section “Background animation”, you can use the css there to set the stage as an overlay, the css code already centers the animation horizontally, you would need to add top: 50% and margin-top: -(half the height of the stage)px.Let me know if this works for you or if I got your question wrong.
Forum: Plugins
In reply to: [Edge Suite] Error uploading oamHi,
it looks like something is off with your permissions. Before uploading you should get an error message anyway that wp-content/uploads/edge_suite could not be created.Try setting the permissions of the 3 directories to 777 for testing
Forum: Plugins
In reply to: [Edge Suite] Animation not using locationHi,
when the animation shows up in the upper left corner it usually means Animate couldn’t find the stage div and it just puts the whole animation directly in the body. My best guess would be that you put the PHP snippet in your template file within a conditional statement which is being reached. Just try printing something else like<?php print 'test'; ?>and see if it comes up. If it doesn’t place the snippet somewhere else, if it does then please check the linked tutorial from the plugin page for possible mistakes during setup.Forum: Plugins
In reply to: [Edge Suite] Static homepage – shortcode in template?Hi, I’ve also updated the official tutorial on EdgeDocks so people don’t have to got through the issues.
Maybe consider voting for the plugin if you like working with it and/or report your working wp version.
Forum: Plugins
In reply to: [Edge Suite] Edge Suite in Multisite installations?I’m marking this a resolved for now as it works as far as I can tell on multisites when you don’t enable the plugin over the network. The issue will be completely resolved in the coming rewrite of the plugin as I’m not using extra tables there.
Forum: Plugins
In reply to: [Edge Suite] Static homepage – shortcode in template?Hi,
as long as it works… but maybe to help others. edge_suite_view() will print the default or blog page composition. If you don’t need them or have them set to none you can also remove the function call. do_shortcode is also an option, but you can also directly call
edge_suite_comp_view_inline($id, $css_style). Second parameter is optional, so basically for your caseif(function_exists('edge_suite_comp_view_inline')){ echo edge_suite_comp_view_inline(1); }Maybe that’s easier.
Forum: Plugins
In reply to: [Edge Suite] Problem with CyberChimp iFeature 5 theme?Glad to hear it worked. If you like working with the plugin maybe consider voting for it.
Forum: Plugins
In reply to: [Edge Suite] Problem with CyberChimp iFeature 5 theme?Wait a sec, while looking at the source code of your page again. The scripts are included in the head which means you must have set a site wide composition in the edge suite settings. So the animation is not coming from the shortcode. Maybe take a look again at the detailed written tutorial, something seems to be off.
http://edgedocks.com/content/edge-suite-integrate-edge-animate-wordpress
Forum: Plugins
In reply to: [Edge Suite] Problem with CyberChimp iFeature 5 theme?I gave iFeature 5 a quick testrun, out of the box shortcodes work for me. As I assumed your page doesn’t have a stage div. My best guess would be some kind of caching or filtering.
You can try always try the latest dev version of the plugin, but I don’t think that’s it.
http://downloads.wordpress.org/plugin/edge-suite.zipSorry, but this is too specific to your setup, hard for me to say what’s exactly going on.
I would try another plugin with shortcodes and see if that works.
Forum: Plugins
In reply to: [Edge Suite] Problem with CyberChimp iFeature 5 theme?Hi,
when the animation shows up in the upper left corner it usually means Animate couldn’t find the stage div and it just puts the whole animation directly in the body. So I guess there is a problem with sohrtcodes, but a strange one. The animation gets included, which means the shortcode must be processed. Is some kind of caching activated? Do other shortcodes work?Any chance I can take a quick look at it somewhere online?
Forum: Plugins
In reply to: [Edge Suite] Multiple Animations on one pageHi,
did you check http://wordpress.org/support/topic/two-edge_animation-id-on-the-same-page?Are all 4 animations based on different compositions? Please check if they have different composition ids (set in Edge Animate). Is your site online, then I can take a look.
Forum: Plugins
In reply to: [Edge Suite] Adobe Edge Dynamic MenusHi,
I haven’t tried this before, but it should be possible.
To begin with I would build a simple static prototype in EA (to test if it all works as you want) which has a couple menu items and the drop down. Set the height of the stage to that of your menu items, stage witdh could be 100%, overflow of the stage needs to be visible.
Upload the OAM to wordpress and get the ID you would use within a shortcode. Edit your template file and put
<?php print edge_suite_view_inline($id) ?>where the menu should appear.If all works as desired do the real “fancy” menu and get Edge Commons (edgecommons.org) and data injection involved to pull in menu items dynamically.
Forum: Plugins
In reply to: [Edge Suite] jQuery ConflictGreat, marking this as resolved.
Forum: Plugins
In reply to: [Edge Suite] two [edge_animation id=""] on the same pageGreat, thanks for reporting the bug.