elestia
Forum Replies Created
-
Thank you for fast replay!
Unfortunately I dont know PHP :(( only HTML/CSS.
1-2. Could you please explain this to me by example?
3. I think I can resolve this by using css Flexbox and the same html structure – first view: 3 column, second view: 1 column.Forum: Plugins
In reply to: [Site Reviews] Additional fields in the Site Reviews formThat worked :))
Thank you so much! That plugin is great!!!
I will give it max stars ??Forum: Plugins
In reply to: [Site Reviews] Additional fields in the Site Reviews formOk, this time I don’t know how to do it right.
I add field.php file and try to different variation:<div class=”glsr-field {{ class }} my-custom-class-1″>
{{ label }}
{{ field }}
{{ errors }}
</div>but this add exactly the same class to each fields. I need different for each fields.
I tried to replace {{ label }} to {{ title }} or {{ opinion }} or {{ email }} – but it just repeat the same fields many times.
I also tried something else – add my class in function php:
‘class’ => ‘my-custom-class-textarea’
it works, but class is adding to <textarea> not <div class=”glsr-field “>.- This reply was modified 6 years ago by elestia.
Forum: Plugins
In reply to: [Site Reviews] Additional fields in the Site Reviews formHi,
It all work perfect!!! That’s amazing ??
Now I need rearange fields into various column. I tried using css flexbox, but I need more classes.Is there a way to add custom css class to each form field?
I want to add them in the same place as .glsr-field:
<div class=”glsr-field my-custom-class-1“>
… my form field …
</div>
<div class=”glsr-field my-custom-class-2“>
… my form field …
</div>
etc.Forum: Plugins
In reply to: [Site Reviews] Additional fields in the Site Reviews formWow! That was superfast replay ?? Thank you!
I will try this today and let you know.