Page 3 of 3

The same

Posted: 17 May 2008, 10:52
by Albaraha
The same

so maybe there must

Posted: 17 May 2008, 23:08
by Jan
so maybe there must be something changed in the phocagalleryieall.css file for the RTL,

components\com_phocagallery\assets\phocagalleryieall.css

try to set 'right' instead of 'left' in all CSS classes:

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

.phocagallery-box-file-third
{
position: relative; top: -50%; left:-50%;
}

It's half-solve

Posted: 18 May 2008, 09:33
by Albaraha
It's half-solved now as you can see.
I didn't change the component css file:

Posted: 18 May 2008, 18:56
by Jan
.. horizontal centering should work without problems but I don't see anything in phocagallery.css what can be changed (there is all as centered not right or left

I found it.It&

Posted: 20 May 2008, 09:12
by Albaraha
I found it.
It's related to the direction property in template.css:
div#wrap-top-0 {
background: transparent url('../images/bg_page_top.gif') no-repeat 50% 0;
direction: rtl;
padding-top: 10px;
margin: 20px 0 0;
}

So, when I change the direction in phocagallery.css to be ltr, it displays fine now.

Thanks Jan and keep up the good work.

BTW, is it supposed that the modal popup be supported on FF and IE7 and not IE<7?

I don't know, m

Posted: 20 May 2008, 15:59
by Jan
I don't know, modal box is a part of Joomla framework ... this should be the question for Joomla! developers...

Jan

Jan, the problem of

Posted: 21 May 2008, 16:19
by Albaraha
Jan, the problem of SEF returned back after I upgraded to com_phocagallery_v1.8.2_beta + mod_phocagallery_random_image_v1.8.0_beta and Joomla 1.5.3 on my main site. Disabling and enabling SEF doesn't help atm.

Any suggestion please?

Did you resave the m

Posted: 21 May 2008, 17:02
by Jan
Did you resave the menu links after upgrade?

https://www.phoca.cz/phocagallery/user-m ... oca-galler y

I didn't notice

Posted: 21 May 2008, 17:30
by Albaraha
I didn't notice that the gallery link wasn't correct.
It's working again.

Thanks so much Jan.

no

Posted: 31 May 2008, 13:12
by Jan
no