the path to the pictures

Phoca Gallery modules - modules for Phoca Gallery extension
Albaraha
Phoca Member
Phoca Member
Posts: 15
Joined: 10 Apr 2008, 22:01

The same

Post by Albaraha »

The same
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47887
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

so maybe there must

Post 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%;
}
If you find Phoca extensions useful, please support the project
Albaraha
Phoca Member
Phoca Member
Posts: 15
Joined: 10 Apr 2008, 22:01

It's half-solve

Post by Albaraha »

It's half-solved now as you can see.
I didn't change the component css file:
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47887
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Post 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
If you find Phoca extensions useful, please support the project
Albaraha
Phoca Member
Phoca Member
Posts: 15
Joined: 10 Apr 2008, 22:01

I found it.It&

Post 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?
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47887
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

I don't know, m

Post by Jan »

I don't know, modal box is a part of Joomla framework ... this should be the question for Joomla! developers...

Jan
If you find Phoca extensions useful, please support the project
Albaraha
Phoca Member
Phoca Member
Posts: 15
Joined: 10 Apr 2008, 22:01

Jan, the problem of

Post 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?
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47887
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Did you resave the m

Post by Jan »

Did you resave the menu links after upgrade?

https://www.phoca.cz/phocagallery/user-m ... oca-galler y
If you find Phoca extensions useful, please support the project
Albaraha
Phoca Member
Phoca Member
Posts: 15
Joined: 10 Apr 2008, 22:01

I didn't notice

Post by Albaraha »

I didn't notice that the gallery link wasn't correct.
It's working again.

Thanks so much Jan.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47887
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

no

Post by Jan »

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