- Posts: 4
- Thank you received: 0
Kunena 7.0.4 Released
The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0
Question Category Icons Keep Disappearing
- KiberLovag
-
- Offline
- New Member
-
Less
More
14 years 7 months ago - 14 years 7 months ago #108010
by KiberLovag
Thanks:
KiberLovag
Ócsa, Hungary
Replied by KiberLovag on topic Re: Category Icons Keep Disappearing
Hello,
I have exactly the same problem... today night I will try to restore default conf again, after I just did it, and still no icons...
Bytheway, could you tell me the exact place where to modify the default font size of those fields, that is exactly the same thing why I should edit css, and run to this problem, except that I just only edit it from backend...
Thanks:
KiberLovag
Ócsa, Hungary

Ps.: And I forgat this forum is the target: www.ocsaimamik.hu/index.php/forum/index
I have exactly the same problem... today night I will try to restore default conf again, after I just did it, and still no icons...
Bytheway, could you tell me the exact place where to modify the default font size of those fields, that is exactly the same thing why I should edit css, and run to this problem, except that I just only edit it from backend...
Thanks:
KiberLovag
Ócsa, Hungary
Ps.: And I forgat this forum is the target: www.ocsaimamik.hu/index.php/forum/index
Thanks:
KiberLovag
Ócsa, Hungary
Last edit: 14 years 7 months ago by KiberLovag.
Please Log in or Create an account to join the conversation.
- KiberLovag
-
- Offline
- New Member
-
Less
More
- Posts: 4
- Thank you received: 0
14 years 7 months ago #108011
by KiberLovag
Thanks:
KiberLovag
Ócsa, Hungary
Replied by KiberLovag on topic Re: Category Icons Keep Disappearing
Hi there,
I have just downloadad the css dir of the default tamplate (I'm using that), to be sure not to mess up anything on the server, so, whatever css I open and look for "folder_nonew.png" the route is "../images/icons/folder_nonew.png", and other icons are also origin from there... checking on FTP it seems fine, those files are there...
I still have this site in a developer version on an other server with different database (almost empty forum), but designed as same, there those icons are fine... I have just replaced all the css on the normal site from the developer site, but still nothing...
any ideas?
I have just downloadad the css dir of the default tamplate (I'm using that), to be sure not to mess up anything on the server, so, whatever css I open and look for "folder_nonew.png" the route is "../images/icons/folder_nonew.png", and other icons are also origin from there... checking on FTP it seems fine, those files are there...
I still have this site in a developer version on an other server with different database (almost empty forum), but designed as same, there those icons are fine... I have just replaced all the css on the normal site from the developer site, but still nothing...
any ideas?
Thanks:
KiberLovag
Ócsa, Hungary
Please Log in or Create an account to join the conversation.
- AndyInSpain
-
Topic Author
- Offline
- Senior Member
-
Less
More
- Posts: 76
- Thank you received: 2
14 years 7 months ago #108012
by AndyInSpain
Replied by AndyInSpain on topic Re: Category Icons Keep Disappearing
Hi Kiberlovag,
Well, I am totally confused about this issue. Resetting my config did nothing, although it worked the first time. I cannot really waste much more time trying to resolve this, so what I am going to do is to completely reinstall Kunena to see if that fixes it permanently.
Incidentally, as regards the default font size, see my thread here for full instructions on changing both the Reply and Quick Reply boxes:
www.kunena.org/forum/171-k-16-and-k-17-t...-font-size-in-editor
I really wish you luck with getting your category icons back.
Kind regards
Andy
Well, I am totally confused about this issue. Resetting my config did nothing, although it worked the first time. I cannot really waste much more time trying to resolve this, so what I am going to do is to completely reinstall Kunena to see if that fixes it permanently.
Incidentally, as regards the default font size, see my thread here for full instructions on changing both the Reply and Quick Reply boxes:
www.kunena.org/forum/171-k-16-and-k-17-t...-font-size-in-editor
I really wish you luck with getting your category icons back.
Kind regards
Andy
The following user(s) said Thank You: KiberLovag
Please Log in or Create an account to join the conversation.
- KiberLovag
-
- Offline
- New Member
-
Less
More
- Posts: 4
- Thank you received: 0
14 years 7 months ago #108014
by KiberLovag
Thanks:
KiberLovag
Ócsa, Hungary
Replied by KiberLovag on topic Re: Category Icons Keep Disappearing
Another plus information inspecting page in google chrome I have find six errors, so I have just figured out, that the problem is, that the generated page tries to call those missing images with wrong path like: ""../images/icons/who_is_online.png"" these path certanly frome css
so something badly corrupted with those css, probably some char-set or so, tought...
double checked on the developer version, there no errors, and those pathways look fine without those " parts (I know what that means, but I don't know why is it hardcoded in the css...)
I have no ide why replacing those css files with originals not working... so I checked and converted them from ANSI to UTF8, rewriteing again, and nothing...
than deleted the corresponding css folder from the server, when no user was inspecting the site (new site and launchtime here), refressed, so it was a strange view
... after that uploading the whole css folder again, and tadaaaam, icons are there... :ohmy:
any suggestions? :blink:
so something badly corrupted with those css, probably some char-set or so, tought...
double checked on the developer version, there no errors, and those pathways look fine without those " parts (I know what that means, but I don't know why is it hardcoded in the css...)
I have no ide why replacing those css files with originals not working... so I checked and converted them from ANSI to UTF8, rewriteing again, and nothing...
than deleted the corresponding css folder from the server, when no user was inspecting the site (new site and launchtime here), refressed, so it was a strange view
any suggestions? :blink:
Thanks:
KiberLovag
Ócsa, Hungary
Please Log in or Create an account to join the conversation.
14 years 6 months ago #108307
by RCheesley
Replied by RCheesley on topic Re: Category Icons Keep Disappearing
Not sure if this helps but I had two problems occuring:
1. The kunena.forum-min.css file had permissions of 555 - needs changing to 644
2. All quote marks in this file were " - needed replacing with "
Once I fixed these two problems, my images were restored. How they ended up like this is anyone's guess!
Ruth
1. The kunena.forum-min.css file had permissions of 555 - needs changing to 644
2. All quote marks in this file were " - needed replacing with "
Once I fixed these two problems, my images were restored. How they ended up like this is anyone's guess!
Ruth
The following user(s) said Thank You: MoJo_Fear
Please Log in or Create an account to join the conversation.
- AndyInSpain
-
Topic Author
- Offline
- Senior Member
-
Less
More
- Posts: 76
- Thank you received: 2
14 years 6 months ago #108309
by AndyInSpain
Replied by AndyInSpain on topic Re: Category Icons Keep Disappearing
Well here's my guess Ruth: refresh-sf.com/yui/
I am sure that is how the CSS is being corrupted. I wonder if anybody can confirm this.
Thanks for the info Ruth!
Andy.
I am sure that is how the CSS is being corrupted. I wonder if anybody can confirm this.
Thanks for the info Ruth!
Andy.
Please Log in or Create an account to join the conversation.
Time to create page: 0.279 seconds