Widget/Parallax Problems with Muse and Chrome?

For some reason when I publish my site to the business catalyst and it opens in chrome, the parallax images I have on my page dont show up and my youtube widgets (which are inside of a blank composition widget) and my tooltip widget is unresponsive (meaning they appear but are not interactive). I also have a google maps widget but have no issues with it.
(for business catalyst this problem goes away after I refresh a couple of times but is still consistent when I first open it)
This same problems also happen when I export my site as HTML and open the HTML file in Chrome. However none of the problems occur when I open the HTML file in Safari or Firefox. Futhermore, if I do preview site in browser and it opens in Chrome, than none of the problems occur.
Here is my site for reference (I believe it is accessible):
http://mindblownfilms.businesscatalyst.com/index.html
For the record I am on the newest version of both Chrome and Muse
*Also one of the edge animations I have doesnt seem to show up in the business catalyst but shows up when I view the HTML file in all browsers and when I preview the site in chrome.
Thanks

I believe you're encountering a bug Google introduced with Chrome 33 <https://code.google.com/p/chromium/issues/detail?id=336476&q=font&cols pec=ID%20Pri%20M%20Iteration%20ReleaseBlock%20Cr%20Status%20Owner%20S u mmary%20OS%20Modified>. It impacts the first paint of a web page containing web fonts. Google is aware of the bug and working on a fix. To confirm this is what you're seeing, does everything draw and function correctly if you reload the page? It appears to for me.

