Problems with registration form

May 2014 Joomla Template
GK User
Sun Nov 29, 2015 6:49 pm
hi,

I have a problem with the registration form.

1. When I move with my mouse cursor over the registration form the description goes away. http://mytutor.nl/inloggen.
2. The user-profile (plugin) will not be published.
3* I have the same problem (1) with my contact form.
User avatar
Fresh Boarder

teitbite
Mon Nov 30, 2015 3:03 pm
Hi

Looks like some 3rd party extension is causing this problem. Add this to override.css to make it always show:

Code: Select all
label { display: none !important; }


Can You please tell me something more about this "user-profile (plugin)" ? I do not understand.
User avatar
Moderator

GK User
Mon Nov 30, 2015 9:23 pm
Thank you for your reply.
I added the code in the css, but the text above the form is gone..
What did I do wrong?

Code: Select all
/*
#------------------------------------------------------------------------
# University - May Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2007-2014 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: [email protected]
*/

/* Here you can include your override CSS styles */
#gkSocialAPI {display: none}

.cmc-signup  div {
float: left;
}
#gkPopupRegister dl {
    padding-bottom: 10000px;
}
#gkPopupRegister {
    height: 7000px !important;
}
.tooltip.fade.top {
position: absolute !important;
}
#gkPageContent + #gkBottom5::before {
    top: 0;
}
#gkBottom1.gkSingleModule, #gkBottom2.gkSingleModule, #gkBottom3.gkSingleModule, #gkBottom4.gkSingleModule, #gkBottom5.gkSingleModule {
    padding: 0;
}
label { display: none !important; }

User avatar
Fresh Boarder

teitbite
Tue Dec 01, 2015 10:00 am
Hi

You did nothing wrong :) It was auto correct changing the code to most common questions being asked to hide labels, not show as in Your case. Use this code instead:

Code: Select all
label { display: block !important; }
User avatar
Moderator

GK User
Tue Dec 01, 2015 9:19 pm
Thanks a lot, the first problem is solved!

I want also to add additional fields to the registration form, so I enabled the user-profile plugin. Only I don't see any additional fields added to the registration form..
User avatar
Fresh Boarder

teitbite
Wed Dec 02, 2015 5:35 pm
Hi

This registration form is hard coded and connected with default joomla user component only. Plugin works with native joomla registration component so it will not work with this form. You will have to compare code with with joomla registration and modify /html/com_users/login/default_login.php file by adding this fields manually with same names.
User avatar
Moderator


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