Nice theme! Looks real pretty. The only problem I have is that when I use CKeditor with IMCE to upload photos, I do not get the upload button. If I switch over to Garland, I can upload photos and they display fine. There are some suggestions about potential problems with themes at:
http://drupal.fckeditor.net/troubleshooting

Does Elements Theme theme use:

<?php print $scripts; ?>

Add that line of code in the head section of your theme.
The other possibility may be that:

<?php print $closure; ?>

is missing in your theme (solution similar as above, add that line of code to your theme at the end).

Comments

mcfilms’s picture

That wasn't it. They are in the theme. They don't have the semi-colon after, but I changed it and that doesn't make a difference.

I was able to see the links in IMCE though. Had to edit the CSS -- I did:

.imce a:link, a:visited, li a.active {
color:#C09770;
}
ipwa’s picture

Version: 6.x-1.3-beta1 » 6.x-1.x-dev
Status: Active » Fixed

This was committed, thanks.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.