Similar Messages

  • Problem with firefox and chrome

    Hi guys,
    i've a problem with chrome. When i download something with google chrome and at the bottom i press on the file or show all downloads,  i'm redirected to firefox :0
    Tried also to uninstall firefox. No way, nothing happen if i press show all downloads or press on the downloaded file.
    Any advice?
    Thanks guys.

    Perhaps Mate isn't as gnome-like as I thought.  I just found this which looks to be a solution.
    Or, my solution to all xdg-open related problems: replace it.  I've writen a tiny script like below that I replace /usr/bin/xdg-open with so I can stay in control of what it is doing.
    #!/bin/bash
    # replacement for /usr/bin/xdg-open
    for f in $@; do mime=`file -b --mime-type "$f"`; case "$mime" in
    #MIME-TYPE) APPLICATION <END LINE WITH ;;>
    audio/*) mplayer "$f" ;;
    video/*) mplayer "$f" ;;
    */pdf) mupdf "$f" ;;
    esac; done > /dev/null 2>&1 &
      I would not recommend this script if you are not comfortable editting scripts as it does need customizing.  However, the alternate solution is to edit a much longer and much more confusing script.
    Edit: cleaned up my ugly script, as it is a work in progress.
    Last edited by Trilby (2012-05-14 15:46:54)

  • 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

  • I have a basic applet method timing problem with Firefox (and Chrome), not IE nor Opera. Works if JavaScript issues windows.alert() prior, fails otherwise.

    I have an applet method, which is invoked from a JavaScript function, that is triggered by the window.onload event. The problem seems to center in the loading of the applet and its methods.
    If I step through the 3 applet acceptance prompts (I chose to use a down-level Java), the applet method is never invoked, nor is an exception raised. How this happens is beyond my understanding.
    As additional information, the Init(), start(), and "desired" Java methods all use the synchronized keyword. This is an attempt to minimize the exposure to a multi-thread environment.
    If I issue a message from JavaScript (via window.alert()) PRIOR to invoking the method, I can get the desired results in special circumstances:
    1) When the alert is presented, Firefox also prompts, SIMULTANEOUSLY, to block/continue the applet (the first of the 3 applet acceptance prompts). I can accept that these are separate threads.
    2a) If I walk through the 3 applet acceptance prompts FIRST, and then hit the OK button on the alert message SECOND, I get the desired results, my applet method executes, and all is well (other than the fact that I would prefer not to have the alert in place at all).
    2b) If I hit the OK button on the alert message FIRST, and then walk through the 3 applet acceptance prompts SECOND, I get the same results as when the page loads WITHOUT the alert, which is the applet method is never invoked, nor is an exception raised. Weird, huh?
    The above problem only occurs when the browser and the applet's URL are loaded for the first time.
    Subsequent invocations (after the page & applet has been loaded initially) do not have the failing symptoms.
    It is my understanding that IE and Firefox (and Chrome and Opera, for that matter) each use the same implementation of JavaScript provided by Microsoft. Please correct me if this information is inaccurate.
    The failing page and it's applet are proprietary; I cannot provide the Internet URL, nor the Java or JavaScript source, to aid in your analysis.

    I can speak to the source code, but have no access to it.
    The current process/thread that invokes an applet method must check to see that the applet is not currently being loaded by another process/thread. If it is being loaded, the current process/thread should block until the load is complete, THEN attempt to invoke the applet method.
    Please forward my concern to a knowledgable developer. The nature of the problem, once identified, can be addressed in a very straightforward manner.

  • Upload problems with muse and creative cloud membership

    I made my site with Muse. When oploading it refused. I have to take a paid account of creative cloud.
    As I have photoshop cc as a paid app, I automaticaly have creative Cloud. And therfore I should have webhosting...
    Is this correct?
    So what to do?

    Hi Dirk,
    The five free hosting BC sites is only with the full CC Membership. If you are only paying for the Photoshop Subscription (or any single app) it does not include the hosting.

  • Problem with validateRegExp (problem with IE and chrome but works for firefox)

    Hi everyone,
    I have a simple af:inputText with an af:validateRegExp in it with pattern "([^$%# ]+([ ]*[^$%# ]+)*)$".
    Now when I enter a very big value in this inputText and finally add a space to it, it gives a proper validation exception in Mozilla FireFox.
    But when I run the same thing in IE/ Chrome the screen hangs and after some time page not responding exception comes. What it is observed in chrome is that after a very long time it gives the proper validation exception even if page not responding error has come earlier. Has anyone faced such kind of problem earlier? Is there any solution for this?
    {code}
    <af:inputText label="Label 1"
                          binding="#{backingBeanScope.backing_datePOC.it1}"
                          id="it1" maximumLength="120">
              <af:validateRegExp pattern="([^$%# ]+([ ]*[^$%# ]+)*)$"/>
            </af:inputText>
    {code}

    Hi Frank,
    Thanks for your reply. I tried checking this pattern in java as well using an validator, in that case the thread got sucked for a bigger length string. So I guess the problem is with expression only. But I dont get one thing, if the problem would have been with expression it shouldnt have worked for smaller length string. But in this case it is working fine with a smaller length string.
    Regards,
    Vipin V B

  • Still problems with firefox and chrome on the slideshows.

    Hello, I've been struggling with this problem for several days now. I can't get firefox 3.06 or chrome to load the slideshow created on iweb 3.03. Chrome would not even load the albums.
    Works fine on Safari.
    I reinstalled iweb. Nothing changed.
    Some of my friands could create sites that work fine without any particular patch, but some other people seem to have my problem as well. Any idea anyone?
    Thx for a much needed help.
    Message was edited by: melmdb

    What's the URL of your site so we can examine it first hand?
    OT

  • I have created my website with Muse and it is currently being hosted with godaddy...

    When I access it via my mac and Iphone, it looks and functions just as it should, but when it's accessed via a windows platform pc, all of the fonts are cut in half vertically. Is this a Muse issue, a platform issue or both, and what can I do?! Help!
    My site is www.shears-creative.com
    Thanks,
    Laura Shears

    Can reproduce the problem in Safari and Chrome but not in FF or IE. Looks like a general issue with text rendering through Bubbler One webfont in particular on these browsers. If you look at this font's specimen in Chrome/Safari at Google Fonts website, you would experience the same issue - http://www.google.com/fonts/specimen/Bubbler+One. Here's how I see it at my end in Chrome - http://screencasteu.worldsecuresystems.com/vinayak/2013-06-19_1723.png.
    Would suggest trying an alternate font in this case as this appears to be more of a general problem.
    Thanks,
    Vinayak

  • Adobe Edge (.oam file) interaction problem with Muse

    I created a edge animate file which has a parallax scrolling feature in it. When I scroll, the items move. But when I load the animation's .oam fle from muse, the animation losts its scrolling effect. How can I solve this?
    (PS:I used Edge Commons to create the effect)
    (Any other suggestions for creating parallax effects with muse?)

    Hello,
    Please double click on the symbol and make sure "autoplay " is unchecked in the stage properties. then republish the OAM file and then try.
    If the issue still persist please share the compressed project file with us to take a look at it.
    Regards
    Vivek

  • Problem with IE and pubblishedIntoWall

    Hi to all,
       i have a problem with InternetExplorer and CallBack
    In my flex code i have :
    flash.external.ExternalInterface.addCallback("pubblishedIntoWall", pubblishedIntoWall);
    The javascript code:
    function pubblishedIntoWallCarrello() {
            document.getElementById("composer").pubblishedIntoWall(1)
    In both Firefox and Chrome the javascript works in the right way.
    In internet explorer the function pubblishedIntoWall is not called.
    Have some one got an idea of this problem?
    Thanks for your time

    First of all, thank for your reply
    This is the code that i use in the HTML, i use   allowScriptAccess = sameDomain
    ----------- CODE -------------------
    <div id="divContainercomposer" style="position:absolute;left:50%;top:0px;width:930;height:100%;margin-left:-465px">
                <script language="JavaScript" type="text/javascript">
                <!--
                // Version check for the Flash Player that has the ability to start Player Product Install (6.0r65)
                var hasProductInstall = DetectFlashVer(6, 0, 65);
                // Version check based upon the values defined in globals
                var hasRequestedVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
                if ( hasProductInstall && !hasRequestedVersion ) {
                    // DO NOT MODIFY THE FOLLOWING FOUR LINES
                    // Location visited after installation is complete if installation is required
                    var MMPlayerType = (isIE == true) ? "ActiveX" : "PlugIn";
                    var MMredirectURL = window.location;
                    document.title = document.title.slice(0, 47) + " - Flash Player Installation";
                    var MMdoctitle = document.title;
                    AC_FL_RunContent(
                        "src", "playerProductInstall",
                        "FlashVars", "MMredirectURL="+MMredirectURL+'&MMplayerType='+MMPlayerType+'&MMdoctitle='+MMdoctitle+"" ,
                        "width", "930",
                        "height", "100%",
                        "align", "middle",
                        "id", "composer",
                        "quality", "high",
                        "bgcolor", "#ffffff",
                        "name", "flashContent",
                        "allowScriptAccess","sameDomain",
                        "type", "application/x-shockwave-flash",
                        "pluginspage", "http://www.adobe.com/go/getflashplayer"
                } else if (hasRequestedVersion) {
                    // if we've detected an acceptable version
                    // embed the Flash Content SWF when all tests are passed
                    AC_FL_RunContent(
                            "src", "composer",
                            "width", "930",
                            "height", "100%",
                            "align", "middle",
                            "id", "composer",
                            "quality", "high",
                            "bgcolor", "#ffffff",
                            "name", "composer",
                           "allowScriptAccess","sameDomain",
                            "type", "application/x-shockwave-flash",
                            "pluginspage", "http://www.adobe.com/go/getflashplayer"
                  } else {  // flash is too old or we can't detect the plugin
                    var alternateContent = 'Alternate HTML content should be placed here. '
                      + 'This content requires the Adobe Flash Player. '
                       + '<a href=http://www.adobe.com/go/getflash/>Get Flash</a>';
                    document.write(alternateContent);  // insert non-flash content
                // -->
                </script>
                <noscript>
                      <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
                            id="flashContent" width="930" height="100%"
                            codebase="http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab">
                            <param name="movie" value="composer.swf" />
                            <param name="quality" value="high" />
                            <param name="bgcolor" value="#ffffff" />
                            <param name="allowScriptAccess" value="sameDomain" />
                            <embed src="composer.swf" quality="high" bgcolor="#ffffff" id="composer"
                                width="930" height="100%" name="composer" align="middle"
                                play="true"
                                loop="false"
                                quality="high"
                               allowScriptAccess="sameDomain"
                                type="application/x-shockwave-flash"
                                pluginspage="http://www.adobe.com/go/getflashplayer">
                            </embed>
                    </object>
                </noscript>
    </div>

  • Problem with installation and activation

    Hi, I have a problem with the installation of Adobe Muse.
    I had a free 30-days trial, when it was over I bought the product ($ 13 per month), 
    I installed the program again and I see the same window with the finished Trials
    and it requires a serial number and does not allow to enter the program.
    I installed the program on your PC wife without any problems, but I can not install it on a laptop.
    I have a laptop with Windows 8 operating system.
    What I've done:
    1. Uninstalled the free program,
    2. check the connection to the Internet,
    3. has installed a new program from the official website adobe.com,
    4. Remove the line for the activation of the hosts file and resave the file,
    5. turned off the brandmower,
    6. rebooted.
    I can't get support for a 3 days, is it the most terrible support I've ever seen? I dunno
    Please help me at [email protected]

    I guess this stuff helps me
    http://helpx.adobe.com/creative-suite/kb/cs5-cleaner-tool-installation-problems.html
    2014-08-07 20:07 GMT+07:00 Дмитрий Броский <[email protected]>:
    thanx
    >
    2014-08-07 18:18 GMT+07:00 Prabhakar.Kumar <[email protected]>:
        problem with installation and activation  created by Prabhakar.Kumar
    >> <https://forums.adobe.com/people/Prabhakar.Kumar> in *Help with using
    >> Adobe Muse CC* - View the full discussion
    >> <https://forums.adobe.com/message/6619532#6619532>
    >>

  • I have created my site with Muse and have uploaded to an external ftp hosting, now my secure log in will not work because I am not using BC. Is there a way to create a secure log in that will work with out being forced to use BC?

    I have created my site with Muse and have uploaded to an external ftp hosting, now my secure log in will not work because I am not using BC. Is there a way to create a secure log in that will work with out being forced to use BC?

    Hi
    Secure Zone login feature will only work if you host your website with Business catalyst.
    Please take a look to this as an alternative
    Password Protect Pages Widget for Adobe Muse
    Also, check this thread,
    Re: Can I create a login/password protection in Muse for a HTML5 page or two?

  • Full Screen with Firefox and Chrome

    Whenever I watch a video in sull screen with either Firefox or Chrome, there will be a blank black space on the right of the screen and my mouse cursor will be off. I don't have a problem with Explorer and I ddn't have any problems with Flash Player 9. The problem with Flash Player 9 is there are a bunch of videos online that require Flash Player 10.
    Any suggestions?
    Thanks very much,
    Phil

    Try disabling Hardware Acceleration (http://forums.adobe.com/thread/891337), or update the device drivers of your graphics adapter.

  • I can't see the bar which contains play, stop button on Youtube. Help me!!! Just happen with firefox and chrome after install DivX and I had removed DivX.

    I had installed DivX and it includes DivX Web player but, when i remove it, the problem happend. When I click on a video, the bar which contains play, stop... buttons is there. But when the video nearly play, it disapears. The problem just happen with Firefox and Chrome, but it doesn't mean with IE. Help me plz, I hate using IE just love FF but the problem prevent me from watching video on youtbe which is very terrible with me.

    This is my problem, see the picture.

  • Problem with Muse CC

    we had a problem with muse CC, uninstalled it and now cannot reinstall it

    Hi jfbrosseau,
    Please specify the OS along with the error message. If you are getting any error whwre Muse is showing up to date the follow the kb: http://helpx.adobe.com/creative-cloud/kb/aam-lists-removed-apps-date.html .
    Regards,
    Romit Sinha

Maybe you are looking for

  • Show child levels when the top level is forced to be null - Avoid aggregations on the top level

    Hi everybody, it was difficult to select a title for my question. Let´s say I have a geographical hierarchy with Region --> Country --> District --> Store levels I want to avoid the aggregations in local currency at the Region Level because that make

  • Printer works for ipad but not laptop

    My printer works fine with my ipad but stopped working with my laptop. I have windows seven. I put the IP address in the search bar and went to the hp site. I tried to print a page from there and it worked fine. But I can't get it to work on any othe

  • How to connect java database using sql....????

    Hey guys, I am a novice in Java Programming.Could someone help me out in connecting to sql.Im using Sql 2000 edition. Thanks.

  • Keywords in FCE

    I am in the process of learning FCE after having used iMovie for a few years. In iMovie you could tag video with keywords. Then you could easily search all video via your keywords. This is similar to the ways keywords are also used in Aperture and iP

  • Quicken: PC to Mac conversion

    It seems from many of the threads that the Mac version of Quicken is nothing like the PC version and that importing PC Quicken data into Mac version is problematic. Looking for feedback on which scenario is preferable: 1. Continue to run Quicken on P