Support Forum

Every time that you post a problem, PLEASE add the Joomla and the extension's versions and revisions (for example: Joomla 3.3.6, Contact Enhanced 3.3.5), PHP version and Server's Operating System. If you only manage only one site it is easier if you edit your profile and just add that information to your signature. Don't forget to add a detailed description of the problem. If possible, write down all steps to simulate the problem.

Before submitting a new post, PLEASE make sure you are running the latest version, test in different browsers (IE, FF, Chrome,..) and clear Joomla and browser's cache after every change you make.

Also, most questions are already answered in our FAQ and in iFAQ and Contact Enhanced documentation pages.

I want Contacts Enhanced to match default Joomla contacts

10 years 11 months ago #14433 by tiekubd
What css property should I change to change the white color of each field:

mobilelink.biz/sites/johnpuebl...2013-05-19-01-31-57/contact-us

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

10 years 11 months ago #14434 by tiekubd
Maybe something like:

.inputbox {
background-color: blue;
}

Is this a safe change?

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

10 years 11 months ago #14435 by douglas
Dear tiekubd,

Contact Enhanced tries to inherit all styling from your template. In this case I suggest you create a CSS custom field with the following rule:
.ce-cf-container .inputbox{background-color:#CCCCCC}

If you need any other CSS change you can use Firebug to find it out. Please read:
idealextensions.com/blog/tips/138-using-firebug.html

Best regards,

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

10 years 11 months ago #14437 by tiekubd
I have made most of my css changes. But I cannot use firebug to figure how to:
1. Remove the red triangle from top-right corner of the required fields
2. Remove the indentation from the address line after adding: .jicons-icons {display:none;}

mobilelink.biz/sites/johnpuebl...2013-05-19-01-31-57/contact-us

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

10 years 11 months ago #14439 by douglas
Dear tiekubd


Add this CSS rules to the CSS custom field you have created:
.contact-address address {
  margin-left: 0 !important;
}
.ce-cf-container .required {
  background-image: none !important;
}


Best regards,

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

10 years 11 months ago #14440 by tiekubd
Great that worked.

But for the Date type field, I still want the calendar image, but NOT the red triangle. Are they one and the same image?

mobilelink.biz/sites/johnpuebl...2013-05-19-01-31-57/contact-us

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

10 years 11 months ago #14441 by douglas
Dear tiekubd,

Add this CSS rule:
.cf-type-date input.required {
background-image: url("date-range.png") !important;
background-position: right top !important;
}

Best regards,

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

10 years 11 months ago #14442 by tiekubd
For some reason, this does not work?

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

10 years 11 months ago #14443 by douglas
Then you might need to remove the .cf-type-date input.required CSS rule from the CSS file:
/components/com_contactenhanced/assets/css/ce.css

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

10 years 11 months ago #14444 by tiekubd
1. There is no reference to .cf-type-date input.required in the CSS file:
/components/com_contactenhanced/assets/css/ce.css

2. A map suddenly appeared on my form. How do I get rid of it?

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

10 years 11 months ago #14447 by douglas
Dear tiekubd,

1. My mistake. It is in the Datapicker's CSS file:
/components/com_contactenhanced/assets/datepicker/templates/dashboard/datepicker.css
If you use a different datepicker template you have to look in the correct template/folder.

2. You just have to disable it in the Component Options under the Map tab, or even in the Contact Edit page.

Best regards,

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

Powered by Kunena Forum

Copyright © 2018 IdealExtensions.com. All Rights Reserved.

This site is not affiliated with or endorsed by the Joomla!™ Project. It is not supported or warranted by the Joomla!™ Project or Open Source Matters™. The Joomla!™ logo is used under a limited license granted by Open Source Matters™, the trademark holder in the United States and other countries.
We may collect your IP address and your browser's User Agent string while using our site for security reasons and deriving aggregate information (analytics). This information is retained for a minimum of 1 and a maximum of 24 months.
Feedback