Page 1 of 1

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

Posted: 25 Nov 2009, 15:20
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

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

Posted: 25 Nov 2009, 17:17
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

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

Posted: 25 Nov 2009, 20:33
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:

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

Posted: 25 Nov 2009, 22:13
by dmw2007
Opss my mistake no error :) (forgot to export / import the sql)

Bat! also in 2.6.0 I having the same problem ?

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

Posted: 27 Nov 2009, 10:06
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?

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

Posted: 27 Nov 2009, 10:07
by dmw2007

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

Posted: 27 Nov 2009, 13:22
by dmw2007
Ok this fix wroking good in 2.6.0 :) with EX 7-8 Tnks for the help!!! :)

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

Posted: 27 Nov 2009, 13:40
by Jan
Ok