Toolbar icons are not shown. I have uploaded them on the linux server, directory permissions are 755 and file permissions are 644. See http://www.1t6.net/example.html. What is the problem?
Thu, 03/13/2008 - 14:21
#1
Re: Toolbar icons are not shown
Same problem here. On Windows XP/SP2, Firefox 2.0.0.12. With the only difference being no broken image indicators -- just blank buttons.
Buttons appear fine in IE6.
Example here.
I should also point out that after installing onto Unix server, the files were using Windows CR/LF. When opening them up in text editor, all line breaks show '^M'. This means I have to run 'dos2unix' on every file before editing it. Big no-no. In fact, this could be (part of) the problem.
Re: Toolbar icons are not shown
Are you sure that it's the same problem?
Because if you look at his link he isn't even using FCKeditor.
The line endings shouldn't affect the display of toolbar icons, but if you have been editing the files with an editor that doesn't even recognize the CR/LF then I wonder what else it might have done to the UTF-8 data in those files.
But all of this is just guessing. I don't think that you expect anyone to be able to tell the real problem just from a screenshot.
Re: Toolbar icons are not shown
Thanks for your response, even if it was condescending and unhelpful. In the future, if there is more information I can provide, please just tell me what it is, instead of telling me what you "don't think I expect."
Anyway, I've hacked the code all up and wiped my FF cache and that seems to have solved the problem, for now.
By the way, the forum is buggy too. It wouldn't let me post what I wanted to, and gave a useless and unintelligible error message, until I shortened and edited it up 8 times. So I guess I can't really explain the problem to you.
Re: Toolbar icons are not shown
I had the same issue, I found
I had the same issue, I found the URL to the icons was ckeditor/plugins/icons.png when I navigated to that image director I got an error "The image cannot be displayed, because it contains errors"
I checked locally it worked.
For me the issues was in my FTP application I had changed the default file transfer mode from auto - to be ASCII. So it was uploading the png as though it was a text file instead of a Binary. Once I changed the transfer mode back to "Auto" everything worked.
Hello people,
Hello people,
I wanna share my solution for this:
What happened here was that the icons.png image was positioned on the "horizontal" instead "vertical". So, the css class can't find the icon at the specific pixels point.
So, just set the image positioning from "horizontal" to "vertical" then save it.
Hope that helps anybody