OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
User Registration template problem (0 viewing) 

Joomla Real Estate

Go to bottom Favoured: 0

User Registration template problem

forty (User)
Senior Boarder
Posts: 62
graphgraph
User Offline Click here to see the profile of this user
Istopan Location: Thessaloniki
User Registration template problem 5 Years, 4 Months ago
Karma: 0  
Hi I have installed Ecohouse template. The registration page is problematic
Modal link for joomla default Agree Terms filed is not visible and the same for Simplememberhip agree terms or joomla privacy terms.

https://sandybeachholidays.com/settings.html?view=registration

Thanks
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8230
graph
User Offline Click here to see the profile of this user
Re:User Registration template problem 5 Years, 4 Months ago
Karma: 101  
Hello

For you conflict class "modal" with bootstrap.

For fix this please add to end file
sandybeachholidays.com/templates/ecohouse/css/style.css

below code
Code:

.registration form#member-registration .required.radio input[type="radio"] {
  margin-left: 0;
}
.registration form#member-registration .control-label #jform_terms_terms-lbl a {
  display: inline-block;
  position: static;
}



Please backup this file first

Regards
Andrew
Ordasoft team
Logged Logged
The administrator has disabled public write access.
forty (User)
Senior Boarder
Posts: 62
graphgraph
User Offline Click here to see the profile of this user
Istopan Location: Thessaloniki
Re:User Registration template problem 5 Years, 4 Months ago
Karma: 0  
Thanks FixeD!
Logged Logged
The administrator has disabled public write access.
Go to top
»