Color Looks not showing up in Color FX tab, help!

I am running Color 1.5 on Snow Leopard, downloaded the Color Looks package and installed them in Users/Application Support/Color/Effects. However, even after a computer restart, the new effects are still not appearing anywhere in Color.
I have also tried removing everything from Color's effects folder in Application Support, but all of the effects still stay in Color's interface and function. This has me quite confused as to the source of Color's effects.
Anybody else had this problem? Is there some way to get Color to "refresh" and look for new additions to the Effects folder?
Thanks.

And the minute I post, I solve my own problem. Please disregard this post.

Similar Messages

  • Cell background colors are not showing in preview - help? - DW4

    Hi,
    I created a horizontal table for my menu bar, and gave each cell a different color by creating a separate class for each with background image - image is a block of color created in Photoshop. In design mode they look they way I want, but in preview (Safari) the colors don't show up at all - the whole area is gray, and all I see is the text for each cell. Can someone tell me what I'm doing wrong? Alternatively, is there a better way I can set this up to have different colors for each button?
    Thank you!

    Here is the HTML code, and the CSS code for the menu bar follows: 
         ul.MenuBarHorizontal           
    ></style><style type="text/css"><!body {     background-color: #FFF;     font-family: Arial, Helvetica, sans-serif;}-->
        h1.  
         ul.MenuBarVertical          
    [about | MS_about.html]
    [fiction | MS_fiction.html]
    [dramatic work | MS_dramaticwork.html]
    [arts | MS_arts.html]
    [contact | MS_contact.html]
    [blog | MS_blog.html]
    <!-- end #header ><div id="mainContent"><p> </p><table width="950" border="0" cellspacing="10" cellpadding="12">        <tr>          <td width="106"><p> </p></td>          <td width="766"><p> </p>            <p>Miriam Seidel is a writer, critic and curator whose work is informed by her background in art, music and dance. </p>          <p> </p>          <p> </p>          <p> </p>          <p> </p>          <p> </p>          <p> </p>          <p> </p>          <p> </p>          <p> </p>          <p> </p>          <p> </p></td>        </tr>        <tr>          <td colspan="2" bgcolor="#CCCCCC"><p>c Miriam Seidel 2011 all rights reserved</p></td>        </tr>    </table><script type="text/javascript"><!var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", );var MenuBar2 = new Spry.Widget.MenuBar("MenuBar2", );var MenuBar3 = new Spry.Widget.MenuBar("MenuBar3", );//></script></body>     <! end #mainContent --></div></html> 
    CSS CODE:
    @charset "UTF-8";
    /* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */ 
    /* The outermost container of the Menu Bar, an auto width box with no margin or padding /ul.MenuBarHorizontal/ 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;     font-family: Arial, Helvetica, sans-serif;     font-size: medium;     color: #FFF;     background-color: #FFCC99;     background-repeat: no-repeat;     left: auto;     top: auto;     right: auto;     bottom: auto;}/ Menu item containers, position children relative to this container and are a fixed width /ul.MenuBarHorizontal li/ 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/ 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/ Menu item containers are same fixed width as parent /ul.MenuBarHorizontal ul li/ Submenus should appear slightly overlapping to the right (95%) and up (-5%) /ul.MenuBarHorizontal ul ul/ 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 
    /* Submenu containers have borders on all sides /ul.MenuBarHorizontal ul/ Menu items are a light gray block with padding and no text decoration /ul.MenuBarHorizontal a/ Menu items that have mouse over or focus have a blue background and white text /ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus{     background-color: #6C9;     color: #999;     font-family: Arial, Helvetica, sans-serif;     font-size: medium;     font-style: normal;     line-height: normal;     font-weight: normal;     font-variant: normal;     text-decoration: none;     text-align: center;     vertical-align: middle;     height: 50px;     width: 115px;}/ 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{     background-color: #FFCC99;     color: #FFF;     font-family: Arial, Helvetica, sans-serif;     text-decoration: none;     font-size: medium;}
    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%;     text-align: center;}/ 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/ 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; 
    Date: Mon, 20 Jun 2011 15:30:46 -0600
    From: [email protected]
    To: [email protected]
    Subject: Re: cell background colors are not showing in preview - help? - DW4 
    NEED to see the code.
    Otherwise it's like dialing a random phone number, and asking whoever answers, where you left your keys.
    >

  • Menu options not showing up in Color

    The menu options, such as save and reconform, are not showing up in Color. They appear grey and I cannot click them. I have clicked out of my clips, what could I be missing? I am relatively new to Color.

    Do you have a project open in Color? Did you "Send to" from FCP?

  • True colors are not showing on some photos.

    True colors are not showing on some photos. Today a black sweatshirt displayed as blue. Is there an adjustment?

    Reload the webpage while bypassing the cache using '''one''' of the following steps:
    *Hold down the ''Shift'' key and click the ''Reload'' button with a left click.
    OR
    *Press ''Ctrl'' + ''F5'' or ''Ctrl'' + ''Shift'' + ''R'' (Windows and Linux)
    *Press ''Command'' + ''Shift'' + ''R'' (Mac)
    Let us know if this solves the issues you are having.

  • After use af:inputtext disbled poperty text color is not showing in IE 8...

    Hi All,
    I am using  JDeveloper 11.1.1.4.
    My Scenario is I have one jspx with multiple <af:inputtext> it will show different colors in texts.
    But after  add the disabled property in <af:inputtext> it's not showing any content colors in IE 8.(working fine Chrome&Firefox) .
    My Jspx :
      <af:inputText  value="Check the Style"  disabled="true" label="Colors"  id="it1"></af:inputText>
    My CSS:
    af|inputText::content
    text-align: right;
    color: red ;
    Is this is bug in IE 8 ? or bug in ADF ?
    Thanks
    David ...

    Hi,
    This does not work as we can not change the disable text colour using css in Internet explorer.
    https://forums.oracle.com/thread/1001999
    Thanks

  • HT201077 After updating my iPhone4s to the lastest update my photostream stopped updated onto my comuter.  From my phone it looks like pictures have been moved into the photostream folder... but they are not showing up on my computer.  Help!

    After updating my iPhone4s to the lastest update my photostream stopped updated onto my comuter.  From my phone it looks like pictures have been moved into the photostream folder... but they are not showing up on my computer.  Help!
    I have signed out then back into the cloud.  I have comfirmed location of the photostream folder.  I have have even restored settings on my phone.  any ideas on what I can do to get it working again?  or do I have to accept defect, and manually save my photos?

    There's a whole lot to read in your post, and frankly I have not read it all.
    Having said that, this troubleshooting guide should help:
    http://support.apple.com/kb/TS1538
    In particular, pay attention to the mobile device support sections near the bottom, assuming you have already done the items above it.

  • HP Color Laserjet CM1015 MFP prints colors looking like 3D while single colors print fine.

    HP Color Laserjet CM1015 MFP prints colors looking like 3D while single colors print fine.  I have tried several calibrations with no change.  I have reset printer to factory default with no success. 

    Hi AFace; hope you are doing well and sorry to hear that you are having this issue.  
    Your HP Color Laserjet CM1015 MFP is a commercial product. I will suggest posting and looking in the forum for HP Business Support for a better chance at finding a prompt solution.
    You may find the commercial Laserjet board here.
    http://h30499.www3.hp.com/t5/Printers-LaserJet/bd-p/bsc-413
    Thanks;
    RobertoR
    You can say THANKS by clicking the KUDOS STAR. If my suggestion resolves your issue Mark as a "SOLUTION" this way others can benefit Thanks in Advance!

  • Ipod will not show up, in iTunes library please help.

    Ipod will not show up, in iTunes library please help.
         I just updated to the newest version of ITunes well, not just but a few days ago. Anyway I have windows 8, and in ITunes my Ipod 5th gen will not show up. I have tried somethings such as unpluging repluging, going to services and restarting, basiclly everything on yoyutube, none still work. It's ***** to cause I just wanted to put music on my Ipod, if anyone has an idea of what to do please give some suggestions.
    Thank you, for trying to help.

    Hello Stephen19wfwake,
    Thanks for using Apple Support Communities.
    For more information on this, take a look at:
    iPod: Appears in Windows but not in iTunes
    http://support.apple.com/kb/TS1363
    1. Try the iPod troubleshooting assistant:
    If you haven't already done so, try the steps in the iPod Troubleshooting Assistant (choose your iPod model from the list).
    If the issue remains after following your iPod's troubleshooting assistant, follow the steps below.
    2. Restart the iPod Service
    3. Restart the Apple Mobile Device Service
    4. Empty your Temp directory and restart
    5. Verify that the Apple Mobile Device USB Driver is installed
    6. Change your iPod's drive letter
    7. Remove and reinstall iTunes
    8. Disable conflicting System Services and Startup Items
    9. Update, Reconfigure, Disable, or Remove Security Software
    10. Deleting damaged or incorrect registry keys
    Best of luck,
    Mario

  • SEO Properties settings not showing in Term Driven Pages tab in Term Store

    Hi,
    Many people have documented the ability of setting up SEO properties to a term in the term store in SharePoint 2013, but I was not able to find a place to do that.
    Can anybody help me on figuring out how to set SEO properties for a given term via the term store UI ?
    I read somewhere that this can be achieved by setting the properties in the Term - Driven pages tab of a term but can't seems to have such option available.
    Thanks and Best Regards,

    Hi Supun,
    I have seen a similar post from you. You can take a look at the following thread:
    http://social.technet.microsoft.com/Forums/en-US/d3900557-a3ed-422d-9340-a213be8b539f/seo-properties-settings-not-showing-in-term-driven-pages-tab-in-term-store?forum=sharepointsearch
    I would suggest you to open only single thread for single issue. You can discuss your problem in this thread only.
    Thank you for your understanding and support.
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • TS1277 hello, I am trying to add get my computer authorized for my itunes account, but the store is not showing the "authorize your computer" tab...

    hello, I am trying to add get my computer authorized for my itunes account, but the store is not showing the "authorize your computer" tab...

    never mind... found it after finding someone else's answer to the same questtion.  I liked the Alt S information, that was the greatest help.  I was looking in the wrong place.  That must be a common occurance.

  • My downloaded text sounds do not show up under the sounds tab in settings after installing 8.1.1. can someone help me please?

    i downloaded a couple text tones and since installing 8.1.1, they will not show up under the sounds tab. in fact, they do not show up in my recent purchases on itunes, but when i go to buy them again, it says that i have already bought this tone. I just want to use the tones i paid for as the tones on my phone. not asking much.... thanks for the help. i hope someone can help me get the tones working. thank you.

    This was happening to me too but only for some of my songs. I have a mac so I dunno about PCs, but for most of my ringtones I had to create an ACC version in itunes to make them short enough then turn that into a m4r and those all worked fine. But if the song was already short enough and I didn't create an ACC version and just turned the original into a m4r, then it wouldn't appear in my itunes.
    so if you're on a mac:
    1. go to get info, options, pick when you want the song to start and end.
         Has to be pretty short to work, 30 second or less is good
         if it's already short enough that's fine
    2. right click and click 'create ACC version'
         a copy with the length you put in will appear, drag that into a folder or whatever and just type in m4r where m4a would be
         still make an ACC version even if it's the right length
    Hopefully this helps someone else.

  • My ipod 4g is not showing up in the devices tab

    My ipod 4g is not showing up in the devices tab and i already went through the support link http://support.apple.com/kb/TS1538 and it still doesn't work

    Did you do everything here:
    iOS: Device not recognized in iTunes for Windows
    Including
    Removing and Reinstalling iTunes, QuickTime, and other software components for Windows XP
    or
    Removing and reinstalling iTunes, QuickTime, and other software components for Windows Vista or Windows 7
    New cable and different USB port?
    Runs this and see if the results help with determine the cause
    iTunes for Windows: Device Sync Tests
    Try on another computer to help determine if computer or iPod problem

  • The option to sync wirelessly is not showing up on the summary tab

    The option to sync wirelessly is not showing up on the summary tab when iphone is connected. Does anyone know why?

    Here is a simple example
    This square starts like this
    No normaly once selected like that when you "grab the corner" the scroll bar will come up and adjust dimensions of the entire square. But when I do it it only changes one side like this
    I want it to adjust all sizes like it used too without having to pull each individual corner to have a flat perspective.

  • I have an ipod touch 4g. I did not have wifi for three days and when I came home my friends said they texted me when i didnt have signal. The messages i received when i did not have signal are not showing up. Can someone please help me?

    I have an ipod touch 4g. I did not have wifi for three days and when I came home my friends said they texted me when i didnt have signal. The messages i received when i did not have signal are not showing up. Can someone please help me?

    You said "The messages i received when i did not have signal are not showing up."
    How do you know received them?
    If the sender got a message that the Messagers were not delivered than they were never delivered and the only way for you to get them is for the sender to resent them

  • My new IPad canot start? No any response on any button. Not show charging button. Can somebody help?

    My new IPad cannot start. No any response on any button. Not show charging.
    Pls. can someone help about.
    Thks.

    See Here...
    How to Get Started
    iPad User Guide iOS 5
    http://manuals.info.apple.com/en_US/ipad_user_guide.pdf

Maybe you are looking for

  • Sensor Mapping Express VI's performanc​e degrades over time

    I was attempting to do a 3d visualization of some sensor data. I made a model and managed to use it with the 3d Picture Tool Sensor Mapping Express VI. Initially, it appeared to work flawlessly and I began to augment the scene with further objects to

  • Converting a web-based text page to XMP

    I have a live, web-based text feed that contains all of the metadata I want to capture. I want to tag this metadata to video and image files, and I want that information to stay with the video and image files throughout the production process (ie. th

  • Does Lion support WOL?

    Hi there, I recently upgraded from Snow Leopard to Lion for my MacBook Pro (Year 2008 model). Somehow the WOL (Wake-On-LAN) feature doesn't work now. So I'm wondering if Lion still supports that feature. Any hint? Thanks.

  • Giving Error while opening BEx Query Designer.

    Hi all,                A user is trying to open BEx Query Designer 7.0 and she is getting this error " SAP BEx Query Designer standalone has encountered a problem and needs to close. We are sorry for the inconvenience. If you were middle of something

  • Transporting XI from DEV to QA

    Hello All, I need your help in migrating DEV to QA of XI Objects. Could you please tell me the steps, how we can transport 1. SLD transports ? Do I need to create target groups in XID or XIQ ? we have the following landscape R/3 DEV -- XI DEV -- BW D