Why do Slideshows disappear in Design view but appear in Preview view

Any idea what is happening? Let me know [email protected]

Hi David,
I'm not really sure why this is happening by looking at your image. Can you send your .muse file to [email protected] with the subject attn: Dana and a link to this thread so I can dig deeper?
Thanks,
Dana

Similar Messages

  • Why some posts in facebook pages not appear using mobile view but appear with desktop view ?

    The same problem occur with other browsers but not with facebook program

    What type of post?
    *Text/Image/Video
    Many site issues can be caused by corrupt cookies or cache. In order to try to fix these problems, the first step is to clear both cookies and the cache.
    The Firefox cache temporarily stores images, scripts, and other parts of websites while you are browsing. <br>
    Note: ''This will temporarily log you out of all sites you're logged in to.''
    To clear cache and cookies, do the following:
    #Tap the menu icon located at the top right corner. This is the icon with 3 bars. On older Android devices you'll have to press the hardware menu key and then tap More.
    #Tap '''Settings'''.
    #After that, you will be taken to the settings screen. In the settings screen, look under the section '''''Privacy & Security''''' and select '''Clear private data'''.
    #You will then be taken to a list of what can be cleared. Select the following 2 for deletion:
    #*Cookies & active logins
    #*Cache
    #After those have been selected, tap the '''Clear data''' button to actually clear the cache and cookies.
    Did this help you with your problems? Please let us know!

  • Hi everyone. I have just started having problems with iCal.  Events that I thought I had deleted are appearing on Print Preview and on print outs. Likewise Events which I have not deleted have disappeared from my calenders, but appear in print preview.

    Hi everybody. I have recently started having problems with iCal (Version 2.05 (1069). Events that I thought I had deleted appear in Print Preview and Print Outs. Likewise Events that I have not deleted have disappeared from my calender (Month View) but appear in Print Preview and Print Outs. I see that there have been similar problems with Events disappearing especially in Month View. I wondered how print preview seemrd to be picking everything up deleted or not, and what the solution may be?. First time of Posting. I hope I haven't embarassed myself.

    Hmmmm.
    At the very least there must be a "com.apple.ical.plist"...iCal would not function without it.
    Click on the Finder icon in the dock
    Click on Go > Home
    Double-click Library
    Double-click Preferences
    Look for a file called "com.apple.ical.plist" and remove it to the trash.

  • How come I can see my div in design view but not in live view

    Hi,
    I have a div ID called "portfolio" that I can see in design view but not live view or on a browser. It's a little pink square and I want that square round also.
    I ran it through validator. It picked up some things in the style.css which I changed and the boilerplate.css that I did not. Because I thought DW auto creates code for boilerplate because I don't enter that code myself.
    It's also rejecting a lot of webkit code but this seems like standard webkit code that works elsewhere on the page.
    BTW: at what point does this brutal hand coding pay off in money and less heartache when Wordpress looks cleaner and is so much easier to use? I feel like I barely know HTML or CSS in terms of translating vision to reality and with all-browser functionality after months and months of on-line classes. How long are the pros at it till they reach a watershed point?
    here's my address: http://www.adjacentdimensionsmedia.com/home.html
    Here's my html:
    <body>
      <div class="gridContainer clearfix">
        <div id="div1" class="fluid"><img src="adtitle2.png" width="700" height="80" alt=""/></div>
      <div class="fluid"><div class="box-shad"><a href="index.html"></a></div>
      </div>
        <div id="portfolio">Portfolio</div>
    </body>
    Here's my CSS:
    .box-shad {
      margin-top: 200px;
      margin-left: 100px;
      width: 900px;
      height: 700px;
      display: block;
      background-image: url("images/Big-tree-trans1.png");
      background-size: 900px 700px;
      -webkit-box-shadow: 15px 15px 15px #000000 inset;
      box-shadow: 15px 15px 15px #000000 inset;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      position: fixed;
    .box-shad a {
        display:block;
        width:900px;
        height:700px;
    #portfolio {
      width: 100px;
      height: 100px;
      margin-top: 0px;
      margin-right: 200px;
      margin-left: 200px;
      margin-bottom: 0px;
      border-radius: 75%;
      -webkit-border-radius: 75% 75%;
      background: pink;
      top: -300px;
      position: relative;

    The top:-300 is putting that div above the top of the browser viewport. Fix that and you'll see the div.

  • Images broken in Design View, but work in Live View

    Dear Adobe,
    it appears that externally hosted images are not showing in the Design or Split screen view, but have no trouble showing in the Live view. I have had this error since fresh installing DW CC 2014 and had no issue with previous versions of DW. I have tried some of the options suggested around the web including reinstalling but the problem persists.
    Please someone tell me there is a solution to this problem as I could never image that something so simple could take me to the edge of my nerves. I am experiencing a drop in productivity since I am constantly switching between views and it's making the whole DW experience a drag as well since there is a sluggish lag when switching views.
    Sorry for the rant, hope you guys could help me out here
    Mitts64

    The display of externally hosted images has been problematic, and somewhat intermittent, in DW's Design View for a long time. A lot of us just work with local versions of the images (say for html emails) and switch out the local links out for absolute links to server hosted images as the last step using Find & Replace.
    I have pretty much stopped using Design View all together though and do most of my coding manually while Live View is turned on, so I'm not sure if this was supposed to be fixed in DWCC 2014 or not.

  • Style changes show in Design mode but not in Live View or online.

    I'm using CS5. I modified a style sheet and the changes showed up in Design mode just the way I wanted them. I switched to Live View and they did not show up. I put the new style sheet on the server and it the changes do not show up online. The basic change was to add a border around some text that serves as a link to another page in the site. The source code can be viewed here: The Akshaya Home | Akshaya USA. The relavent lines are 71 and 72 at the bottom of the banner div. The CSS code is:
    .button_donate{
              font-family: Arial, Helvetica, sans-serif;
              font-size: 24px;
              padding: 0px 8px 0px 8px;
              border-top: 3px;
              border-top-style: solid;
              border-top: #1C778C;
              border-left: 3px;
              border-left-style: solid;
              border-left: #1C778C;
              border-bottom: 3px;
              border-bottom-style: solid;
              border-bottom: #0A2B33;
              border-right: 3px;
              border-right-style: solid;
              border-right: #0A2B33;
              position: absolute;
              right: 50px;
              top: 139px;
    .button_volunteer{
              font-family: Arial, Helvetica, sans-serif;
              font-size: 24px;
              padding: 0px 8px 0px 8px;
              border-top: 3px;
              border-top-style: solid;
              border-top: #1C778C;
              border-left: 3px;
              border-left-style: solid;
              border-left: #1C778C;
              border-bottom: 3px;
              border-bottom-style: solid;
              border-bottom: #0A2B33;
              border-right: 3px;
              border-right-style: solid;
              border-right: #0A2B33;
              position: absolute;
              left: 40px;
              top: 140px;
    Any help will be greatly appreciated.
    Ed

    Try this:
    .button_donate {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 24px;
        padding: 0px 8px 0px 8px;
        border: 3px outset #1C778C;
        position: absolute;
        right: 50px;
        top: 139px;
    Repeat with .button_volunteer.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • Report shows up in HTML view but blank in PDF view

    Hey
    I have a quick question .
    My report runs fine and shows in HTML view .
    When I click on PDF view it shows up blank and doesnot even show any header footer company logo .
    Any idea/advice ?
    Thanx
    Edited by: pooja... on Oct 14, 2008 8:41 AM

    Hi Pooja,
    It seems u have succeeded in getting your report on HTML. This is with Interactive Reporting.
    In the Dashboard section i have an Embedded Browser with the url set in the properties that returns the xml response. But then we are unable to read or view it. Can you help me with that as i am new to this.
    Thnks & appreciate your help.
    JB
    Edited by: user10454571 on Oct 21, 2008 9:31 AM

  • Podcast feed broken in two in "Podcast" view, but complete in "List" view iTunes 11

    Hi all,
    Today I updated to iTunes 11 on my Windows 7 laptop. When I went to update some podcasts I subscribe to I noticed that there were two lists for a couple of the different podcasts inthe defaualt view.
    I thought perhaps there was something wrong with my .xml feed and spend a long time checking my feed file. Nothing looked odd, and I didn't remember seeing two feeds in prior versions of iTunes.
    At this point I clicked on "Lists" at the top. There was only one album for the podcast AND all episodes were listed there, where they should be. Seems like a bug in the new GUI for iTunes 11.
    Has anyone else experienced this issue? The podcast I'm subscribed to is: http://www.recastweb.com/podcasts/Weekly.xml http:///www.recastweb.com/podcasts/Luke.xml is experiencing the same odd display too.

    I'd like to have this list view back as well.
    It was usefull for choosing a podcast based on date and/or length.
    I will submit feedback on this and suggest all others who want it back do the same.
    http://www.apple.com/feedback/
    (Apple does not monitor these forums, but they do read their feedback !)

  • Webforms visible in project view but not in browser view

    Hi all
    I have a problem:
    We have a Yearly Task list with several webforms. Now, if I try to open the webforms in the normal project view everything works fine. But if I click the same Webform when I am in the browser view/tasklists/Yearly, I get the following Error message.
    Requested document does not exist.
    Show Details:
    Error Reference Number: {A9C8569B-EC64-4A6D-8FEB-897DA44ECF5C};User Name: 20354@MSAD
    Num: 0x80042781;Type: 0;DTime: 02.02.2009 11:58:29;Svr: ZRHCHL60;File: CHsvDSReports.cpp;Line: 626;Ver: 9.3.1.0.1502;
    Num: 0x80042781;Type: 0;DTime: 02.02.2009 11:58:29;Svr: ZRHCHL60;File: CHsvReports.cpp;Line: 1538;Ver: 9.3.1.0.1502;
    Num: 0x80042781;Type: 0;DTime: 02.02.2009 11:58:29;Svr: ZRHCHL60;File: CHsvReports.cpp;Line: 1081;Ver: 9.3.1.0.1502;
    Num: 0x80042781;Type: 0;DTime: 02.02.2009 11:58:29;Svr: ZRHCHE62;File: CHFMwManageDocuments.cpp;Line: 1340;Ver: 9.3.1.0.1502;
    Strangely, this only happens with the webforms that I have added more recently. The older webforms work fine also in the browser view.
    Thanks

    Hi all,
    We try to import Webforms from an application in a new application , inside a folder hierarchy.
    There was the same error when we want to access to any documents.
    The folder was created by an Active Directory User (With All rights).
    I have created a Folder with a Native Account (With All Rights) , and access to the document is now available.
    I hope this workaround, will help Oracle to understand the root cause.
    Regards.

  • Sony SR-11 video "backjerks" in Project viewer but not Log Transfer viewer

    For example, in both the project canvas and viewer, people's heads may be turning to the right in the frames leading up to "backjerk" frame and again after the "backjerk" frame, but their heads jerk to the left at the "backjerk" frame. For example,for clip 805:
    Frame
    06:24 normal progression
    07:00 - 07:06 normal progression
    07:07 picture jumps back to same image as frame 07:00
    07.08 picture jumps forward to expected image after frame 07:06
    07:09 - 07:19 normal progression
    07:20 picture jumps back to same image as frame 07:13
    07:21 picture jumps forward to expected image after frame 07:19
    The "backjerk" frames move 1 frame with each succeeding frame count of 24. Hence in the next batch of 24 frames, the "backjerk" frames are 08:08 and 08:21, and so on.
    When viewed in the Log and Transfer Viewer or camcorder, there is no "backjerk". Quicktime was unable to open the files copied directly from the camcorder stream. Quicktime could open the files after transfer and saving but had the same "backjerk" problem.
    The video was recorded on a Sony SR-11 at 25 fps, AVCHD 1920x1080 and transferred to FCE using Log and Transfer. Capture did not work due to lack of firewire connection. The clips appeared in the Log and Transfer Window, were dragged to the lower area where "drag media here" appeared, and were saved in a project.
    When the clips were dragged to the canvas in the project, I tried both yes and no to the question as to whether I wanted to change the format to be compatible with the External Video. Neither worked.
    The Easy set up is "HD", "25 fps" and "AVCHD Apple Intermediate Codec/50".
    FCE is version 4.0.1. Computer is MacPro, OS X Version 10.5.7; Processor: 2 x 2.26 GHz Quad-Core Intel Xeon. Memory: 6GB 1066 MHz DDR3, 170 GB of memory available on HD
    Any suggestions?

    maresol wrote:
    Dear Tom,
    I don't think your questions were directed at me or ?
    If you look at the header of each thread you will see an "in response to" with a name attached. That's helpful in figuring out who's talkng to who. It's a good idea to start a seperate thread for questions, piggy backing can get a bit confusing.
    What are the Sequnce settings that these clips are used in?
    HDV-Apple Intermediate Codec 1080i60 should be the one.
    Al

  • Incorrect time in calendar-view, but normal in event-view

    If compare two different views of event it will different. Why?
    I think it's bug.

    I have the same problem. Is there a solution?

  • MM50 Extend Mtrl costing view, but after maintaining costing view in OMS2.

    Hello Sap Gurus,
    I have a Unique Issue, i have created few 1000s Materials with material type ZDEN, now initially while creating these materials the costing View was not selected in the Material Type,
    but after creating this 1000s of material under ZDEN material type, now we require Costing View to be maintained for this material which are already created,
    so as an option we went to the material type ZDEN in OMS2 and extended the costing Views for the material type,
    now if i go to MM50 to extend material costing views I'm not able to extend the costing view for the materials, it gives me an error no materials selected,
    but alternately if i try extending the costing  views individually for each material by MM01 transaction it allows me to extend costing views to the material selected,
    is there any bug or issue note to be applied or any solution for this mass extension of views in material master, any bapi to extend Materials of this scenario,
    Awaiting your reply,
    Thanks and regards
    S Kumar

    when you create a material master after initial customizing of OMS2 then SAP writes the possible views into table MOFF
    If you then do customizing in OMS2 and add the costing view, this is not updated for  all your exsting materials 
    Hence you dont get them via MM50 because it selects the materials based on entries in MOFF,  but you can extend with MM01 as SAP checks the current customizing.
    execute transaction OMSM which can rebuilt the table and see if you then get your materials in MM50

  • How can I stop iCal from printing an appointment time posted in week view but printed in month view?

    While I keep my calendar in weekly format, I also want to print a single-page monthly calendar. But repeating the time of day in the monthly format takes up space. Is there a solution?

    I wish that I was replying with a solution. Alas, I am not. I am writing to commiserate. This issue is driving me and my husband (to whom all of the useless email notifications are being sent) completely bonkers.
    Help! Anyone?
    Anyone?

  • Why can I see photos in photo view, but now event view?

    Why can I see photos in photo view, but not in event view. The event shows up, but when I open the event, it says there are no photos in the event. The only way I can actually open a photo in the event is to be in photo view, and open the photo from that view.

    Option 1
    Back Up and try rebuild the library: hold down the command and option (or alt) keys while launching iPhoto. Use the resulting dialogue to rebuild. Choose to Rebuild iPhoto Library Database from automatic backup.
    If that fails:
    Option 2
    Download iPhoto Library Manager and use its rebuild function. This will create a new library based on data in the albumdata.xml file. Not everything will be brought over - no slideshows, books or calendars, for instance - but it should get all your albums and keywords back.
    Because this process creates an entirely new library and leaves your old one untouched, it is non-destructive, and if you're not happy with the results you can simply return to your old one. .
    Regards
    TD

  • Slideshow works great in "live view" but does not in "preview browser"

    My slideshow looks just fine in "live view" but when I "preview in browser" it doesn't show up at all in Firefox and is a blue square with a question mark in Safari.  This was created in Dreamweaver and the slideshow is "Advanced Random Images" from Dreamweaver Exchange.
    It was working in the browsers, but I had to make some changes. I put the slideshow within the "content" to get it to be centered on the page.
    The centering worked great, but now it's not showing up.
    Here is that section of my code:
          <!-- end .sidebar1 -->
        </p>
        <!-- InstanceEndEditable --></div>
        <!-- KW ARI Image -->
    <div class="content">
    <div id="slideShow" style="width: 600px; margin: 0 auto; padding-bottom: 15px;">
      <script language="JavaScript">
    // Advanced Random Images Start
    // Copyright 2001-2006 All rights reserved, by Paul Davis - www.kaosweaver.com
      var j,d="",l="",m="",p="",q="",z="",KW_ARI= new Array()
    // KW_rs[5000]
      KW_ARI[KW_ARI.length]='/Gallery_images/slideshow/auditorium.jpg';
      KW_ARI[KW_ARI.length]='/Gallery_images/slideshow/boardrm.jpg';
      KW_ARI[KW_ARI.length]='/Gallery_images/slideshow/classroom.jpg';
      KW_ARI[KW_ARI.length]='/Gallery_images/slideshow/conference.jpg';
      KW_ARI[KW_ARI.length]='/Gallery_images/slideshow/conference2.jpg';
      KW_ARI[KW_ARI.length]='/Gallery_images/slideshow/courtrm.jpg';
      j=parseInt(Math.random()*KW_ARI.length);
      j=(isNaN(j))?0:j;
        document.write("<img name='randomSlideShow' src='"+KW_ARI[j]+"'>");
    function rndSlideShow(t,l) { // Random Slideshow by Kaosweaver
      x=document.randomSlideShow; j=l; while (l==j) {
        j=parseInt(Math.random()*KW_ARI.length); j=(isNaN(j))?0:j; }
      x.src=KW_ARI[j]; setTimeout("rndSlideShow("+t+","+j+")",t);
    rndSlideShow(5000,0)
    // Advanced Random Images End
        </script>
            </div>
    <!-- end slideShow -->
    <!-- InstanceBeginEditable name="content" --><script language="JavaScript">
          </script>
    Any suggestions?
    Thanks!

    I haven't uploaded the page since I made the code changes, for fear that if
    they won't "preview in browser", they won't work live...
    Here's the link:   www.epaaudio.com

Maybe you are looking for