Won't show font?

I am making a slide show of pictures in iMovie (do it every year for Christmas). Well on part of the the slide show I put captions and when I click on "show fonts" to change it, it doesn't do anything it, it just does as if I pressed "done". Any ideas on how to fix this?

It may help to select the text by dragging the mouse before pressing Show Font.

Similar Messages

  • Live type won't show "objects, textures nor live fonts"

    I reinstalled FCP and components and now Live type won't show features like "Objects, Textures and Live Fonts". What can I do to recover them?
    Thanks in advance.

    Have you looked for them? How do you know they were installed?
    bogiesan

  • Spry Menu Bar Submenu won't show in Safari or Dreamweaver LiveView

    I am trying to get my submenu to show up on my website's spry menu bar. It will show up when I test the site using firefox or IE but it won't show when I try LiveView in Dreamweaver or when I test using Safari. The site is www.fuseut.com/fuse
    Here are is the CSS for the menubar:
    @charset "UTF-8"; /* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */ /* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */ /******************************************************************************* LAYOUT INFORMATION: describes box model, positioning, z-order *******************************************************************************/ /* The outermost container of the Menu Bar, an auto width box with no margin or padding */ ul.MenuBarHorizontal {      margin: 0;      padding: 0;      list-style-type: none;      font-size: 100%;      cursor: default;      width: auto; } /* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */ ul.MenuBarActive {      z-index: 1000; } /* Menu item containers, position children relative to this container and are a fixed width */ ul.MenuBarHorizontal li {      margin: 0;      padding: 0;      list-style-type: none;      font-size: 100%;      position: relative;      text-align: left;      cursor: pointer;      width: 125px;      float: left;      font-family: "MS Serif", "New York", serif;      overflow: visible; } /* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */ ul.MenuBarHorizontal ul {      margin: 0;      padding: 0;      list-style-type: none;      font-size: 100%;      z-index: 50;      cursor: default;      width: 7em;      position: absolute;      left: -1000em; } /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */ ul.MenuBarHorizontal ul.MenuBarSubmenuVisible {      left: auto; } /* Menu item containers are same fixed width as parent */ ul.MenuBarHorizontal ul li {      width: 7em; } /* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */ ul.MenuBarHorizontal ul ul {      position: absolute;      margin: -5% 0 0 95%; } /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */ ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible {      left: 0;      top: 0; } /******************************************************************************* DESIGN INFORMATION: describes color scheme, borders, fonts *******************************************************************************/ /* Submenu containers have borders on all sides */ ul.MenuBarHorizontal ul {      border: 1px solid #CCC; } /* Menu items are a light gray block with padding and no text decoration */ ul.MenuBarHorizontal a {      display: block;      cursor: pointer;      padding: 0.5em 0.75em;      color: #FFF;      text-decoration: none;      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;      text-align: center;      background-image: url(../menubgdefault.png); } /* Menu items that have mouse over or focus have a blue background and white text */ ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus {      color: #FFF002;      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; } /* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */ ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible {      color: #FFF002;      text-decoration: underline;      font-weight: bold; } /******************************************************************************* SUBMENU INDICATION: styles if there is a submenu under a given menu item *******************************************************************************/ /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */ ul.MenuBarHorizontal a.MenuBarItemSubmenu {      background-image: url(SpryMenuBarDown.gif);      background-repeat: no-repeat;      background-position: 95% 50%;      background-color: #999; } /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */ ul.MenuBarHorizontal ul a.MenuBarItemSubmenu {      background-image: url(SpryMenuBarRight.gif);      background-repeat: no-repeat;      background-position: 95% 50%; } /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */ ul.MenuBarHorizontal a.MenuBarItemSubmenuHover {      background-image: url(SpryMenuBarDownHover.gif);      background-repeat: no-repeat;      background-position: 95% 50%; } /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */ ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover {      background-image: url(SpryMenuBarRightHover.gif);      background-repeat: no-repeat;      background-position: 95% 50%; } /******************************************************************************* BROWSER HACKS: the hacks below should not be changed unless you are an expert *******************************************************************************/ /* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */ ul.MenuBarHorizontal iframe {      position: absolute;      z-index: 1010;      filter:alpha(opacity:0.1); } /* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */ @media screen, projection {      ul.MenuBarHorizontal li.MenuBarItemIE      {           display: inline;           f\loat: left;           background: #FFF;      } }
    And here is the HTML code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" xmlns:spry="http://ns.adobe.com/spry">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>FUSE UT</title>
    <link href="stylesheet.css" rel="stylesheet" type="text/css" />
    <script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <script src="SpryAssets/SpryAccordion.js" type="text/javascript"></script>
    <script src="Scripts/swfobject_modified.js" type="text/javascript"></script>
    <script src="SpryAssets/xpath.js" type="text/javascript"></script>
    <script src="SpryAssets/SpryData.js" type="text/javascript"></script>
    <link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
    <link href="SpryAssets/SpryAccordion.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
    <!--
    #apDiv1 {
         position:absolute;
         left:0px;
         top:135px;
         width:551px;
         height:269px;
         z-index:2;
         visibility: visible;
    #apDiv2 {
         position:absolute;
         left:685px;
         top:150px;
         width:203px;
         height:270px;
         z-index:1;
    #apDiv3 {
         position:absolute;
         left:684px;
         top:149px;
         width:200px;
         height:267px;
         z-index:2;
    #HomeEvents {
         position:fixed;
         left:683px;
         top:151px;
         width:200px;
         height:263px;
         z-index:1;
         background-image: url(Components/EventsPic.png);
         visibility: visible;
         overflow: hidden;
    #HomeEvents {
         position:absolute;
         left:550px;
         top:-1px;
         width:200px;
         height:265px;
         z-index:2;
    #EventsXML {
         position:absolute;
         left:1px;
         top:43px;
         width:199px;
         height:223px;
         z-index:3;
         visibility: visible;
         overflow: scroll;
    #apDiv4 {
         position:absolute;
         left:-1px;
         top:265px;
         width:753px;
         height:325px;
         z-index:3;
         background-image: url(home1.png);
    -->
    </style>
    <script type="text/javascript">
    <!--
    var event = new Spry.Data.XMLDataSet("events.xml", "catalog/event", {sortOnLoad: "date", sortOrderOnLoad: "descending"});
    var event2 = new Spry.Data.XMLDataSet("events.xml", "catalog/event", {sortOnLoad: "date", sortOrderOnLoad: "ascending"});
    event2.setColumnType("date", "date");
    //-->
    </script>
    <meta name="Keywords" content="fuse ut utk university of tennessee tommy jervis avery howard ross rowland angie sessoms sga campaign elections" />
    </head>
    <body>
    <div id="container">
    <div id="header">
    </div>
    <div id="menubarparent" style="z-index: 20; position: absolute; overflow: visible;">
    <div id="menubar" style="z-index: 10;">
    <ul id="MenuBar1" class="MenuBarHorizontal">
        <li><a href="index.html">FUSE</a>      </li>
        <li><a href="senators.html" class="MenuBarItemSubmenu">Senators</a>
          <ul>
            <li><a href="#">Untitled Item</a></li>
          </ul>
        </li><li><a href="executive.html">Executive</a>      </li>
        <li><a href="policy.html">Policy</a></li>
        <li><a href="organizations.html">Organizations</a></li>
        <li><a href="bios.html" class="MenuBarItemSubmenu">Bios</a>
          <ul>
            <li><a href="#">Untitled Item</a></li>
          </ul>
        </li>
      </ul>
      </div>
      </div>
      <p>
      <p>
      <div id="apDiv1">
        <div id="apDiv4"></div>
        <object id="FlashID" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="550" height="265" wmode="transparent">
          <param name="movie" value="Components/CandidatesHomeSlideshow.swf" />
          <param name="quality" value="high" />
           <param name="wmode" value="transparent" />
          <param name="swfversion" value="6.0.65.0" />
          <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
          <param name="expressinstall" value="Scripts/expressInstall.swf" />
          <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
          <!--[if !IE]>-->
          <object type="application/x-shockwave-flash" data="Components/CandidatesHomeSlideshow.swf" width="550" height="265" wmode="transparent">
            <!--<![endif]-->
            <param name="quality" value="high" />
              <param name="wmode" value="transparent" />
            <param name="swfversion" value="6.0.65.0" />
            <param name="expressinstall" value="Scripts/expressInstall.swf" />
            <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
            <div>
              <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
              <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" width="112" height="33" /></a></p>
            </div>
            <!--[if !IE]>-->
          </object>
          <!--<![endif]-->
        </object><div id="HomeEvents">
          <p> </p>
          <p> </p>
          <div id="EventsXML">
            <div spry:region="event2">
              <dl spry:repeatchildren="event2">
                <dt>{date}</dt>
                <dd>{title}</dd>
                <dd>{location}</dd>
              </dl>
            </div>
          </div>
        </div>
      </div>
      <p> </p>
      <p> </p>
      <p> </p>
      <p> </p>
    </div>
    <script type="text/javascript">
    <!--
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    swfobject.registerObject("FlashID");
    //-->
    </script>
    </body>
    </html>
    Sorry if it's something really basic...I'm a noob to web design.
    Thanks!

    Don't use reserved words in JS
    var event = new Spry.Data.XMLDataSet("events.xml", "catalog/event", {sortOnLoad: "date", sortOrderOnLoad: "descending"});
    event is such a reserved word. If you change this to event1 then all is well.
    I hope this helps.
    Ben

  • IPhoto suddenly won't show windows anymore, help, anyone?

    Since I've been using Lion I expierence all kinds of problems. I regret updating ever since.
    For example, my internet connection keep turning of every couple of minutes (while all other divices at home stay connected). My solution is to turn my wifi off, wait a while and than turn it on again. It's really poor when one uses the best iMac there is. But I guess that's Lion. I got used to it.
    But my question:
    iPhoto suddenly stopped working (at first it did work!). It does start, but it won't show any windows.
    I've deleted the cache, restarted my iMac, no result.
    It all began when I plugged in my iPhone.
    Now I'm no longer able to backup my photo's anymore.
    Can anyone help?
    I've also tried cicking the icon while pressing alt and cmd, for more options, but it doesn't work...
    Hopefully one of you know the solution!
    Thx!
    A.

    Try trash the com.apple.iPhoto.plist file from the HD/Users/ Your Name / library / preferences folder.
    (On 10.7: Hold the option (or alt) key while clicking on the Go menu in Finder to access the User Library)
    (Remember you'll need to reset your User options afterwards. These include minor settings like the window colour and so on. Note: If you've moved your library you'll need to point iPhoto at it again.)
    What's the plist file?
    For new users: Every application on your Mac has an accompanying plist file. It records certain User choices. For instance, in your favourite Word Processor it remembers your choice of Default Font, on your Web Browser is remembers things like your choice of Home Page. It even recalls what windows you had open last if your app allows you to pick up from where you left off last. The iPhoto plist file remembers things like the location of the Library, your choice of background colour, whether you are running a Referenced or Managed Library, what preferences you have for autosplitting events and so on. Trashing the plist file forces the app to generate a new one on the next launch, and this restores things to the Factory Defaults. Hence, if you've changed any of these things you'll need to reset them. If you haven't, then no bother. Trashing the plist file is Mac troubleshooting 101.

  • Indesign CS4 in Mac 10.6.8, sometimes won't show files, sometimes won't show tools

    Indesign CS4 in Mac 10.6.8, sometimes won't show files, sometimes won't show tools. Like I click to open a file from the finder, and Indesign makes that temporary file in the finder, but won't display the pages. At other times I can have the pages displayed but I can't open the tools such as the colour swatches or the paragraphy styles. This all happens at random, although I suspect it is more likely to happen if I have been working in some other program such as Typestyler or Aperture, and come back to Indesign. Kind of like Indesign gets snooty at me working in another program.
    I've done the thing of dicing the preferences, but so far the only workaround that has worked so far is quitting and restarting the program. I don't remember this happening so much until recently, in other words the problem seems to be getting more frequent.
    But I am wondering if this has happened with anyone else and if there are any other suggestions for avoiding it.
    Back in the good old days you would reinstall PageMaker and that would settle things for a while. But now I don't know if a program like Indesign CS4 actually gets corrupted and if it does I don't know what to do. Does the program get corrupted? And should you reinstall a fresh copy? If it's a good idea to reinstall the program how do you do that? Is it possible to download a fresh copy? And if I do, what happens when the fresh copy phones home? I've tangled with the Adobe Microsoft corporation before when Indesign phoned home and got a crossed line.

    Other things to try:
    Examine your specific version of Optima by going to Type menu > Find Font, clicking on the Optima font and choosing More Info (I think) and find the specific version number. See if you can uninstall the font and reinstall another Optima font with a different, preferably newer version number. There has (historically) been a bad version of Optima floating around for years. Maybe you have it.
    Use a free utility like FontNuke or FontFinagler to get your Mac OS to reset its font plists. Sometimes that makes the OS feel better.
    Use the built-in Disk Utility to repair file permissions. You never know.
    Export your old document out to IDML and reopen that resulting idml file back into a new freshly written INDD file. This might remove internal database corruptions.
    All these are chicken-soup things to try and they might be good for you.
    Best,
    Mike Witherell in Florida

  • I am having problems with the month of October.  When I have the full month view, the synced items from google calendars won't show.  But they do for all the other months.

    I am having problems with the month of October.  When I have the full month view, the synced items from google calendars won't show.  But they do for all the other months.  There is definitely a glitch somewhere because if I am on day view and try to click on day 15 of October, it will not let me.  It totally is acting weird.

    Free fonts, fonts from a reliable foundry?
    Have you tried removing them temporarily?
    Do you still have problems if you create a new Windows user account and log in with that? How about if you start in Safe Mode?
    And I would run a memory checker and see Troubleshoot font problems | Windows

  • Won't embed font due to licensing restrictions

    Trying to work with the Chinese font provided on a MAC called HeitiStd, however when I try to make a PDF I get the error message: won't embed font due to licensing restrictions.
    Any idea how to work around this?
    Cynthia

    Thanks for the help. How do I get the font to re-install? It came with the computer. Is it on the original disks? Should I contact Apple? (I'm on a MAC).
    Thanks for not treating me like an idiot and telling me to "use another font". That's pretty obvious and of course I tried that first, but the "other fonts" didn't show all the characters! I knew about the outline too, but needed to be able to edit the PDFs.

  • "SHOW FONTS" button NOT dissapears with some title selections?

    Re: Titles- Why does the "SHOW FONTS" button dissapears with some title selections? It is there in the upper left of the window where you make titles, but after making some titles it won't show again? The only info that might be helpful is that the button seems not to appear on the titles that have fonts other than the default offerings. But I have no idea how they were assigned those odd fonts. I believed I was only selecting from those default fonts. Thanks!

    There are certain titles that do not allow you to edit the Fonts. You can’t change the style of some animated titles, such as Pixie Dust and Lens Flare, or themed titles, which are represented by gold title bars.
    Interestingly, if you have Final Cut Pro X, you can edit these titles, including the fonts, but not in iMovie.
    For more see this portion of Help.
    http://help.apple.com/imovie/#mov3a621837

  • Have a first gen ipod touch and it is not showing up on my computer, it is in my devices but won't show up so I can put music on it.  it syncs please help

    I don't know hoIw to fix this problem, anyone.   I have tried to add device, but like I said it is already on the devices but won't show up in the computers so I can put music on it syncs on the itunes site it also says my ipod on the itunes site but no itunes logo shows up  any help is appreciated thanks

    Have yu tried here:
    iPhone, iPad, or iPod touch: Device not recognized in iTunes for Windows

  • IPhone 5s won't show up in iTunes

    I bought an iPhone 5s today and after it was fully activated and working, tried to hook it up to my computer. It said my itunes had to update, however it wouldn't update so I uninstalled itunes and downloaded it off of apple's site. This time it downloaded and when I checked itunes for updates, it said it was at 11.1.5 and current. However, when I plug my phone in, it won't show up in itunes. It registers on the computer and the phone asks me if I want to trust this computer, to which I answer yes.
    I've tried checking the apple mobile support and stopping and starting it again along with anything else to do with the mobile. I've tried reinstalling, restarting and pretty much everything I can think of.
    My computer is a fully updated, windows 8.1 HP

    Error -50 is generally associated with firewalls or anti-virus software as described here:
    http://support.apple.com/kb/TS1583
    Separately, are you using iTunes 11.1.4?

  • My iPhone 5S won't show up in iTunes to sync. It charges still and it opens iPhoto, but doesn't even register in iTunes

    My iPhone 5S won't show up in iTunes to sync. It charges still and it opens iPhoto, but doesn't even register in iTunes. I have no idea what to do and nothing is working!
    And the other night while i was trying to sync my phone, it was working until "Error message (-50)" started coming up every time i tried to sync or update my phone's software through itunes on my computer. eventually, itunes quit and i unplugged my phone and updated it wirelessly. i have no idea why any of this is happenings. Itunes is still acting weird for me too.

    Error -50 is generally associated with firewalls or anti-virus software as described here:
    http://support.apple.com/kb/TS1583
    Separately, are you using iTunes 11.1.4?

  • TS1538 My iphone 5s won't show up on my itunes

    My phone does show up on windows when I plug it inbut not in iTunes. I've tried everything that it says to do under support as well as uninstalling itunes and reinstalling it but it still won't show up. Is anyone having the same issue? I'm using the latest version of itunes and iOS and am running windows 8.

    Hello macr888,
    I would be concerned as well if my iPhone was not recognized by iTunes.  Thank you for providing all the information with the steps you took in regards to this issue.  I found an article with a few more steps you can take (you can skip the steps you have already taken):
    iOS: Device not recognized in iTunes for Windows
    http://support.apple.com/kb/TS1538
    Thank you for using Apple Support Communities.
    Best,
    Sheila M.

  • My ipod won't show up on my computer. I have another ipod touch, that works fine. What should I do? Do I need a different ipo usb cord for the nano?

    my ipod won't show up on my computer. I have another ipod touch, that works fine. What should I do? Do I need a different ipo usb cord for the nano?

    iTunes never displays the iPod in the left pane?
    iTunes is shipped with a "helper application" called the "iPod Service" that runs and is used by iTunes to communicate with the iPod device. This service may be disabled.
    If your system is Microsoft Windows XP and you are logged in as an Administrator:
    1. Quit iTunes and, if your iPod is currently connected to your computer, safely remove it using the system tray application to manage removable devices.
    2. Right click on "My Computer"
    3. Select "Manage"
    4. In the "Computer Management" window, left pane (tree view), follow this path:
    +Computer Management (local) > Services and Applications > Services+.
    5. In the right pane, scroll down to "iPod Service" and double click it.
    6. If the service is listed as "Disabled" and "Stopped," change to "Manual" and "Start" it. ("Manual" will cause it to start when iTunes starts and "Start" starts the service right now.)
    7. Close "Computer Management"
    8. Restart iTunes and wait for it to completely come up.
    9. Reconnect your iPod.
    Does your iPod show up in iTunes?

  • I have an audiobook that I purchased via iTunes and it won't show up on my iPad, but it's everywhere else, iPhone, iPod and computer?

    I purchased an audiobook via iTunes on my phone and it won't show up on my iPad? Why?

    Did you sync it to your ipad?

  • IPod won't show up on itunes or mac, freezes, and doesn't play bought songs

    Okay i have four issues with my iPod
    1. It won't show up on iTunes or on Mac desktop
    2. When i plug it into the USB port it freezes and say 'Do Not Disconnect'. It will not come out of this
    3. Every single song i have bought won't play on my iPod. They transfer fine, but when i click on a bought song it simply skips over it
    4. I authorized this computer but songs still need authorizing, and i have already authorized them
    So we bought a new Mac and i plugged in my 30 GB video iPod for the first time. It showed up in iTunes then so i synced it to our new computer. Then i tried to listen to my bought songs and they simply wouldn't play. The iPod just skipped over them. I had one song out of three hundred or so that were bought actually play. Then i tried reauthorizing my new computer and getting rid of all the old computers that had been authorized. That didn't work, and the songs that actually needed to be authorized wouldn't be authorized even when i clicked on them.
    So then i unplug and just listen to it as is for awhile but then i try plugging it in again and it just doesnt show up on my Mac desktop or iTunes. And the screen becomes frozen with the same message, 'Do Not Disconnect' I wait for a half an hour for it to show up and it never does. I have no choice to unplug it and then it is still frozen with that same message. Five hours pass, and it is still like that. It finally goes off and then it simply doesnt work. So i plug it in to my charger and its fine except the whole not playing bought songs business.
    Please i beg if you have any answers to any of these problems HELP!!!!!

    Have you had a chance to look at these troubleshooting pages? They may be of some help:
    iPod's battery doesn't charge
    iPod missing in My Computer and in iTunes
    iPod is not recognized properly by computer when USB drivers are not installed properly or are out of date
    Microsoft Support - A computer that is running Windows XP cannot detect a USB thumb drive, an Apple iPod, or an external hard disk drive
    If you are using a laptop, this page might help: iPod not recognized when connected to Windows laptop over USB

Maybe you are looking for