Folder names not showing

Phoca Gallery - image gallery extension
Swallow
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 12 Jul 2009, 13:53

Folder names not showing

Post 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?
User avatar
caro84g
Phoca Hero
Phoca Hero
Posts: 1369
Joined: 11 Feb 2008, 17:52
Location: Holland
Contact:

Re: Folder names not showing

Post by caro84g »

Hi,

the icons are too low positioned...

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

Regards, Carolien
Please ask your support questions in the forums and not via PM - I delete those PM's
Backup before you do any major change to your website (and test first)
Swallow
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 12 Jul 2009, 13:53

Re: Folder names not showing

Post by Swallow »

Thx this works
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49297
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Folder names not showing

Post 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
If you find Phoca extensions useful, please support the project
Post Reply