- Posts: 14116
- Thank you received: 1639
several questions
-
mkonline
- Topic Author
- Visitor
12 years 5 months ago #20289
by mkonline
several questions was created by mkonline
Hello,
Template that I need to increase the font of the tabs of the contacts that are created. From what I can increase the font file, street, phone ....?
I created many contacts to a website, and once it shows the contacts of all categories, and I would add a filter drop-down categories. What can I add?
In the template manager, appears to capture the original template and is no longer the same, by the amendments. How I can change the image capture? Change the author and date to capture. Attached is a catch.
I made a copy of template but now I can not erase it tells me it can not.
Thank you very much,
PS: sorry for my terrible English
Template that I need to increase the font of the tabs of the contacts that are created. From what I can increase the font file, street, phone ....?
I created many contacts to a website, and once it shows the contacts of all categories, and I would add a filter drop-down categories. What can I add?
In the template manager, appears to capture the original template and is no longer the same, by the amendments. How I can change the image capture? Change the author and date to capture. Attached is a catch.
I made a copy of template but now I can not erase it tells me it can not.
Thank you very much,
PS: sorry for my terrible English
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
12 years 5 months ago #20308
by ivan.milic
Replied by ivan.milic on topic several questions
To increase font on contact form use:
.contact span,
.contact label,
.contact p{
font-size:...
}
For filtering contact you would need some 3rd party component that adds new functionality to joomla.
You need to edit that in templateDetails.xml
.contact span,
.contact label,
.contact p{
font-size:...
}
For filtering contact you would need some 3rd party component that adds new functionality to joomla.
You need to edit that in templateDetails.xml
Please Log in to join the conversation.
-
mkonline
- Topic Author
- Visitor
12 years 5 months ago #20339
by mkonline
Replied by mkonline on topic several questions
In what place or in which file should I add those parameters?
Does what exactly should I put it so?
. contact span,
. contact label,
. contact p {
font-size: 12
}
What line should I put it there?
May I suggest some component that filters the contact? What I seek is a down to show me the different cities and to choose one show only those cities. Do you understand?
What exactly are the parameters I should edit templateDetails.xml?
Carousel Original I have it from the module did not set it right and left margins of what is shown on the slide. From where I can handle this?
In the contact form there are three words: contact, contact form and other information. From where I can change the name of other information by another word?
thank you very much
Does what exactly should I put it so?
. contact span,
. contact label,
. contact p {
font-size: 12
}
What line should I put it there?
May I suggest some component that filters the contact? What I seek is a down to show me the different cities and to choose one show only those cities. Do you understand?
What exactly are the parameters I should edit templateDetails.xml?
Carousel Original I have it from the module did not set it right and left margins of what is shown on the slide. From where I can handle this?
In the contact form there are three words: contact, contact form and other information. From where I can change the name of other information by another word?
thank you very much
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 5 months ago #20354
by ivan.milic
Replied by ivan.milic on topic several questions
You can put that at the bottom of template_css.css
.contact span,
.contact label,
.contact p {
font-size: 12px;
}
.contact span,
.contact label,
.contact p {
font-size: 12px;
}
Please Log in to join the conversation.
-
mkonline
- Topic Author
- Visitor
12 years 5 months ago - 12 years 5 months ago #20355
by mkonline
Replied by mkonline on topic several questions
Thank you very much,
For how the other questions could help me?
Tab of the contact I want to change the word "other information" from where I can change that word?
I attach a screenshot to see it.
thanks
regards,
For how the other questions could help me?
Tab of the contact I want to change the word "other information" from where I can change that word?
I attach a screenshot to see it.
thanks
regards,
Last edit: 12 years 5 months ago by mkonline.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 5 months ago #20366
by ivan.milic
Replied by ivan.milic on topic several questions
You can find all labels to translate for contact form in:
language\en-GB\en-GB.com_contact.ini
(en-GB\en-GB.xxxxxxxxxxxxxxxxxx if for english language you should have this file for all other languages)
language\en-GB\en-GB.com_contact.ini
(en-GB\en-GB.xxxxxxxxxxxxxxxxxx if for english language you should have this file for all other languages)
Please Log in to join the conversation.
Time to create page: 0.156 seconds