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
Comment #1
mcfilms commentedThat 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:
Comment #2
ipwa commentedThis was committed, thanks.