Page 1 of 1

Folder names not showing

Posted: 18 Jul 2009, 11:20
by Swallow
Hi,

If i need to select a folder in the backend the name of the folder is not showing because the folder icon is to big.
Look at the picture to see what i mean.

Image


How do i solve this problem?

Re: Folder names not showing

Posted: 18 Jul 2009, 11:45
by caro84g
Hi,

the icons are too low positioned...

Ehm, if you're using IE8, try to use compatibility view.

Regards, Carolien

Re: Folder names not showing

Posted: 18 Jul 2009, 13:54
by Swallow
Thx this works

Re: Folder names not showing

Posted: 20 Jul 2009, 23:51
by Jan
Hi,

this is the problem of IE browsers. You need to add hacks for some areas - for IE6 and IE7 and someday new version of IE comes and it displays this area correct, so you need to change the conditional comments :|

I will fix it for next version.

if someone wants to fix it for now in the code, just change:

FROM

Code: Select all

<!--[if IE]>
TO

Code: Select all

<!--[if lt IE 8]>
in
administrator\components\com_phocagallery\views\phocagalleryi\view.html.php

Jan