By Danny Malouin on Thursday, 05 April 2018
Posted in Technical Issues
Likes 0
Views 555
Votes 0
Hi

I would like to simplify the layout of the quick registration module
https://www.screencast.com/t/yHDCUKOQZ

1) How to I not use that large container ?
2) How to I not use the spash page text ?

Thanks
Danny
Hey Danny,

Hm, that's a good idea. Perhaps we could also list down template manager for our modules as well in future versions.
·
Saturday, 07 April 2018 01:32
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

1) How to I not use that large container ?

You can apply css codes below on your custom.css files and see how it goes.

[gist type="css"]
#es .o-row {
width: 50%;
}
[/gist]

2) How to I not use the spash page text ?

You can customized this files .../modules/mod_easysocial_register/tmpl/default.php in order to remove those wording.

Please give it a try and see how it goes.
·
Thursday, 05 April 2018 11:15
·
0 Likes
·
0 Votes
·
0 Comments
·
OK thanks
Managed to do this -> https://soccer.dasport.zone/registration
However, I had to really gut the code to acheive this. I wonder if you guys should not offer this in the theme file overrides ? I will have to document if your updates revert these changes now.
Thanks
Danny
·
Friday, 06 April 2018 05:26
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

However, I had to really gut the code to acheive this. I wonder if you guys should not offer this in the theme file overrides ? I will have to document if your updates revert these changes now.

You can do template override for your modules at this path template/your_current_template/html/modules/mod_easysocial_register/tmpl/default.php

Please give it a try and see how it goes.
·
Friday, 06 April 2018 11:14
·
0 Likes
·
0 Votes
·
0 Comments
·
OK Thanks
Any plans on getting this into the theme manager you already have ?
Danny
·
Friday, 06 April 2018 20:46
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks ;-)
·
Saturday, 07 April 2018 04:37
·
0 Likes
·
0 Votes
·
0 Comments
·
You're most welcome.

Just for your information, I have locked and marked this thread as resolved to avoid confusions in the future. Please start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiries.

Thanks for understanding
·
Saturday, 07 April 2018 14:41
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post