Layout register

Third Party Plugins to CMSimple - how to install, use and create plugins

Moderator: Tata

Post Reply
roze
Posts: 270
Joined: Tue Jun 03, 2008 7:13 am
Location: NL
Contact:

Layout register

Post by roze » Wed May 27, 2020 2:06 pm

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
Rob Zeijen,

Valkenswaard (NL)

frase
Posts: 5085
Joined: Thu Apr 21, 2016 6:32 am
Location: Saxony
Contact:

Re: Layout register

Post by frase » Wed May 27, 2020 2:30 pm

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).

cmb
Posts: 14225
Joined: Tue Jun 21, 2011 11:04 am
Location: Bingen, RLP, DE
Contact:

Re: Layout register

Post by cmb » Wed May 27, 2020 3:31 pm

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. :)
Christoph M. Becker – Plugins for CMSimple_XH

frase
Posts: 5085
Joined: Thu Apr 21, 2016 6:32 am
Location: Saxony
Contact:

Re: Layout register

Post by frase » Wed May 27, 2020 3:46 pm

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.

roze
Posts: 270
Joined: Tue Jun 03, 2008 7:13 am
Location: NL
Contact:

Re: Layout register

Post by roze » Wed May 27, 2020 6:04 pm

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'.?
Rob Zeijen,

Valkenswaard (NL)

cmb
Posts: 14225
Joined: Tue Jun 21, 2011 11:04 am
Location: Bingen, RLP, DE
Contact:

Re: Layout register

Post by cmb » Wed May 27, 2020 9:12 pm

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.
Christoph M. Becker – Plugins for CMSimple_XH

Post Reply