translate contact

Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Thu May 04, 2017 7:39 pm
Reply with quote
Report this post
Hey guys,

I have a small text in GK Contact -> Adress field
that i need to translate. How can i do this?

Other question, my form fields keep showing this:
PLG_GKCONTACT_NAME_PLACEHOLDER
PLG_GKCONTACT_EMAIL_PLACEHOLDER
PLG_GKCONTACT_TITLE_PLACEHOLDER
PLG_GKCONTACT_TEXT_PLACEHOLDER

But if i refresh the page it get fixed.

How can i can get this fixed?

http://playmakers.pt/en#contact

Best regards,
Luis
User avatar
Senior Boarder

teitbite
Mon May 08, 2017 4:54 pm
Reply with quote
Report this post
Hi

None of the placeholders are showing for me, so I cannot answer that or it's fixed already.

For translation use /administrator/language/en-GB/en-GB.plg_system_gkcontact.ini
User avatar
Moderator

GK User
Mon May 08, 2017 6:54 pm
Reply with quote
Report this post
Hello,

No, it's not solve, it's still showing. In every browser and every time i load the page.

When we refresh the page it get right, so i think it's something related with loading the page perhaps.
User avatar
Senior Boarder

teitbite
Fri May 12, 2017 9:02 am
Reply with quote
Report this post
Hi

I've asked programmers to check and I think one of them can see this issue. Please send me an access to joomla panel to my email [email protected] so I'll pass it to him and he will help to figure it out.
User avatar
Moderator

GK User
Fri May 12, 2017 9:51 pm
Reply with quote
Report this post
Ok Teitbite already sent you the access.

And about the translation, what i need to translate is the text before the form.
"Entre em contacto que responderemos em breve."

This is written in the adress field in GK Contact plugin. I have it on portuguese but i need it in english and spanish too.

Thanks
User avatar
Senior Boarder

teitbite
Tue May 16, 2017 9:36 am
Reply with quote
Report this post
Hi

Ok, I've checked and the "Entre em contacto que responderemos em breve." sentence is used instead of address. Any module language version will use only the value entered in the configuration.

Try maybe using HTML like:

Code: Select all
<span class="lang-en">Lorem Ipsum</span>
<span class="lang-de">Lorem Ipsum</span>
<span class="lang-it">Lorem Ipsum</span>


and in CSS

Code: Select all
span.lang-en,
span.lang-de,
span.lang-it {
display: none;
}

html[lang="en-gb"] span.lang-en {
display: block;
}

html[lang="de-de"] span.lang-de {
display: block;
}

html[lang="it-it"] span.lang-it {
display: block;
}


Hope You got the idea since I do not remember tags exactly for this example.
User avatar
Moderator

GK User
Tue May 16, 2017 9:06 pm
Reply with quote
Report this post
Thanks Teitbite, that html did the trick perfectly ;)

I already sent the info you asked by email, hope to hear about the form placeholders issue.

Cheers
User avatar
Senior Boarder

teitbite
Thu May 18, 2017 6:54 pm
Reply with quote
Report this post
Hi

I've passed Your access to programmers. Will inform You as soon as they reply.
User avatar
Moderator

teitbite
Fri May 19, 2017 9:12 am
Reply with quote
Report this post
Hi

They can't find the problem with just an access to joomla panel. Please send me an access to FTP to my mail: [email protected]


https://github.com/GavickPro/Templates/ ... -302631030
User avatar
Moderator

GK User
Fri May 19, 2017 7:06 pm
Reply with quote
Report this post
Ok, i just sent you that info.

Cheers
User avatar
Senior Boarder

teitbite
Fri May 19, 2017 7:13 pm
Reply with quote
Report this post
Hi

Thank You. Just passed it to programmers.
User avatar
Moderator

teitbite
Mon May 29, 2017 1:43 pm
Reply with quote
Report this post
Hi

Programmers has found a joomla bug report with this exact same issue: https://joomla.stackexchange.com/questi ... ge-refresh so it looks like this is not related with plugin at all. Try update joomla to latest version and check if it has been fixed indeed.
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.