• New Commercial Services Section

    We have now opened a commercial services section here on the forum. If you have a Fabrik project that you wish to have someone work on for you, post it under Help Wanted. If you are an application developer and wish to earn some money helping others, post your details under Fabrik Application Developers.

    Both of these are unmoderated. It will be up to both parties to work out the details and come to an agreement.

[SOLVED] css class for database join and dropdown different

Status
Not open for further replies.

bea

Active Member
Hi,
I noticed, that my dropdown design for database join (Schicht) and simple dropdown (Status) are different in my YOOtheme pro template. How can I customize to get the same style for both dropdowns like 'Status'.
Maybe Fabrik dbjoin class is distinguished from dropdown class?
Many thanks.
Bianka
 
I can't see a difference on my site.
Do you have a link?
Are both elements single select?
 
Hi troester,
both elements are single dropdowns (simple dropdown and dbjoin dropdown). Difference is just in height and design.
You will find site infos in 'My Sites'
Many thanks
Bianka
 
It's because your template is doing strange css settings (overriding the dropdown with an extra background etc).
View attachment 17343

I think you can override ...plugins\fabrik_element\dropdown\layouts\fabrik-element-dropdown-form.php
and change
$multisize = $d->multisize === '' ? '' : 'size="' . $d->multisize . '"';
to
$multisize = $d->multisize === '' ? 'size="1" ' : 'size="' . $d->multisize . '"';

to force a size="1" option as in the dbjoin (so it won't trigger this CSS setting).
 
  • Like
Reactions: bea
Status
Not open for further replies.
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top