the path to the pictures
- Jan
- Phoca Hero
- Posts: 48386
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
so maybe there must
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%;
}
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
-
- Phoca Member
- Posts: 15
- Joined: 10 Apr 2008, 22:01
It's half-solve
It's half-solved now as you can see.
I didn't change the component css file:
I didn't change the component css file:
- Jan
- Phoca Hero
- Posts: 48386
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
.. 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
-
- Phoca Member
- Posts: 15
- Joined: 10 Apr 2008, 22:01
I found it.It&
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?
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?
- Jan
- Phoca Hero
- Posts: 48386
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
I don't know, m
I don't know, modal box is a part of Joomla framework ... this should be the question for Joomla! developers...
Jan
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Member
- Posts: 15
- Joined: 10 Apr 2008, 22:01
Jan, the problem of
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?
Any suggestion please?
- Jan
- Phoca Hero
- Posts: 48386
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Did you resave the m
Did you resave the menu links after upgrade?
https://www.phoca.cz/phocagallery/user-m ... oca-galler y
https://www.phoca.cz/phocagallery/user-m ... oca-galler y
If you find Phoca extensions useful, please support the project
-
- Phoca Member
- Posts: 15
- Joined: 10 Apr 2008, 22:01
I didn't notice
I didn't notice that the gallery link wasn't correct.
It's working again.
Thanks so much Jan.
It's working again.
Thanks so much Jan.
- Jan
- Phoca Hero
- Posts: 48386
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact: