BP - EX 6 & EX 7 BP icon thumbnails with "rhuk_milkyway" ?

Phoca Gallery - image gallery extension
dmw2007
Phoca Newbie
Phoca Newbie
Posts: 6
Joined: 25 Nov 2009, 15:11

BP - EX 6 & EX 7 BP icon thumbnails with "rhuk_milkyway" ?

Post by dmw2007 »

Hi , I need your help to configure the "Phoca Gallery".
I have big problem with thumbnails possession in Internet Explorer 6 & 7 in RTL mode
(With "rhuk_milkyway" Template)

In 8 And Firefox it works 100%

* PrtScn add

Thanks, Ronen
:idea:
http://picasaweb.google.com/dmw2007/Joo ... 1736614242
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49297
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: BP - EX 6 & EX 7 BP icon thumbnails with "rhuk_milkyway" ?

Post by Jan »

Hi, which version of Phoca Gallery do you use?

The problem of centering the image is in IE6 and IE7, it ignores the centering via 50% 50% which is a standard centering (working in IE 8) so then for IE6 and IE7 other system must be used (top, left) so this then take bad effect on all RTL languages.

If you are not using Phoca Gallery 2.6.0, try to use it. I have tried to solve it but seems like there is no solution, as you can hack the bugs in obsolete IEs but this hacks can take wrong effect on RTL languages :idea: :( :( So then it needs to be customized for RTL (but no idea there as I have no experiences with RTL :-( :-( :-( )

Jan
If you find Phoca extensions useful, please support the project
dmw2007
Phoca Newbie
Phoca Newbie
Posts: 6
Joined: 25 Nov 2009, 15:11

Re: BP - EX 6 & EX 7 BP icon thumbnails with "rhuk_milkyway" ?

Post by dmw2007 »

I was used the 2.5.8 released
And after I read this I was install the Phoca Gallery 2.6.0
bat know all my site have a lot of errors :idea:
dmw2007
Phoca Newbie
Phoca Newbie
Posts: 6
Joined: 25 Nov 2009, 15:11

Re: BP - EX 6 & EX 7 BP icon thumbnails with "rhuk_milkyway" ?

Post by dmw2007 »

Opss my mistake no error :) (forgot to export / import the sql)

Bat! also in 2.6.0 I having the same problem ?
dmw2007
Phoca Newbie
Phoca Newbie
Posts: 6
Joined: 25 Nov 2009, 15:11

Re: BP - EX 6 & EX 7 BP icon thumbnails with "rhuk_milkyway" ?

Post by dmw2007 »

I found fix for this problem in:

components\com_phocagallery\assets\phocagalleryieall.css

change the part of the to:

Code: Select all

.phocagallery-box-file-second
{
	display: table-cell; vertical-align: middle;
	position: absolute;  top: 50%;[b] left:20%;[/b]
}

.phocagallery-box-file-third
{
  position: relative;  top: -50%;  [b]left:-10%;[/b]
}

but know i have another problem . :x
when I'm over the last thumbnail , The start thumbnails of the row after him go down in one row :/

Image

Image

Any suggestion?
dmw2007
Phoca Newbie
Phoca Newbie
Posts: 6
Joined: 25 Nov 2009, 15:11

Re: BP - EX 6 & EX 7 BP icon thumbnails with "rhuk_milkyway" ?

Post by dmw2007 »

Ok this fix wroking good in 2.6.0 :) with EX 7-8 Tnks for the help!!! :)
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49297
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: BP - EX 6 & EX 7 BP icon thumbnails with "rhuk_milkyway" ?

Post by Jan »

Ok
If you find Phoca extensions useful, please support the project
Post Reply