Adobe Muse and Edge Animate - How do you consolidate files on server/ftp?

Hello everyone,
I am working on a site, and I recently added Edge Animate animations to it.  They look great, but the only issue I'm having is that the site doesn't load as quickly as I would like it to.  I did a few speed test and I think what's causing the load time is that I have about 5 different Edge Animate animations and they each have their own seperate folder with their own javascript in a folder called "Assets."
Is there a way to consolidate the "Assets folder," so that my site loads faster?
Any help would be greatly appreciated!

Hi, VelveteenWebDesignGroup-
You're in luck!  We just added in a feature to the latest version of Edge Animate CC (3.0) to enable the CDN option for OAM publish (what we call the "Animate Deployment Package").  This means that your Animate compositions can now references jQuery and the Animate runtime from the network instead of from the project directory.  (Please note that this will only make sense for Dreamweaver and Muse integration with OAM and won't make sense for InDesign.)
To turn this on, launch Animate and go to File > Publish Settings.  Then select the Animate Deployment Package on the left and click "Host runtime files on Adobe CDN."  Save and publish, and you should be good to go.
Hope this helps,
-Elaine

Similar Messages

  • Problems with Muse and Edge Animate working together

    Hello. I am having a problem with Adobe Muse and Adobe Edge Animate. I have a animated graphic on my home page that is made with edge. It's just a simple bar that slides across the screen. It works fine when you first go into the home page, however if you go back to the home page via any of the home page links on any of my other pages, the Edge Animate graphic does not display. Is there a reason or a fix I can use?
    The main reason I am using the Edge Animate graphic is that my pages do take advantage of the scroll motion features of Muse, but this graphic is on the upper part of the page so the scroll motion does not go into effect yet.
    Any help would be very much appreciated.
    John
    My site is studiobfineartgallery.com

    Hello,
    Please share your site URL with us to take a look at it.
    Regards
    Vivek

  • Working with Edge Animate, how do you change layer colors and and names of layers?

    For many years, I have worked with Adobe Photoshop, and the ability to change layer color or the name of layers is quite easy. I have been reading around about how to do this with Edge, but, can't find any information on how I might be able to do this. Can you help?
    Thank you!
    LainKennedy

    Hi Darrell,
    Thank you for your answer. When I double click on the layer name, it opens for a second, then closes. I have tried to close the app, shut down my workstation, throw out the preferences, and, nothing seems to work. Am I doing something wrong?
    Thank you, again, for your timly answer. Really appreciate your help.
    Lain

  • Adobe Muse with Edge Animate components plays great on the Mac but images don't show in Windows. Any suggestions?

    I am using CC with both Edge Animate and Muse. After uploading to the website host it plays great on the Mac but images don't appear when I'm using Windows. Any suggestions?

    Hi, VelveteenWebDesignGroup-
    You're in luck!  We just added in a feature to the latest version of Edge Animate CC (3.0) to enable the CDN option for OAM publish (what we call the "Animate Deployment Package").  This means that your Animate compositions can now references jQuery and the Animate runtime from the network instead of from the project directory.  (Please note that this will only make sense for Dreamweaver and Muse integration with OAM and won't make sense for InDesign.)
    To turn this on, launch Animate and go to File > Publish Settings.  Then select the Animate Deployment Package on the left and click "Host runtime files on Adobe CDN."  Save and publish, and you should be good to go.
    Hope this helps,
    -Elaine

  • What is the difference between Muse and Edge

    I have used, and still do, use Adobe products ranging from Premiere, Photoshop, ColdFusion, Dream Weaver, Encore, Acrobat Pro. I use WordPress mainly because its more SEO ready. How does Muse and Edge handle on-page SEO ?

    Muse is a WYSIWYG application, where you can design and publish websites without writing code and it generates the code for you. Edge is for creating animated and interactive HTML5 content using JavaScript, HTML5 and CSS.
    Hope this helps!
    Julia

  • In Edge Animate, how do I fade an image in on mouseover?

    In Edge Animate, how do I fade an image in on mouseover?
    Thanks!

    You can either make a symbol and use a transition in Animate and use play() and playReverse() on mouseenter and mouseleave or you could use  animate() on the element for our mouse events.
    fadeout
    sym.$("elementName").animate({"opacity":0.00},3000);
    fadein
    sym.$("elementName").animate({"opacity":1.00},3000);

  • Adobe Muse and Webdav

    The server that I am required to use will only accept webdav transfer.  They do not allow ftp.  How do I set up webdav in Adobe Muse?  I know how to set it up in Dreamweaver.

    For product specific questions you may do better in the specific product forum
    If you start at the Forums Index http://forums.adobe.com/index.jspa
    You will be able to select a forum for Muse
    Click the "down arrow" symbol on the right to open the drop down list and scroll

  • SEO and edge animate

    Hey there adobe forum
    I would like to know, how the best way of implementing edge animate to your html files for seo.
    as for now, I just publish on the adobe cdn and as static html.
    it looks like this as for now:
    <script src="edgefile.edgePreload"></script>
    <html>
    <body>
    <div id="stage1(we have around 4 compositions) class="edge_menu"></div>
    <body>
    <html>
    But? Should I put the whole html output from the static file adobe genereates in my html file?
    Hope this makes sense hehe.
    Mikkel Madsen

    HTML file:
    <!DOCTYPE html>
    <html>
    <head>
              <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
              <meta http-equiv="X-UA-Compatible" content="IE=Edge"/>
              <title>footer</title>
    <!--Adobe Edge Runtime-->
        <script type="text/javascript" charset="utf-8" src="footer_edgePreload.js"></script>
        <style>
            .edgeLoad-footer { visibility:hidden; }
        </style>
    <!--Adobe Edge Runtime End-->
    </head>
    <body style="margin:0;padding:0;">
              <div id="Stage" class="footer">
              </div>
    </body>
    </html>
    footer_edge.js
    * Adobe Edge: symbol definitions
    (function($, Edge, compId){
    //images folder
    var im='images/';
    var fonts = {};    fonts['doppio-one, sans-serif']='<script src=\"http://use.edgefonts.net/doppio-one:n4:all.js\"></script>';
        fonts['Oxygen, sans-serif']='<link href=\'http://fonts.googleapis.com/css?family=Oxygen\' rel=\'stylesheet\' type=\'text/css\'>';
    var opts = {};
    var resources = [
    var symbols = {
    "stage": {
        version: "3.0.0",
        minimumCompatibleVersion: "3.0.0",
        build: "3.0.0.322",
        baseState: "Base State",
        scaleToFit: "none",
        centerStage: "none",
        initialState: "Base State",
        gpuAccelerate: false,
        resizeInstances: false,
        content: {
                dom: [
                    id: 'Text2',
                    type: 'text',
                    rect: ['96px', '165px','326px','99px','auto', 'auto'],
                    text: "CRAFTHOUSE I/S",
                    align: "left",
                    font: ['doppio-one, sans-serif', 24, "rgba(0,0,0,1)", "400", "none", "normal"]
                    id: 'Text2Copy',
                    type: 'text',
                    rect: ['96px', '165px','326px','99px','auto', 'auto'],
                    text: "Kontakt",
                    align: "left",
                    font: ['doppio-one, sans-serif', 24, "rgba(0,0,0,1)", "400", "none", "normal"]
                    id: 'Text2Copy2',
                    type: 'text',
                    rect: ['96px', '165px','326px','99px','auto', 'auto'],
                    text: "Hold dig updateret her",
                    align: "left",
                    font: ['doppio-one, sans-serif', 24, "rgba(0,0,0,1)", "400", "none", "normal"]
                    id: 'Text3',
                    type: 'text',
                    rect: ['0px', '148px','196px','19px','auto', 'auto'],
                    text: "Udviklet af",
                    align: "left",
                    font: ['Oxygen, sans-serif', 12, "rgba(255,255,255,1.00)", "normal", "none", "normal"]
                    id: 'Text4',
                    type: 'text',
                    rect: ['1px', '214px','227px','19px','auto', 'auto'],
                    text: "Mjøsensgade 14, 1.sal tv",
                    align: "left",
                    font: ['Oxygen, sans-serif', 14, "rgba(255,255,255,1.00)", "normal", "none", "normal"]
                    id: 'Text4Copy',
                    type: 'text',
                    rect: ['1px', '250px','227px','19px','auto', 'auto'],
                    text: "2300 København S",
                    align: "left",
                    font: ['Oxygen, sans-serif', 14, "rgba(255,255,255,1.00)", "normal", "none", "normal"]
                    id: 'Text4Copy2',
                    type: 'text',
                    rect: ['1px', '286px','227px','19px','auto', 'auto'],
                    text: "Danmark",
                    align: "left",
                    font: ['Oxygen, sans-serif', 14, "rgba(255,255,255,1.00)", "normal", "none", "normal"]
                    id: 'Text4Copy9',
                    type: 'text',
                    rect: ['409px', '287px','227px','19px','auto', 'auto'],
                    text: "CVR-nr: 35128638 ",
                    align: "left",
                    font: ['Oxygen, sans-serif', 14, "rgba(255,255,255,1.00)", "normal", "none", "normal"]
                    id: 'homepage',
                    type: 'rect',
                    rect: ['1', '323','auto','auto','auto', 'auto'],
                    cursor: ['pointer']
                    id: 'Text4Copy7',
                    type: 'text',
                    rect: ['443px', '214px','109px','19px','auto', 'auto'],
                    text: "+45 60 24 75 98",
                    align: "left",
                    font: ['Oxygen, sans-serif', 14, "rgba(255,255,255,1.00)", "normal", "none", "normal"]
                    id: 'Text4Copy6',
                    type: 'text',
                    rect: ['443px', '249px','131px','19px','auto', 'auto'],
                    text: "[email protected]",
                    align: "left",
                    font: ['Oxygen, sans-serif', 14, "rgba(255,255,255,1.00)", "normal", "none", "normal"]
                    id: 'Text4Copy4',
                    type: 'text',
                    rect: ['409px', '323px','227px','19px','auto', 'auto'],
                    text: "© Crafthouse I/S 2013",
                    align: "left",
                    font: ['Oxygen, sans-serif', 14, "rgba(255,255,255,1.00)", "900", "none", "normal"]
                    id: 'phone_logo',
                    type: 'image',
                    rect: ['409px', '213px','20px','20px','auto', 'auto'],
                    fill: ["rgba(0,0,0,0)",im+"phone_logo.png",'0px','0px']
                    id: 'mail_ikon',
                    type: 'image',
                    rect: ['409px', '248px','20px','20px','auto', 'auto'],
                    fill: ["rgba(0,0,0,0)",im+"mail_ikon.png",'0px','0px']
                    id: 'logo',
                    type: 'rect',
                    rect: ['1', '35','auto','auto','auto', 'auto'],
                    cursor: ['pointer']
                    id: 'Rectangle3',
                    type: 'rect',
                    rect: ['1px', '241px','166px','1px','auto', 'auto'],
                    fill: ["rgba(102,102,102,1.00)"],
                    stroke: [0,"rgb(0, 0, 0)","none"]
                    id: 'Rectangle3Copy',
                    type: 'rect',
                    rect: ['1px', '277px','166px','1px','auto', 'auto'],
                    fill: ["rgba(102,102,102,1.00)"],
                    stroke: [0,"rgb(0, 0, 0)","none"]
                    id: 'Rectangle3Copy2',
                    type: 'rect',
                    rect: ['1px', '314px','166px','1px','auto', 'auto'],
                    fill: ["rgba(102,102,102,1.00)"],
                    stroke: [0,"rgb(0, 0, 0)","none"]
                    id: 'Rectangle3Copy5',
                    type: 'rect',
                    rect: ['409px', '241px','166px','1px','auto', 'auto'],
                    fill: ["rgba(102,102,102,1.00)"],
                    stroke: [0,"rgb(0, 0, 0)","none"]
                    id: 'Rectangle3Copy4',
                    type: 'rect',
                    rect: ['409px', '277px','166px','1px','auto', 'auto'],
                    fill: ["rgba(102,102,102,1.00)"],
                    stroke: [0,"rgb(0, 0, 0)","none"]
                    id: 'Rectangle3Copy3',
                    type: 'rect',
                    rect: ['409px', '314px','166px','1px','auto', 'auto'],
                    fill: ["rgba(102,102,102,1.00)"],
                    stroke: [0,"rgb(0, 0, 0)","none"]
                    id: 'Rectangle4',
                    type: 'rect',
                    rect: ['437px', '214px','1px','15px','auto', 'auto'],
                    fill: ["rgba(71,71,71,1.00)"],
                    stroke: [0,"rgb(0, 0, 0)","none"]
                    id: 'Rectangle4Copy',
                    type: 'rect',
                    rect: ['437px', '250px','1px','15px','auto', 'auto'],
                    fill: ["rgba(71,71,71,1.00)"],
                    stroke: [0,"rgb(0, 0, 0)","none"]
                    id: 'facebook_ikon_hover2',
                    type: 'image',
                    rect: ['785px', '212px','43px','43px','auto', 'auto'],
                    cursor: ['pointer'],
                    fill: ["rgba(0,0,0,0)",im+"facebook_ikon_hover.png",'0px','0px']
                    id: 'googleplus_ikon_hover',
                    type: 'image',
                    rect: ['851px', '212px','43px','43px','auto', 'auto'],
                    cursor: ['pointer'],
                    fill: ["rgba(0,0,0,0)",im+"googleplus_ikon_hover.png",'0px','0px']
                    id: 'footer_blog_icon',
                    type: 'image',
                    rect: ['917px', '212px','43px','43px','auto', 'auto'],
                    cursor: ['pointer'],
                    fill: ["rgba(0,0,0,0)",im+"footer_blog_icon.png",'0px','0px']
                symbolInstances: [
                    id: 'logo',
                    symbolName: 'logo',
                    autoPlay: {
                    id: 'homepage',
                    symbolName: 'homepage',
                    autoPlay: {
        states: {
            "Base State": {
                "${_Text4Copy6}": [
                    ["style", "top", '249px'],
                    ["style", "width", '131px'],
                    ["style", "height", '19px'],
                    ["color", "color", 'rgba(255,255,255,1.00)'],
                    ["style", "font-family", 'Oxygen, sans-serif'],
                    ["style", "left", '443px'],
                    ["style", "font-size", '14px']
                "${_Text2Copy}": [
                    ["style", "top", '163px'],
                    ["style", "width", '186px'],
                    ["color", "color", 'rgba(255,255,255,1.00)'],
                    ["style", "font-weight", '400'],
                    ["style", "height", '31px'],
                    ["style", "font-family", 'doppio-one, sans-serif'],
                    ["style", "left", '409px'],
                    ["style", "font-size", '16px']
                "${_googleplus_ikon_hover}": [
                    ["style", "top", '212px'],
                    ["style", "left", '851px'],
                    ["style", "cursor", 'pointer']
                "${_Rectangle3Copy2}": [
                    ["color", "background-color", 'rgba(102,102,102,1.00)'],
                    ["style", "top", '314px']
                "${_Text2}": [
                    ["style", "top", '163px'],
                    ["style", "font-size", '16px'],
                    ["style", "height", '31px'],
                    ["style", "font-family", 'doppio-one, sans-serif'],
                    ["color", "color", 'rgba(255,255,255,1.00)'],
                    ["style", "font-weight", '400'],
                    ["style", "left", '0px'],
                    ["style", "width", '186px']
                "${_Text2Copy2}": [
                    ["style", "top", '163px'],
                    ["style", "font-size", '16px'],
                    ["style", "height", '29px'],
                    ["style", "font-family", 'doppio-one, sans-serif'],
                    ["color", "color", 'rgba(255,255,255,1.00)'],
                    ["style", "font-weight", '400'],
                    ["style", "left", '785px'],
                    ["style", "width", '175px']
                "${_Rectangle4Copy}": [
                    ["style", "top", '250px'],
                    ["style", "height", '15px'],
                    ["color", "background-color", 'rgba(71,71,71,1.00)'],
                    ["style", "left", '437px'],
                    ["style", "width", '1px']
                "${_Text4Copy}": [
                    ["style", "top", '250px'],
                    ["style", "height", '19px'],
                    ["style", "font-family", 'Oxygen, sans-serif'],
                    ["color", "color", 'rgba(255,255,255,1.00)'],
                    ["style", "font-size", '14px']
                "${_Rectangle3Copy4}": [
                    ["style", "top", '277px'],
                    ["style", "left", '409px'],
                    ["color", "background-color", 'rgba(102,102,102,1.00)']
                "${_Rectangle4}": [
                    ["color", "background-color", 'rgba(71,71,71,1.00)'],
                    ["style", "height", '15px'],
                    ["style", "top", '214px'],
                    ["style", "left", '437px'],
                    ["style", "width", '1px']
                "${_Text4}": [
                    ["style", "top", '214px'],
                    ["color", "color", 'rgba(255,255,255,1.00)'],
                    ["style", "height", '19px'],
                    ["style", "font-family", 'Oxygen, sans-serif'],
                    ["style", "left", '1px'],
                    ["style", "font-size", '14px']
                "${_Text3}": [
                    ["style", "top", '148px'],
                    ["color", "color", 'rgba(255,255,255,1.00)'],
                    ["style", "font-family", 'Oxygen, sans-serif'],
                    ["style", "left", '0px'],
                    ["style", "font-size", '12px']
                "${_logo}": [
                    ["style", "top", '47px'],
                    ["style", "left", '0px'],
                    ["style", "cursor", 'pointer'],
                    ["transform", "scaleX", '1.0144']
                "${_Text4Copy9}": [
                    ["style", "top", '287px'],
                    ["color", "color", 'rgba(255,255,255,1.00)'],
                    ["style", "height", '19px'],
                    ["style", "font-family", 'Oxygen, sans-serif'],
                    ["style", "left", '409px'],
                    ["style", "font-size", '14px']
                "${_phone_logo}": [
                    ["style", "left", '409px'],
                    ["style", "top", '213px']
                "${_Rectangle3Copy3}": [
                    ["style", "top", '314px'],
                    ["style", "left", '409px'],
                    ["color", "background-color", 'rgba(102,102,102,1.00)']
                "${_facebook_ikon_hover2}": [
                    ["style", "top", '212px'],
                    ["style", "left", '785px'],
                    ["style", "cursor", 'pointer']
                "${_footer_blog_icon}": [
                    ["style", "top", '212px'],
                    ["style", "left", '917px'],
                    ["style", "cursor", 'pointer']
                "${_Rectangle3Copy5}": [
                    ["color", "background-color", 'rgba(102,102,102,1.00)'],
                    ["style", "left", '409px'],
                    ["style", "top", '241px']
                "${_Rectangle3}": [
                    ["color", "background-color", 'rgba(102,102,102,1.00)']
                "${_Rectangle3Copy}": [
                    ["color", "background-color", 'rgba(102,102,102,1.00)'],
                    ["style", "top", '277px']
                "${_Text4Copy4}": [
                    ["style", "top", '323px'],
                    ["color", "color", 'rgba(255,255,255,1.00)'],
                    ["style", "font-family", 'Oxygen, sans-serif'],
                    ["style", "height", '19px'],
                    ["style", "font-weight", '900'],
                    ["style", "left", '409px'],
                    ["style", "font-size", '14px']
                "${_homepage}": [
                    ["style", "cursor", 'pointer']
                "${_Stage}": [
                    ["color", "background-color", 'rgba(255,255,255,0.00)'],
                    ["style", "width", '960px'],
                    ["style", "height", '400px'],
                    ["style", "overflow", 'hidden']
                "${_Text4Copy2}": [
                    ["style", "top", '286px'],
                    ["style", "height", '19px'],
                    ["style", "font-family", 'Oxygen, sans-serif'],
                    ["color", "color", 'rgba(255,255,255,1.00)'],
                    ["style", "font-size", '14px']
                "${_Text4Copy7}": [
                    ["style", "top", '214px'],
                    ["style", "width", '109px'],
                    ["style", "height", '19px'],
                    ["color", "color", 'rgba(255,255,255,1.00)'],
                    ["style", "font-family", 'Oxygen, sans-serif'],
                    ["style", "left", '443px'],
                    ["style", "font-size", '14px']
                "${_mail_ikon}": [
                    ["style", "left", '409px'],
                    ["style", "top", '248px']
        timelines: {
            "Default Timeline": {
                fromState: "Base State",
                toState: "",
                duration: 0,
                autoPlay: true,
                timeline: [
                    { id: "eid11", tween: [ "style", "${_Text2Copy}", "height", '31px', { fromValue: '31px'}], position: 0, duration: 0 },
                    { id: "eid5", tween: [ "style", "${_Text2}", "height", '31px', { fromValue: '31px'}], position: 0, duration: 0 },
                    { id: "eid42", tween: [ "style", "${_logo}", "top", '47px', { fromValue: '47px'}], position: 0, duration: 0 },
                    { id: "eid6", tween: [ "style", "${_Text2}", "font-size", '16px', { fromValue: '16px'}], position: 0, duration: 0 },
                    { id: "eid50", tween: [ "transform", "${_logo}", "scaleX", '1.0144', { fromValue: '1.0144'}], position: 0, duration: 0 },
                    { id: "eid38", tween: [ "style", "${_Text2}", "top", '163px', { fromValue: '163px'}], position: 0, duration: 0 },
                    { id: "eid66", tween: [ "style", "${_Text2Copy2}", "width", '175px', { fromValue: '175px'}], position: 0, duration: 0 },
                    { id: "eid9", tween: [ "style", "${_Text2Copy}", "font-size", '16px', { fromValue: '16px'}], position: 0, duration: 0 },
                    { id: "eid72", tween: [ "style", "${_Text2Copy2}", "top", '163px', { fromValue: '163px'}], position: 0, duration: 0 },
                    { id: "eid51", tween: [ "style", "${_logo}", "left", '0px', { fromValue: '0px'}], position: 0, duration: 0 },
                    { id: "eid67", tween: [ "style", "${_Text2Copy2}", "left", '785px', { fromValue: '785px'}], position: 0, duration: 0 },
                    { id: "eid2", tween: [ "style", "${_Text2}", "left", '0px', { fromValue: '0px'}], position: 0, duration: 0 },
                    { id: "eid20", tween: [ "style", "${_Text2Copy2}", "font-size", '16px', { fromValue: '16px'}], position: 0, duration: 0 },
                    { id: "eid54", tween: [ "gradient", "${_Stage}", "background-image", [270,[['rgba(255,255,255,0.00)',0],['rgba(255,255,255,0.00)',100]]], { fromValue: [270,[['rgba(255,255,255,0.00)',0],['rgba(255,255,255,0.00)',100]]]}], position: 0, duration: 0 },
                    { id: "eid64", tween: [ "style", "${_Text2Copy}", "top", '163px', { fromValue: '163px'}], position: 0, duration: 0 },
                    { id: "eid13", tween: [ "style", "${_Text2Copy}", "width", '186px', { fromValue: '186px'}], position: 0, duration: 0 },
                    { id: "eid55", tween: [ "color", "${_Stage}", "background-color", 'rgba(255,255,255,0.00)', { animationColorSpace: 'RGB', valueTemplate: undefined, fromValue: 'rgba(255,255,255,0.00)'}], position: 0, duration: 0 },
                    { id: "eid22", tween: [ "color", "${_Text2Copy2}", "color", 'rgba(255,255,255,1.00)', { animationColorSpace: 'RGB', valueTemplate: undefined, fromValue: 'rgba(255,255,255,1.00)'}], position: 0, duration: 0 },
                    { id: "eid18", tween: [ "color", "${_Text2}", "color", 'rgba(255,255,255,1.00)', { animationColorSpace: 'RGB', valueTemplate: undefined, fromValue: 'rgba(255,255,255,1.00)'}], position: 0, duration: 0 },
                    { id: "eid62", tween: [ "style", "${_Text2Copy}", "left", '409px', { fromValue: '409px'}], position: 0, duration: 0 },
                    { id: "eid17", tween: [ "color", "${_Text2Copy}", "color", 'rgba(255,255,255,1.00)', { animationColorSpace: 'RGB', valueTemplate: undefined, fromValue: 'rgba(255,255,255,1.00)'}], position: 0, duration: 0 },
                    { id: "eid40", tween: [ "style", "${_Text2Copy2}", "height", '29px', { fromValue: '29px'}], position: 0, duration: 0 },
                    { id: "eid4", tween: [ "style", "${_Text2}", "width", '186px', { fromValue: '186px'}], position: 0, duration: 0 }            ]
    "logo": {
        version: "3.0.0",
        minimumCompatibleVersion: "3.0.0",
        build: "3.0.0.322",
        baseState: "Base State",
        scaleToFit: "none",
        centerStage: "none",
        initialState: "Base State",
        gpuAccelerate: false,
        resizeInstances: false,
        content: {
                dom: [
                        id: 'logo_footer',
                        type: 'image',
                        rect: ['0px', '0px', '200px', '80px', 'auto', 'auto'],
                        fill: ['rgba(0,0,0,0)', 'images/logo_footer.png', '0px', '0px']
                        id: 'logo_footer_hover',
                        type: 'image',
                        rect: ['0', '0', '200px', '80px', 'auto', 'auto'],
                        fill: ['rgba(0,0,0,0)', 'images/logo_footer_hover.png', '0px', '0px']
                        rect: ['0px', '1px', '200px', '80px', 'auto', 'auto'],
                        id: 'wrapper',
                        stroke: [0, 'rgb(0, 0, 0)', 'none'],
                        type: 'rect',
                        fill: ['rgba(192,192,192,1)']
                symbolInstances: [
        states: {
            "Base State": {
                "${_wrapper}": [
                    ["style", "opacity", '0']
                "${_logo_footer_hover}": [
                    ["style", "opacity", '0']
                "${_logo_footer}": [
                    ["style", "left", '0px'],
                    ["style", "top", '0px']
                "${symbolSelector}": [
                    ["style", "height", '80px'],
                    ["style", "width", '200px']
        timelines: {
            "Default Timeline": {
                fromState: "Base State",
                toState: "",
                duration: 500,
                autoPlay: false,
                timeline: [
                    { id: "eid16", tween: [ "style", "${_logo_footer_hover}", "opacity", '1', { fromValue: '0'}], position: 0, duration: 500 }            ]
    "homepage": {
        version: "3.0.0",
        minimumCompatibleVersion: "3.0.0",
        build: "3.0.0.322",
        baseState: "Base State",
        scaleToFit: "none",
        centerStage: "none",
        initialState: "Base State",
        gpuAccelerate: false,
        resizeInstances: false,
        content: {
                dom: [
                        rect: ['0px', '0px', '138px', '19px', 'auto', 'auto'],
                        font: ['Oxygen, sans-serif', 14, 'rgba(255,255,255,1.00)', '900', 'none', 'normal'],
                        id: 'Text4Copy3',
                        text: 'www.crafthouse.dk',
                        align: 'left',
                        type: 'text'
                symbolInstances: [
        states: {
            "Base State": {
                "${_Text4Copy3}": [
                    ["style", "top", '0px'],
                    ["style", "font-size", '14px'],
                    ["color", "color", 'rgba(255,255,255,1)'],
                    ["style", "font-weight", '900'],
                    ["style", "height", '19px'],
                    ["style", "font-family", 'Oxygen, sans-serif'],
                    ["style", "left", '0px'],
                    ["style", "width", '138px']
                "${symbolSelector}": [
                    ["style", "height", '19px'],
                    ["style", "width", '138px']
        timelines: {
            "Default Timeline": {
                fromState: "Base State",
                toState: "",
                duration: 500,
                autoPlay: false,
                timeline: [
                    { id: "eid45", tween: [ "color", "${_Text4Copy3}", "color", 'rgba(87,182,221,1.00)', { animationColorSpace: 'RGB', valueTemplate: undefined, fromValue: 'rgba(255,255,255,1)'}], position: 0, duration: 500 }            ]
    Edge.registerCompositionDefn(compId, symbols, fonts, resources, opts);
    * Adobe Edge DOM Ready Event Handler
    $(window).ready(function() {
         Edge.launchComposition(compId);
    })(jQuery, AdobeEdge, "footer");
    footer_EdgeActions.js
    * Adobe Edge Animate Composition Actions
    * Edit this file with caution, being careful to preserve
    * function signatures and comments starting with 'Edge' to maintain the
    * ability to interact with these actions from within Adobe Edge Animate
    (function($, Edge, compId){
    var Composition = Edge.Composition, Symbol = Edge.Symbol; // aliases for commonly used Edge classes
       //Edge symbol: 'stage'
       (function(symbolName) {
          Symbol.bindElementAction(compId, symbolName, "${_facebook_ikon_hover2}", "click", function(sym, e) {
             // Navigate to a new URL in the current window
             // (replace "_self" with appropriate target attribute for a new window)
             window.open("https://www.facebook.com/pages/Mysoleshop/553274264767573?fref=ts", "_blank");
          //Edge binding end
          Symbol.bindElementAction(compId, symbolName, "${_googleplus_ikon_hover}", "click", function(sym, e) {
             // Navigate to a new URL in the current window
             // (replace "_self" with appropriate target attribute for a new window)
             window.open("https://plus.google.com/117807343087553474293/posts", "_blank");
          //Edge binding end
          Symbol.bindElementAction(compId, symbolName, "${_homepage}", "click", function(sym, e) {
             // Navigate to a new URL in the current window
             // (replace "_self" with appropriate target attribute for a new window)
             window.open("http://www.crafthouse.dk", "_blank");
          //Edge binding end
          Symbol.bindElementAction(compId, symbolName, "${_footer_blog_icon}", "click", function(sym, e) {
             // Navigate to a new URL in the current window
             // (replace "_self" with appropriate target attribute for a new window)
             window.open("http://www.mysoleshopblog.dk", "_blank");
          //Edge binding end
       })("stage");
       //Edge symbol end:'stage'
       //=========================================================
       //Edge symbol: 'logo'
       (function(symbolName) {  
          Symbol.bindElementAction(compId, symbolName, "${_wrapper}", "click", function(sym, e) {
             // insert code for mouse click here
             // Navigate to a new URL in the current window
             // (replace "_self" with appropriate target attribute for a new window)
             window.open("http://www.mysoleshop.dk", "_top");
          //Edge binding end
          Symbol.bindElementAction(compId, symbolName, "${_wrapper}", "mouseover", function(sym, e) {
             // insert code to be run when the mouse hovers over the object
             sym.play();
          //Edge binding end
          Symbol.bindElementAction(compId, symbolName, "${_wrapper}", "mouseout", function(sym, e) {
             // insert code to be run when the mouse is moved off the object
             sym.playReverse();
          //Edge binding end
       })("logo");
       //Edge symbol end:'logo'
       //=========================================================
       //Edge symbol: 'homepage'
       (function(symbolName) {  
          Symbol.bindElementAction(compId, symbolName, "${_Text4Copy3}", "mouseover", function(sym, e) {
             sym.play();
          //Edge binding end
          Symbol.bindElementAction(compId, symbolName, "${_Text4Copy3}", "mouseout", function(sym, e) {
             sym.playReverse();
          //Edge binding end
       })("homepage");
       //Edge symbol end:'homepage'
    })(jQuery, AdobeEdge, "footer");
    edge_edgePreload.js
    * Adobe Edge Preloader
    * Do Not Edit this file
    window.AdobeEdge = window.AdobeEdge || {};
    // Include yepnope
    if(!AdobeEdge.yepnope) {
    /*yepnope1.5.x|WTFPL*/
    (function(a,b,c){function d(a){return"[object Function]"==o.call(a)}function e(a){return"string"==typeof a}function f(){}function g(a){return!a||"loaded"==a||"complete"==a||"uninitialized"==a}function h(){var a=p.shift();q=1,a?a.t?m(function(){("c"==a.t?B.injectCss:B.injectJs)(a.s,0,a.a,a.x,a.e,1) },0):(a(),h()):q=0}function i(a,c,d,e,f,i,j){function k(b){if(!o&&g(l.readyState)&&(u.r=o=1,!q&&h(),l.onload=l.onreadystatechange=null,b)){"img "!=a&&m(function(){t.removeChild(l)},50);for(var d in y[c])y[c].hasOwnProperty(d)&&y[c][d].onload()}}var j=j||B.errorTimeout,l=b.createElement(a),o=0,r=0,u={t:d,s:c,e:f,a:i,x:j};1===y[c]&&(r=1,y [c]=[]),"object"==a?l.data=c:(l.src=c,l.type=a),l.width=l.height="0",l.onerror=l.onload=l. onreadystatechange=function(){k.call(this,r)},p.splice(e,0,u),"img"!=a&&(r||2===y[c]?(t.in sertBefore(l,s?null:n),m(k,j)):y[c].push(l))}function j(a,b,c,d,f){return q=0,b=b||"j",e(a)?i("c"==b?v:u,a,b,this.i++,c,d,f):(p.splice(this.i++,0,a),1==p.length&&h ()),this}function k(){var a=B;return a.loader={load:j,i:0},a}var l=b.documentElement,m=a.setTimeout,n=b.getElementsByTagName("script")[0],o={}.toString,p= [],q=0,r="MozAppearance"in l.style,s=r&&!!b.createRange().compareNode,t=s?l:n.parentNode,l=a.opera&&"[object Opera]"==o.call(a.opera),l=!!b.attachEvent&&!l,u=r?"object":l?"script":"img",v=l?"script" :u,w=Array.isArray||function(a){return"[object Array]"==o.call(a)},x=[],y={},z={timeout:function(a,b){return b.length&&(a.timeout=b[0]),a}},A,B;B=function(a){function b(a){var a=a.split("!"),b=x.length,c=a.pop(),d=a.length,c={url:c,origUrl:c,prefixes:a},e,f,g;for(f =0;f<d;f++)g=a[f].split("="),(e=z[g.shift()])&&(c=e(c,g));for(f=0;f<b;f++)c=x[f](c);return c}function g(a,e,f,g,h){var i=b(a),j=i.autoCallback;i.url.split(".").pop().split("?").shift(),i.bypass||(e&&(e=d(e)?e :e[a]||e[g]||e[a.split("/").pop().split("?")[0]]),i.instead?i.instead(a,e,f,g,h):(y[i.url] ?i.noexec=!0:y[i.url]=1,f.load(i.url,i.forceCSS||!i.forceJS&&"css"==i.url.split(".").pop() .split("?").shift()?"c":c,i.noexec,i.attrs,i.timeout),(d(e)||d(j))&&f.load(function(){k(), e&&e(i.origUrl,h,g),j&&j(i.origUrl,h,g),y[i.url]=2})))}function h(a,b){function c(a,c){if(a){if(e(a))c||(j=function(){var a=[].slice.call(arguments);k.apply(this,a),l()}),g(a,j,b,0,h);else if(Object(a)===a)for(n in m=function(){var b=0,c;for(c in a)a.hasOwnProperty(c)&&b++;return b}(),a)a.hasOwnProperty(n)&&(!c&&!--m&&(d(j)?j=function(){var a=[].slice.call(arguments);k.apply(this,a),l()}:j[n]=function(a){return function(){var b=[].slice.call(arguments);a&&a.apply(this,b),l()}}(k[n])),g(a[n],j,b,n,h))}else!c&&l()}v ar h=!!a.test,i=a.load||a.both,j=a.callback||f,k=j,l=a.complete||f,m,n;c(h?a.yep:a.nope,!!i) ,i&&c(i)}var i,j,l=this.yepnope.loader;if(e(a))g(a,0,l,0);else if(w(a))for(i=0;i<a.length;i++)j=a[i],e(j)?g(j,0,l,0):w(j)?B(j):Object(j)===j&&h(j,l);els e Object(a)===a&&h(a,l)},B.addPrefix=function(a,b){z[a]=b},B.addFilter=function(a){x.push(a )},B.errorTimeout=1e4,null==b.readyState&&b.addEventListener&&(b.readyState="loading",b.ad dEventListener("DOMContentLoaded",A=function(){b.removeEventListener("DOMContentLoaded",A, 0),b.readyState="complete"},0)),a.yepnope=k(),a.yepnope.executeStack=h,a.yepnope.injectJs= function(a,c,d,e,i,j){var k=b.createElement("script"),l,o,e=e||B.errorTimeout;k.src=a;for(o in d)k.setAttribute(o,d[o]);c=j?h:c||f,k.onreadystatechange=k.onload=function(){!l&&g(k.read yState)&&(l=1,c(),k.onload=k.onreadystatechange=null)},m(function(){l||(l=1,c(1))},e),i?k. onload():n.parentNode.insertBefore(k,n)},a.yepnope.injectCss=function(a,c,d,e,g,i){var e=b.createElement("link"),j,c=i?h:c||f;e.href=a,e.rel="stylesheet",e.type="text/css";for( j in d)e.setAttribute(j,d[j]);g||(n.parentNode.insertBefore(e,n),m(c,0))}})(this,document);Ado beEdge.yepnope = window.yepnope;
    // end yepnope
    (function(compId){
       var htFallbacks;
    var testEle=document.createElement("div");function isSupported(a){var d=testEle.style,b;for(i=0;i<a.length;i++)if(b=a[i],void 0!==d[b])return!0;return!1}function supportsRGBA(){testEle.cssText="background-color:rgba(150,255,150,.5)";return 0==(""+testEle.style.backgroundColor).indexOf("rgba")?!0:!1}
    var hasTransform=isSupported(["transformProperty","WebkitTransform","MozTransform","OTransfor m","msTransform"]),hasSVG=!!document.createElementNS&&!!document.createElementNS("http://www.w3.org/2000/svg","svg").createSVGRect,hasRGBA=supportsRGBA(),hasJSON=window.JSON&&window.JSON.parse&&wind ow.JSON.stringify,readyToPlay=!1;function safeColor(a){a=""+a;if(!hasRGBA&&0==a.indexOf("rgba")){var d=a.lastIndexOf(",");0<d&&(a="rgb("+a.substring(5,d)+")")}return a}
    AdobeEdge._preloaders=AdobeEdge._preloaders||[];AdobeEdge._preloaders.push(function(){file sToLoad&&(loadResources(filesToLoad),filesToLoad=void 0)});function doLoadResources(){for(var a=0;a<AdobeEdge._preloaders.length;a++)AdobeEdge._preloaders[a]()}AdobeEdge._readyplayers =AdobeEdge._readyplayers||[];AdobeEdge._readyplayers.push(function(){readyToPlay&&AdobeEdg e.okToLaunchComposition(compId)});
    function playWhenReady(){AdobeEdge._playWhenReady=!0;for(var a=0;a<AdobeEdge._readyplayers.length;a++)AdobeEdge._readyplayers[a]()}function edgeCallback(a,d,b){htFallbacks[a]&&(a=htFallbacks[a]);AdobeEdge.preload.got[a]=!0;a==Ado beEdge.preload.last&&(!AdobeEdge.bootstrapLoading||AdobeEdge._playWhenReady?AdobeEdge.okTo LaunchComposition(compId):readyToPlay=!0,AdobeEdge.preload.busy=!1,0<AdobeEdge.preload.q.l ength&&(a=AdobeEdge.preload.q.pop(),AdobeEdge.requestResources(a.files,a.callback)))}
    AdobeEdge.requestResources=AdobeEdge.requestResources||function(a,d){AdobeEdge.yepnope.err orTimeout=4E3;AdobeEdge.preload.busy=!0;AdobeEdge.preload.got=AdobeEdge.preload.got||{};va r b,k=a.length,f=[],c;for(b=0;b<k;b++){c=a[b];if("string"===typeof c)0===c.indexOf("//")&&0===window.location.href.indexOf("file://")&&(c="http:"+c),url=c,c ={load:url};else if(c.load&&0===c.load.indexOf("//")&&0===window.location.href.indexOf("file://")&&(c.load ="http:"+c.load),url=c.yep||c.load,c.callback){var g=c.callback;
    c.callback=function(a,b,c){g(a,b,c)&&d(a,b,c)}}c.callback||(c.callback=d);AdobeEdge.preloa d.got[url]||(f.push(c),AdobeEdge.preload.last=url)}f.length&&AdobeEdge.yepnope(f)};var filesToLoad,dlContent,preContent,doDelayLoad,signaledLoading,loadingEvt,requiresSVG,htLoo kup={},aLoader,aEffectors,plSTF,ctrPlS,minPlW,maxPlW,plHeight,plWidth;
    function loadResources(a,d){AdobeEdge.preload=AdobeEdge.preload||[];AdobeEdge.preload.q=AdobeEdge. preload.q||[];d||!isCapable()?filesToLoad=a:AdobeEdge.preload.busy?AdobeEdge.preload.q.pus h({files:a,callback:edgeCallback}):AdobeEdge.requestResources(a,edgeCallback)}function splitUnits(a){var d={};d.num=parseFloat(a);"string"==typeof a&&(d.units=a.match(/[a-zA-Z%]+$/));d.units&&"object"==typeof d.units&&(d.units=d.units[0]);return d}
    function defaultUnits(a){var d=a;"auto"!==a&&((a=splitUnits(a))&&a.units||(d+="px"));return d}function findNWC(a,d){if(-1!=String(a.className).indexOf(d))return a;for(var b=a.childNodes,k=0;k<b.length;k++){var f=findNWC(b[k],d);if(!1!=f)return f}return!1}function parent(a){return a.parentElement}function offset(a){a=a.getBoundingClientRect();return{left:a.left+window.pageXOffset,top:a.top+win dow.pageYOffset}}function width(a){return a.offsetWidth}function height(a){return a.offsetHeight}
    function isWrapped(a){return/center-wrapper/.test(parent(a).className)}function wrapForStageScaling(a){if(!isWrapped(a)){var d=document.createElement("div"),b=document.createElement("div");d.className="flow-wrapper ";b.className="center-wrapper";d.style.width="1px";d.appendChild(b);parent(a).insertBefore (d,a);b.appendChild(a)}}
    function bindPSS(a,d){if(!isWrapped(a)){var b=function(){var b=isWrapped(a),f=b?parent(parent(parent(a))):parent(a),c=width(f),g=height(f),h=width(a), n=height(a),m=window.innerHeight,e=1,l=a.style;(f="body"===f.nodeName.toLowerCase())&&(g=m );c=Math.round(c);g=Math.round(g);c/=h;g/=n;"both"===d?e=Math.min(c,g):"height"===d?e=g:"w idth"===d&&(e=c);void 0!==maxPlW&&(e=Math.min(e,parseInt(maxPlW,10)/h));void 0!==minPlW&&(e=Math.max(e,parseInt(minPlW,10)/h));g="scale("+e+")";l.transformOrigin="0 0";l.oTransformOrigin=
    "0 0";l.msTransformOrigin="0 0";l.webkitTransformOrigin="0 0";l.mozTransformOrigin="0 0";l.oTransformOrigin="0 0";l.transform=g;l.oTransform=g;l.msTransform=g;l.webkitTransform=g;l.mozTransform=g;l.oT ransform=g;if(!f||b)parent(a).style.height=Math.round(n*e)+"px",parent(a).style.width=Math .round(h*e)+"px";b&&(b=parent(parent(a)),b.style.height=Math.round(n*e+offset(a).top-offse t(b).top))};wrapForStageScaling(a);window.addEventListener("resize",function(){b()});b()}}
    function centerThePreloadStage(a,d){isWrapped(a)&&(a=parent(a));var b=a.style;/^both$|^horizontal$/.test(d)&&(b.position="absolute",b.marginLeft="auto",b.mar ginRight="auto",b.left="0",b.right="0");/^both$|^vertical$/.test(d)&&(b.position="absolute ",b.marginTop="auto",b.marginBottom="auto",b.top="0",b.bottom="0")}
    function simpleContent(a,d,b){var k=document.getElementsByTagName("body")[0],f=b||findNWC(k,compId),c,g,h;f?"absolute"!=f.s tyle.position&&"relative"!=f.style.position&&(f.style.position="relative"):f=k;plHeight&&( f.style.height=plHeight);plWidth&&(f.style.width=plWidth);/^height$|^width$|^both$/.test(p lSTF)&&d&&!b&&bindPSS(f,plSTF);/^vertical$|^horizontal$|^both$/.test(ctrPlS)&&d&&!b&&cente rThePreloadStage(f,ctrPlS);for(var n=0;n<a.length;n++){b=a[n];"image"===b.type?(k=document.createElement("img"),
    k.src=b.fill[1]):k=document.createElement("div");k.id=b.id;h=k.style;if("text"==b.type){if (c=b.font)c[0]&&""!==c[0]&&(h.fontFamily=c[0]),"object"!=typeof c[1]&&(c[1]=[c[1]]),c[1][1]||(c[1][1]="px"),c[1][0]&&""!==c[1][0]&&(h.fontSize=c[1][0]+c[ 1][1]),c[2]&&""!==c[2]&&(h.color=safeColor(c[2])),c[3]&&""!==c[3]&&(h.fontWeight=c[3]),c[4 ]&&""!==c[4]&&(h.textDecoration=b.font[4]),c[5]&&""!==c[5]&&(h.fontStyle=b.font[5]);b.alig n&&"auto"!=b.align&&(h.textAlign=b.align);b.position&&(h.position=b.position);
    (!b.rect[2]||0>=b.rect[2])&&(!b.rect[3]||0>=b.rect[3])&&(h.whiteSpace="nowrap");k.innerHTM L=b.text}d&&(k.className=d);h.position="absolute";c=b.rect[0];g=b.rect[1];if(b.transform&& b.transform[0]){var m=b.transform[0][0],e=splitUnits(m);if(e&&e.units&&(m=e.num,"%"==e.units&&b.rect[2])){var e=b.rect[2],l=splitUnits(b.rect[2]);l&&l.units&&(e=l.num,"%"==l.units&&(e=e/100*f.offsetW idth));m=m/100*e;0<f.offsetWidth&&(m=m/f.offsetWidth*100)}if(e=splitUnits(c))c=e.num;c+=m; e.units||(e.units="px");c+=e.units;
    if(1<b.transform[0].length){m=b.transform[0][1];(e=splitUnits(m))&&e.units&&(m=e.num,"%"== e.units&&b.rect[3]&&(e=b.rect[3],(l=splitUnits(b.rect[3]))&&l.units&&(e=l.num,"%"==l.units &&(e=e/100*f.offsetHeight)),m=m/100*e,0<f.offsetHeight&&(m=m/f.offsetHeight*100)));if(e=sp litUnits(g))g=e.num;g+=m;e.units||(e.units="px");g+=e.units}}h.left=defaultUnits(c);h.top= defaultUnits(g);h.width=defaultUnits(b.rect[2]);h.height=defaultUnits(b.rect[3]);b.linkURL &&(htLookup[k.id]=b,k.onclick=function(){var a=htLookup[this.id];
    a.linkTarget?window.open(a.linkURL,a.linkTarget):window.location.href=a.linkURL},h.cursor= "pointer");f.appendChild(k);if(b.c)for(h=0;h<b.c.length;h++)simpleContent(b.c[h],d,k)}}var fnCycle=function(a){a?fnCycle&&setTimeout(fnCycle,20):a={event:"loading",progress:0};load ingEvt&&loadingEvt(a)},aBootcompsLoaded=[];window.AdobeEdge.bootstrapListeners||(window.Ad obeEdge.bootstrapListeners=[]);
    window.AdobeEdge.bootstrapCallback=function(a){window.AdobeEdge.bootstrapListeners.push(a) ;if(0<aBootcompsLoaded.length)for(var d=0;d<aBootcompsLoaded.length;d++)a(aBootcompsLoaded[d])};window.AdobeEdge.preloadComplet e||(window.AdobeEdge.preloadComplete={});
    window.AdobeEdge.preloadComplete[compId]=function(a){AdobeEdge.$_(".edgePreload"+a).css("d isplay","none");fnCycle=null;loadingEvt&&loadingEvt({event:"done",progress:1,reason:"compl ete"});aBootcompsLoaded.push(a);for(var d=window.AdobeEdge.bootstrapListeners.length,b=0;b<d;b++)try{window.AdobeEdge.bootstrapLi steners[b](a)}catch(k){console.log("bootstrap error "+k)}};function isCapable(){return hasTransform?requiresSVG&&!hasSVG?!1:!0:!1}
    function onDocLoaded(a){window.AdobeEdge.loaded=!0;fnCycle({event:"begin"});isCapable()?(preConten t&&preContent.dom&&preContent.dom.length&&simpleContent(preContent.dom,"edgePreload"+compI d),filesToLoad&&!signaledLoading&&(loadResources(filesToLoad),filesToLoad=void 0)):dlContent&&dlContent.dom&&(loadingEvt&&loadingEvt({event:"done",progress:1,reason:"do wnlevel"}),simpleContent(dlContent.dom))};
    window.AdobeEdge = window.AdobeEdge || {};
    window.AdobeEdge.framework = 'jquery';
    if(document.addEventListener ){
       window.addEventListener("load", onDocLoaded, false);
    } else if ( document.attachEvent ) {
       window.attachEvent("onload", onDocLoaded );
       requiresSVG=false;
       doDelayLoad=false;
       htFallbacks={
       aLoader = [
          { load: "edge_includes/jquery-2.0.3.min.js"},
          { load: "edge_includes/edge.3.0.0.min.js"},
          { load: "footer_edge.js"},
          { load: "footer_edgeActions.js"}];
    if (AdobeEdge.bootstrapLoading) { signaledLoading = true; AdobeEdge.loadResources=doLoadResources; AdobeEdge.playWhenReady=playWhenReady; }
    loadResources(aLoader, doDelayLoad);
    var plSTF="none",ctrPlS="none",minPlW="0",maxPlW=undefined,plWidth="960px",plHeight="400px";
    preContent={
        dom: [
            id: 'loader-bar',
            type: 'image',
            tag: 'img',
            rect: ['370px', '191px','220px','19px','auto', 'auto'],
            fill: ["rgba(0,0,0,0)",'images/loader-bar.gif','0px','0px']
        }]};//simpleContent
    dlContent={dom: [ ]};//simpleContent
    })( "footer");

  • Custom blog in Adobe Muse and BC can't get body copy css to work

    Hello,
    I've been creating a custom blog through Adobe Muse and in Business Catalyst according to directions I found in a video.
    Seems like everything is working out for the most part with adding custom styles to modulestylesheets.css however, I can not for the life of me get the body text of the
    blog to cooperate. At least according to the video I'm following.
    This is the css I'm adding according to instructions and it's the only part that won't work - won't change. My guess is that something somewhere else is over riding this but I can't find it.
    /* blog body text */
    .post-body
        color: #534741;!important;
        font-family: muli;sans-serif;!important;
        font-size: 12px;!important;
        font-weight: 400;!important;
        padding: 0;!important;
        line-height: 84px;!important;
    As you can see - I even added the important tag to see if it would work but still nothing. I'm at a loss and need to have this site complete and launched with new domain by tonight!
    The link:
    http://lisastendig.businesscatalyst.com/embodiment-blog
    I'm trying to get the body copy to be the font Muli as well as with some proper interline spacing.
    I hope someone can help today - it would be so much appreciated. Thank you!

    Hi BubbleHouse,
    I checked the details layout of the blogs and seems the font-family is entered in the inline code of the blog post and it is taking preceedence over the system css.
    You can go to the content of blog post and change the font-family: calibri, serif to font-family: inherit, it should take the font from the modulestylesheet.css
    <span style="font-size: 15pt; font-family: calibri, serif; color: #343434; background: none 0% 0% repeat scroll transparent;">
    Regards,
    Gaurav Aggarwal

  • Using Adobe Muse and Business Catalyst ... which level of hosting do I need so my customer can use i

    Using Adobe Muse and Business Catalyst ... which level of hosting do I need so my customer can use in-browser editing?
    thx,
    Gary

    Adobe Muse has an update on 17 June which will allow the use of ICE on BC you may whish to check you infomation Liam....! The link below shows the updates for Muse coming in June!
    http://tv.adobe.com/watch/muse-feature-tour/adobe-muse-parallax-scrolling-may-2013/

  • Hello  i have installed above CC   and without my knowledge the machine has now adobe cc and cc 2014  how can i remove the CC and move the lug ins to the new CC 2014

    Hello
    i have installed above CC
    and without my knowledge the machine has now adobe cc and cc 2014
    how can i remove the CC and move the lug ins to the new CC 2014

    Hi
    well could you confirm me, the plug-ins you have installed in Photoshop cc, are you able to use the same in the Photoshop cc 2014
    you just have to remove the Photoshop cc from the add or remove program in the control panel
    and you can go to this link and copy all the plugins to the Photoshop cc 2014
    http://glyndewis.com/plug-ins-adobe-photoshop-cc-2014/

  • If my Adobe Muse and Air apps are  both up to date as of today and I cannot open a Muse file, what are my options? I get an error message regarding the Progress Window showing and then Muse crashes.

    If my Adobe Muse and Air apps are both up to date (as of today) and I cannot open a Muse file, what are my options? While Muse is relinking assets I get an error message regarding the Progress Window "showing" and then Muse crashes.

    Hi there,
    Do you get this error while opening a particular file or all files?
    Please try opening a different .muse file, and check if it does the same?
    Ar you opening a .muse which is saved on a network drive?
    Thanks.

  • I have made a blog in adobe muse and now adjusting it on BC but I can't seem to change the blog post date format?

    I have made a blog in adobe muse and now adjusting it on BC but I can't seem to change the blog post date format?
    My ideal date format would be / 28, Oct, 2015
    can anyone help? I'm not sure I can manipulate the {tag_postdate}

    You can use something like this in the post or post list: {tag_blogpostday}, {tag_blogpostmonth}, {tag_blogpostyear}

  • Create and send EDM using Adobe MUSE and Business Catalyst.

    There is just one thing missing in my armour as a graphic designer – creating and sending EDMs.
    Given the success of creating websites using Adobe Muse, an EDM functionality would be a fantastic addition to MUSE and Business Catalyst (BC). Imagine this:
    1. I open Adobe Muse.
    2. I select "New EDM"  (instead of "New Site").
    3. I design and build my EDM to spec.
    4. I test my EDM using 'Preview' or a single send to myself.
    5. I publish my EDM to Business Catalyst.
    6. In BC, I review my EDM and add 'FROM NAME', 'FROM EMAIL ADDRESS' and 'SUBJECT'.
    7. I import my database.
    8. I hit SEND!
    After my EDM has gone out, I can review a report in BC - just like any report for a website.
    As a designer that does not know code but can build a website using MUSE - creating an EDM is the one thing I can't personally offer. Using a digital supplier can be expensive and website like Mail Chimp aren't professional enough.
    To the Adobe Muse team, please – for the love of humanity – consider this as viable addition to MUSE. You will save a lot of heart ache and win a lot of hearts.
    Thanks,
    Phil

    Done!
    See here: Create and send EDM using Adobe MUSE and Business Catalyst.

  • Integrating Adobe Muse and Business Catalyst

    Hello. Normally I don't take on CMS or E-Commerce sites because I'm kinda simple in the head when it comes to figuring out code and stuff, but with the integration between Adobe Muse and Adobe Business Catalyst I'm thinking about giving it a shot. (And I kinda need the moolah, to be honest...)
    I'm trying to bid two sites, one CMS and one a fairly small E-Commerce, both for the same customer. I'm hoping to find a kind and patient person with Business Catalyst and Muse experience who can help me figure out what BC will cost so I can bid the job accurately (BC has so many different packages and whatnot I really don't know which one to buy - I'm truly baffled by the options and don't want to bid the sites based on BC costing me $400 a year, only to find I need to buy the $900/month option), then help answer all the goofy questions I'll have when I try to get Muse and BC to work together. If anyone is willing to help me through this project via phone and/or e-mail, please PM me - I'll gladly pay for your time (I don't expect good advice for free).
    Thanks!

    Hi Chris,
    You can find the pricing here: http://www.businesscatalyst.com/pricing/monthly
    CMS is offered with the "Web Marketing" plan while online shop  capabilities can be enabled via "E-Commerce" (which also includes CMS)
    Here's a good video on Muse & BC integration: www.youtube.com/watch?feature=player_embedded&v=K-Od9LDWUcU\
    I'll leave this open for further intervention/advice from other members.
    Kind Regards,
    Alex

Maybe you are looking for

  • IMac (Mid 2011) Constantly Crashing

    Hi Everyone! I have a mid 2011 iMac and (27 inch, 2.7 i5, 4gb RAM) and it has started crashing regularly on start up/wake and (recently) when I open apps. I don't think it is app specific. I've tried reinstalling OSX, I've scanned the entire system f

  • Video on ipad

    Hello I am trying to import a series of short video clips to be used in a mobile application on the ipad... I am unsuccessful in getting them to play correctly full screen on the app... I have tried different H.264 outputs and F4V settings, I can get

  • Exports from eyeTV at AppleTV quality no longer play on iPhone?

    Before getting an iPhone 3G, I exported recordings from EyeTV 3 in AppleTV quality (720 x 480) and watched them on my iPod touch. The iPhone, however, doesn't seem able to play these, and, iTunes won't even sync them to the iPHone. What happened? Doe

  • Transferring LP's to a computer (iMac G4)

    Does anyone know how to do this? Are instructions available anywhere? I have a computer and a turntable and a long cord, but so far no luck. Mary McDermut

  • What is the exact version of BCB/ICI ?

    Hi, According to Note 1268057, if CRM7.0 is installed, ICI version in it is 3.06. But when I access http://javahost:javaport/bcb, I find the ICI version is 3.00. Because I need to implement free seating function, 3.06 is a must. Do anybody know how t