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
Layout register
Moderator: Tata
Layout register
Rob Zeijen,
Valkenswaard (NL)
Valkenswaard (NL)
Re: Layout register
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).
This way you can find out what you want to change and where it works best (in which file).
Re: Layout register
For this template, consider to change this line to:
Code: Select all
<form class="xh_mailform" action="<?=$this->actionUrl()?>" method="post">
Christoph M. Becker – Plugins for CMSimple_XH
Re: Layout register
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'.?
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'.?
Rob Zeijen,
Valkenswaard (NL)
Valkenswaard (NL)
Re: Layout register
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.
Christoph M. Becker – Plugins for CMSimple_XH