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
Re: Toolbar icons are not shown
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