Română (România)English (United Kingdom)



 
The support for all extensions was moved to jVitals.com.

Please post there the new questions or suggestions you have with them.

This forum was set to be read-only so the information in it is still available.

If you use aiContactSafe, please post a rating and a review at the Joomla! Extensions Directory.

You can now also join aiContactSafe Fan Club on Joomla! People
http://people.joomla.org/groups/viewgroup/813-aiContactSafe+Fan+Club.html

two fileds in one row (from .... until ....)

two fileds in one row (from .... until ....)

Thank you for this extension
I have create contact form and i want to make two fields in one row. The fields are: from field_1  until field_2.
Which css code must be change? How is the modified code for two fields in one row. Please step by step.
thank you

Toni Taste
useravatar
Offline
3 Posts
User info in posts
Administrator has disabled public posting

Re: two fileds in one row (from .... until ....)

Basically you need to add CSS code to make each combination label + field to a specified width and made them float to the left or right so they are displayed in a row.
Can't give you more information without a link to your page.

Alex Dobrin
useravatar
Offline
5886 Posts
User info in posts
Administrator has disabled public posting

Re: two fileds in one row (from .... until ....)

Ok here the link: http://haseloff-immobilien.de/immobiliengesuch
The fields with 'von' and 'bis' i would like in one row/line. Thanks

Toni Taste
useravatar
Offline
3 Posts
User info in posts
Administrator has disabled public posting

Re: two fileds in one row (from .... until ....)

Hi,

For the first two fields with "von" and "bis" on your page you can add this CSS code at the end of the profile's CSS or at the end of your template's CSS:

Code:

div#aiContactSafe_row_aics_Grundstck_von, div#aiContactSafe_row_aics_Grundstck_bis {

    clear:none !important; width:200px; float:left;
}

You just need to add this code for the other fields in a similar way.
Notice the IDs of those DIVs are formed by adding the name of the field after "aiContactSafe_row_".

Alex Dobrin
useravatar
Offline
5886 Posts
User info in posts
Administrator has disabled public posting

Re: two fileds in one row (from .... until ....)

Hi

Thank you for your help.
I have add this code for the other fields in a similar way, but only your example fields are changed. Whats wrong?

Toni Taste
useravatar
Offline
3 Posts
User info in posts
Administrator has disabled public posting

Re: two fileds in one row (from .... until ....)

You have some strange chars in front of the CSS codes.

Code:

div#aiContactSafe_row_aics_Grundstck_von, div#aiContactSafe_row_aics_Grundstck_bis {

    clear:none !important; width:200px; float:left;
}
div#aiContactSafe_row_aics_Wohnflche, div#aiContactSafe_row_aics_Wohnflche_bis {
    clear:none !important; width:200px; float:left;
}
div#aiContactSafe_row_aics_Zimmer_von, div#aiContactSafe_row_aics_Zimmer_bis {
    clear:none !important; width:200px; float:left;
}

Remove those "    ".

Alex Dobrin
useravatar
Offline
5886 Posts
User info in posts
Administrator has disabled public posting

Board Info

Board Stats:
 
Total Topics:
2281
Total Polls:
0
Total Posts:
10380
Dormant:
User Info:
 
Total Users:
60329
Newest User:
wheeteryday
Members Online:
1
Guests Online:
96

Online: 
wheeteryday

Forum Legend:

 Topic
 New
 Locked
 Sticky
 Active
 New/Active
 New/Locked
 New Sticky
 Locked/Active
 Active/Sticky
 Sticky/Locked
 Sticky/Active/Locked