Jan, I have a problem with the cations for the photos since version 2.5.8. upgrading to 2.6.1 has not solved it.
What happens is the period at the end of the caption gets placed in front of all the characters. if the caption consists of 2 lines then the period will be placed at the beginning of the second line. If you look at the adminside of things, the captions appear normal, with the period in the correct place, on the frontside they appear in the beginning of the sentence. see example:
http://www.naga-cebu.com/index.php?opti ... Itemid=307
if you click on the first picture you can see what I mean
Please help me out with this. I tried replacing the capture, that does not help.
problem since version 2.5.8
- Jan
- Phoca Hero

- Posts: 49297
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: problem since version 2.5.8
Hi, I don't see any problem there, the description is normally displaye there 
If you find Phoca extensions useful, please support the project
-
thijeleo
- Phoca Member

- Posts: 35
- Joined: 05 Jan 2008, 21:24
- Location: Netherlands
- Contact:
Re: problem since version 2.5.8
Not really Jan.
Normally a description would be
This is me. (example)
The description at the images says:
.This is me (example)
The dot is misplaced from the end of the line to the beginning of the line.
Normally a description would be
This is me. (example)
The description at the images says:
.This is me (example)
The dot is misplaced from the end of the line to the beginning of the line.
-
reko
- Phoca Professional

- Posts: 407
- Joined: 29 Dec 2008, 22:06
Re: problem since version 2.5.8
what's also strange is that the buttons in your modal box popup are reversed (eg the next arrow is on the left, but pointing right) - maybe there's an issue with rtl page rendering??
but thats just an idea that came to my mind when looking at your link...
but thats just an idea that came to my mind when looking at your link...
-
thijeleo
- Phoca Member

- Posts: 35
- Joined: 05 Jan 2008, 21:24
- Location: Netherlands
- Contact:
Re: problem since version 2.5.8
Ben: even in NL (da's gemakkelijker)
In de css van je popup zie ik staan:
Ik kan helaas niet zien op welke regel dit is, aangezien je de css hebt ingepakt.
Volgens mij moet dit
zijn. rtl zou volgens mij ltr moeten zijn (righttoleft/lefttoright)
Translation:
In the CSS of the popup it says: html{direction:rtl;}body{direction:rtl;}
According to me this must be: html{direction:ltr;}body{direction:ltr;}
In de css van je popup zie ik staan:
Code: Select all
html
{
direction:rtl;
}
body
{
direction:rtl;
}
Volgens mij moet dit
Code: Select all
html
{
direction:ltr;
}
body
{
direction:ltr;
}
Translation:
In the CSS of the popup it says: html{direction:rtl;}body{direction:rtl;}
According to me this must be: html{direction:ltr;}body{direction:ltr;}
-
gilsingb
- Phoca Member

- Posts: 48
- Joined: 14 Feb 2008, 15:07
Re: problem since version 2.5.8
Jan,
Is there anything you can say about the above comments. I have no idea where to look, in what css to find this code. Any help would be much appreciated.
Regards,
Ben
Is there anything you can say about the above comments. I have no idea where to look, in what css to find this code. Any help would be much appreciated.
Regards,
Ben
- Jan
- Phoca Hero

- Posts: 49297
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: problem since version 2.5.8
It means you are using template or some other settings to display your site in RTL language (right to left langauage e.g. Arabic) so maybe you should change the template to some standard template ...
If you find Phoca extensions useful, please support the project
-
gilsingb
- Phoca Member

- Posts: 48
- Joined: 14 Feb 2008, 15:07
Re: problem since version 2.5.8
Jan,
I have used this template from the day we started the website. It has never been a problem until the update to 2.5.8.
Apperently I am not the only one with this problem, see following thread: viewtopic.php?f=1&t=6821
Something has happened along the way, I have no idea what but with my site the forward and backward buttons are in reverse order as well.
Maybe Thijelo can shed some light on what css the ltr or rtl is in. I have checked the css in the phocagallery components/assets but cannot find anything refering to that. I also looked in the template css but cannot find any reference in there either. If it would be in the template css than the whole site would suffer but it only happens in phocagallery.
Does anyone have any ideas?
I have used this template from the day we started the website. It has never been a problem until the update to 2.5.8.
Apperently I am not the only one with this problem, see following thread: viewtopic.php?f=1&t=6821
Something has happened along the way, I have no idea what but with my site the forward and backward buttons are in reverse order as well.
Maybe Thijelo can shed some light on what css the ltr or rtl is in. I have checked the css in the phocagallery components/assets but cannot find anything refering to that. I also looked in the template css but cannot find any reference in there either. If it would be in the template css than the whole site would suffer but it only happens in phocagallery.
Does anyone have any ideas?
-
thijeleo
- Phoca Member

- Posts: 35
- Joined: 05 Jan 2008, 21:24
- Location: Netherlands
- Contact:
Re: problem since version 2.5.8
I can not tell in which css-file it is, since you have compressed all css-files into 1 file:
In the source of your site i see:
<link rel="stylesheet" type="text/css" href="/plugins/system/CssJsCompress/css.php?css=83512cfe8531a88ed03052be20ad94a9.css"/>
Which file this is? I don't know.
Have you tried to present the popup in another way> How does it look in this way?
In the source of your site i see:
<link rel="stylesheet" type="text/css" href="/plugins/system/CssJsCompress/css.php?css=83512cfe8531a88ed03052be20ad94a9.css"/>
Which file this is? I don't know.
Have you tried to present the popup in another way> How does it look in this way?
-
gilsingb
- Phoca Member

- Posts: 48
- Joined: 14 Feb 2008, 15:07
Re: problem since version 2.5.8
How would you present the popup in any other way?