Shape 5

Joomla Free Templates => Design Control - Free => : menno56 January 13, 2015, 04:29:10 AM



: How to change the language "Search"word in the searchbox and the taxt in the reg
: menno56 January 13, 2015, 04:29:10 AM
Hi,

I would like to change the word "search" in the search-box and the words "username", password" etcetera in the registerform in Dutch words. I can't find where to change it.
I use the template Design-Control-Standard.

Can you please help me with this?

Thanks.

Menno


: Re: How to change the language "Search"word in the searchbox and the taxt in the reg
: mikek January 13, 2015, 09:14:57 AM
Hello,

The template itself doesn't control these, that's outputted by Joomla. I am not sure exactly which file they are called from, but they would be in your site's root "language" folder.


: Re: How to change the language "Search"word in the searchbox and the taxt in the reg
: menno56 January 14, 2015, 03:56:02 AM
Hi,

Thanks for your reaction. I have made a new installation of Joomla and now it works very good.
In the first site I made (www.debronassen.nl/PGA), the search box had an oval shape, in the new site with the new installation (www.debronassen.nl/PGA)1, the search box has a rectangular shape.
Is it a setting in the template toe make the search box in an ovel shape? I like the oval shape better .



Hi,

I would like to change the word "search" in the search-box and the words "username", password" etcetera in the registerform in Dutch words. I can't find where to change it.
I use the template Design-Control-Standard.

Can you please help me with this?

Thanks.

Menno


: Re: How to change the language "Search"word in the searchbox and the taxt in the reg
: mikek January 14, 2015, 07:20:26 AM
Hello,

Try adding the following to custom.css to force the radius off:

input.search-query {
-moz-border-radius:0px !important;
-webkit-border-radius:0px !important;
border-radius:0px !important;
}


: Re: How to change the language "Search"word in the searchbox and the taxt in the reg
: menno56 January 14, 2015, 10:10:31 AM
Hi Mike,

Unfortunately it doesn't work.
I think it was a result of a previous installation in which the shape was oval.
If it can not, it is a pity.

Thanks,

Menno

Hello,

Try adding the following to custom.css to force the radius off:

input.search-query {
-moz-border-radius:0px !important;
-webkit-border-radius:0px !important;
border-radius:0px !important;
}


: Re: How to change the language "Search"word in the searchbox and the taxt in the reg
: mikek January 14, 2015, 09:11:16 PM
Hello,

I am not sure why that css wouldn't work, I have tested it in Firebug and it's working once I apply it.


: Re: How to change the language "Search"word in the searchbox and the taxt in the reg
: menno56 January 15, 2015, 08:17:29 AM
Hi Mike,

I tryed it today again but i still don't get an oval searchbox.
I will work with the searchbox from the template.

Regards,

Menno


: Re: How to change the language "Search"word in the searchbox and the taxt in the reg
: mikenicoll January 15, 2015, 06:28:40 PM
Hello,

Mike's coding is correct but you would want to change the 0px value for the radius to something higher like 15px. A 0px radius is still square.


: Re: How to change the language "Search"word in the searchbox and the taxt in the reg
: menno56 January 16, 2015, 06:35:00 AM
Thanks,

This was the solution i searched for.
This topic can be closed now.

Regards,

Menno

Hello,

Mike's coding is correct but you would want to change the 0px value for the radius to something higher like 15px. A 0px radius is still square.


: Re: How to change the language "Search"word in the searchbox and the taxt in the reg
: mikenicoll January 18, 2015, 10:52:54 PM
Glad you got it sorted out :)