Page 1 of 2

problem since version 2.5.8

Posted: 09 Dec 2009, 03:25
by gilsingb
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.

Re: problem since version 2.5.8

Posted: 09 Dec 2009, 18:21
by Jan
Hi, I don't see any problem there, the description is normally displaye there :idea:

Re: problem since version 2.5.8

Posted: 09 Dec 2009, 22:42
by thijeleo
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.

Re: problem since version 2.5.8

Posted: 10 Dec 2009, 11:23
by reko
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...

Re: problem since version 2.5.8

Posted: 10 Dec 2009, 16:17
by thijeleo
Ben: even in NL (da's gemakkelijker)

In de css van je popup zie ik staan:

Code: Select all

html
{
direction:rtl;
}
body
{
direction:rtl;
}
Ik kan helaas niet zien op welke regel dit is, aangezien je de css hebt ingepakt.

Volgens mij moet dit

Code: Select all

html
{
direction:ltr;
}
body
{
direction:ltr;
}
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;}

Re: problem since version 2.5.8

Posted: 10 Dec 2009, 18:37
by gilsingb
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. :idea:

Regards,

Ben

Re: problem since version 2.5.8

Posted: 10 Dec 2009, 22:06
by Jan
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 ...

Re: problem since version 2.5.8

Posted: 11 Dec 2009, 15:40
by gilsingb
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?

Re: problem since version 2.5.8

Posted: 11 Dec 2009, 16:28
by thijeleo
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?

Re: problem since version 2.5.8

Posted: 11 Dec 2009, 16:39
by gilsingb
How would you present the popup in any other way?