- Posts: 3
- Thank you received: 0
SOLVED: Values in dropdown list hide behind next block
- sinovem
- Topic Author
- Offline
- New Member
-
Less
More
11 years 10 months ago #1508
by sinovem
Values in dropdown list hide behind next block was created by sinovem
Hello,
When editing the extra-fields in the backend (administrator) the values of dropdown boxes hide behind the next group block. Can you take a look at this?
Best regards,
Michel
When editing the extra-fields in the backend (administrator) the values of dropdown boxes hide behind the next group block. Can you take a look at this?
Best regards,
Michel
Please Log in or Create an account to join the conversation.
- mmmaug1977
-
- Offline
- Moderator
-
11 years 10 months ago #1509
by mmmaug1977
Replied by mmmaug1977 on topic Values in dropdown list hide behind next block
Hello Senove,
This is a temporary fix until I find a permanent solution...
Edit the file: plugins/k2/mefgfork2/assets/mefg-accordion.css
add this css rule at the end of the file:
adjust the number 400, increase or decrease, until you can see the dropdown box.
This is a temporary fix until I find a permanent solution...
Edit the file: plugins/k2/mefgfork2/assets/mefg-accordion.css
add this css rule at the end of the file:
Code:
div#mefg-groups div.content {
height: 400px;
}
adjust the number 400, increase or decrease, until you can see the dropdown box.
Please Log in or Create an account to join the conversation.
- sinovem
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 3
- Thank you received: 0
11 years 10 months ago #1510
by sinovem
Replied by sinovem on topic Values in dropdown list hide behind next block
Ok thanks, it's a good temporary fix. I had to add !Important to get it working on my site:
div#mefg-groups div.content {
height: 400px!Important;
}
div#mefg-groups div.content {
height: 400px!Important;
}
Please Log in or Create an account to join the conversation.
- jpovar
- Offline
- New Member
-
Less
More
- Posts: 7
- Thank you received: 0
11 years 9 months ago #1541
by jpovar
Replied by jpovar on topic Values in dropdown list hide behind next block
This is not a good solution when the groups are made a space therebetween shown disproportionate.
In my case, I have 5 groups, it is necessary to adjust the height to 400px. So the form is stretched 1200px without showing any field, only the titles of the groups.
Please, is there a solution?
In my case, I have 5 groups, it is necessary to adjust the height to 400px. So the form is stretched 1200px without showing any field, only the titles of the groups.
Please, is there a solution?
Please Log in or Create an account to join the conversation.
- mmmaug1977
-
- Offline
- Moderator
-
11 years 9 months ago #1543
by mmmaug1977
Replied by mmmaug1977 on topic Values in dropdown list hide behind next block
Hello Rosa,
Yes there is a solution that will be available asap, I'm just finding a fix for the date problem in your another post.
If I couldn't find a solution for the date problem by Wednesday, I will publish the new release to fix the dropdown problem.
Yes there is a solution that will be available asap, I'm just finding a fix for the date problem in your another post.
If I couldn't find a solution for the date problem by Wednesday, I will publish the new release to fix the dropdown problem.
Please Log in or Create an account to join the conversation.
- mmmaug1977
-
- Offline
- Moderator
-
11 years 9 months ago #1552
by mmmaug1977
Replied by mmmaug1977 on topic Values in dropdown list hide behind next block
Please download the new release 1.0.36 to fix this problem.
The following user(s) said Thank You: sinovem
Please Log in or Create an account to join the conversation.
- sinovem
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 3
- Thank you received: 0
11 years 9 months ago #1553
by sinovem
Replied by sinovem on topic Values in dropdown list hide behind next block
Works great now, thanks!
Please Log in or Create an account to join the conversation.
- mmmaug1977
-
- Offline
- Moderator
-
11 years 9 months ago #1554
by mmmaug1977
Replied by mmmaug1977 on topic Values in dropdown list hide behind next block
@Sinove, you are welcome!
I'm looking forward to read your review about it at JED, if you decided to write one: extensions.joomla.org/extensions/extensi.../k2-extensions/23477
I'm looking forward to read your review about it at JED, if you decided to write one: extensions.joomla.org/extensions/extensi.../k2-extensions/23477
Please Log in or Create an account to join the conversation.