Registration pop-up page

GK User
Sun Feb 12, 2012 12:22 pm
Hi,

Awesome template I must say, congrats!

I've attached a screenshot of how my 'Registration' pop-up page looks like on the frontend. As you can see I'm having a few issues.

1. A language label is missing (captcha) and/or not translated (it is available and translated on the Joomla Registration pages), but where can I fix it?

2. I have a complete translation of Joomla, K2, Template (da-DK.tpl_gk_esport). Where can I translate this section?

3. Is it possible to adjust the width on this pop-up?

Thanks!
User avatar
Senior Boarder

GK User
Sun Feb 12, 2012 1:17 pm
Hi,

Add this line to your language file of Users Component (en-GB.com_users.ini):
Code: Select all
COM_USERS_CAPTCHA_LABEL="Captcha"


In order to change width of the popup, add this code to file override.css (with CSS override mode enabled in template setting):
Code: Select all
#gkPopupRegister{
width: 500px !important;
}

change 500 to a bigger number.
User avatar
Platinum Boarder

GK User
Sun Feb 12, 2012 4:06 pm
Thanks for the quick response! Still some minor things:

The CSS override code works fine, but can I somehow re-reposition this pop-up in the center of the site because after making it wider it has moved somewhat to the right from the original center position?

Code: Select all
COM_USERS_CAPTCHA_LABEL="Captcha"

Already exists in that translation file, so this is unfortunately not the solution.
User avatar
Senior Boarder

GK User
Mon Feb 13, 2012 6:57 am
Can you send me a PM with FTP access then I can check further?
User avatar
Platinum Boarder

GK User
Thu Mar 22, 2012 7:38 pm
I have the same problem is there any solution to this?
Thank you.
User avatar
Senior Boarder

GK User
Fri Mar 23, 2012 10:31 am
Hi Dalibor,

Open your User component's language file, if you use English it will be \language\en-GB\en-GB.com_users.ini
Then add this code to the file:
Code: Select all
COM_USERS_CAPTCHA_LABEL="Captcha"
User avatar
Platinum Boarder

GK User
Fri Mar 23, 2012 1:48 pm
I just checked it and it is already there: COM_USERS_CAPTCHA_LABEL="Captcha"

Any ideas?
thank you
User avatar
Senior Boarder

GK User
Fri Mar 23, 2012 3:38 pm
Can you please send me a PM to provide FTP access then I will check further for you?
User avatar
Platinum Boarder

GK User
Fri Mar 23, 2012 4:02 pm
How do I PM You? There is no any button for PM.
Thank you
User avatar
Senior Boarder

GK User
Sat Mar 24, 2012 10:44 am
User avatar
Platinum Boarder

GK User
Mon Oct 01, 2012 1:20 pm
Where do I find translation of for show cart button after adding product to cart?
User avatar
Senior Boarder

GK User
Tue Oct 02, 2012 12:19 am
Find it in language file of the template!
User avatar
Platinum Boarder

GK User
Tue Oct 02, 2012 7:22 am
But there is no any item with "Show cart" even in english version of the template language file
User avatar
Senior Boarder


cron