problem with AJAX register checks and crosses show under text box

12 years 7 months ago #6566 by simon.mellorclark
Hi,
I'm having some difficulty with ...
www.greenwichnautica.es/index.php?option=com_user&task=register

The component installed fine and works great but the (1) the checks and crosses show underneath the text boxes and (2) the translations for Username Etc are so long that they're pushed onto two lines.

Any help would be really appreciated.
Thanks in advance.

Please Log in or Create an account to join the conversation.

12 years 7 months ago #6567 by Saka
That's purely CSS issue where your template CSS is interfering with AJAX Register.

The problem is in www.greenwichnautica.es/templates/excite/css/template.css line 368 where label is floated left. Either remove it or add some code to www.greenwichnautica.es/components/com_a...ets/css/validate.css to cancel this foat, for example under line 65:
#josForm .msg {
float: none;

Emir Sakic
www.sakic.net

Please Log in or Create an account to join the conversation.

12 years 7 months ago #6568 by simon.mellorclark
Thanks Saka
An enormous help! It's now resolved. Any idea how to get the titles onto one line?

Please Log in or Create an account to join the conversation.

12 years 7 months ago #6569 by Saka
Same thing.

The problem is in www.greenwichnautica.es/templates/excite/css/template.css line 369 where label is set to width: 20%;.

Either remove it or add some code to www.greenwichnautica.es/components/com_a...ets/css/validate.css to increase the width, for example:
div.ar_left label {
width: 100% !important;
}

Emir Sakic
www.sakic.net

Please Log in or Create an account to join the conversation.

About us

We provide high quality Joomla components created by a co-founder and original core developer of Joomla. For over a decade, our products have been used by more than 20.000 webmasters around the world.

Stay in touch