Page 1 of 1
Layout register
Posted: Wed May 27, 2020 2:06 pm
by roze
I’m rebuilding the website of my choir.
Í use the plugin register.The register plugin work fine, but:
The register page is not a beauty in the lay-out. You must guess were the fields are you have to fill in.
I’ve looked in the css of the plugin, but I don’t know what to change.
Can someone help me?
The page with the register part is:
http://nieuw.perfectsound.org/?Registre ... den&normal
Re: Layout register
Posted: Wed May 27, 2020 2:30 pm
by frase
Also here I recommend to examine the elements with the help of the browser - either with the right mouse button "examine" or with F12.
This way you can find out what you want to change and where it works best (in which file).
Re: Layout register
Posted: Wed May 27, 2020 3:31 pm
by cmb
roze wrote: ↑Wed May 27, 2020 2:06 pm
The register page is not a beauty in the lay-out. You must guess were the fields are you have to fill in.
I’ve looked in the css of the plugin, but I don’t know what to change.
For this template, consider to change
this line to:
Code: Select all
<form class="xh_mailform" action="<?=$this->actionUrl()?>" method="post">
That's at least a start.
Re: Layout register
Posted: Wed May 27, 2020 3:46 pm
by frase
cmb wrote: ↑Wed May 27, 2020 3:31 pm
For this template, consider to change this line to: ...
This is actually a brilliant idea for this template.
For "xh_mailform" there are really already formats.
Then you just have to do a little fine-tuning.
Re: Layout register
Posted: Wed May 27, 2020 6:04 pm
by roze
Thank You.
The next days, I'm very busy, but after the weekend I'll try to understand these advices en try to incorporate it to see what's effect. The CSS is all new for me, so I'm a Podoloog.
There is a CSS for the website overall.
and there are CSS from the plugins.
Do they 'communicate'.?
Re: Layout register
Posted: Wed May 27, 2020 9:12 pm
by cmb
roze wrote: ↑Wed May 27, 2020 6:04 pm
There is a CSS for the website overall.
and there are CSS from the plugins.
Do they 'communicate'.?
Unfortunately not, and it's really not easy (for both template designers as well as plugin developers) to create something that always works out of the box.