- Posts: 5
- Thank you received: 0
Fields invisible for extra field groups in Item
- jendee
- Topic Author
- Offline
- New Member
-
Less
More
11 years 5 months ago #1682
by jendee
Fields invisible for extra field groups in Item was created by jendee
Hello
I'm very grateful for this extension which is essential to the way I need to set up K2 for my website.
I have a problem though as I found the extra fields to be invisible in the admin. Only the first group were the fields visible. On inspecting the code I found the HTML to be present so it appears to be a css issue with the Admin template.
Just wondering if others have encountered this problem? I am trying to figure out some overrides but it would help me greatly.
I am using Joomla 3.3.1, K2 2.6.8
Thanks
I'm very grateful for this extension which is essential to the way I need to set up K2 for my website.
I have a problem though as I found the extra fields to be invisible in the admin. Only the first group were the fields visible. On inspecting the code I found the HTML to be present so it appears to be a css issue with the Admin template.
Just wondering if others have encountered this problem? I am trying to figure out some overrides but it would help me greatly.
I am using Joomla 3.3.1, K2 2.6.8
Thanks
Please Log in or Create an account to join the conversation.
- jendee
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 5
- Thank you received: 0
11 years 5 months ago #1683
by jendee
Replied by jendee on topic Fields invisible for extra field groups in Item
Hello again
I've fixed this with the following css mysite/plugins/k2/mefgfork2/assets/mefg-accordion.css:
#mefg-groups .content {
background-color: #F4F5F5;
height: auto !important;
opacity: 1 !important;
}
Appears I had to override some inline styles that were setting the height to 0 and the opacity to 0 and that was causing the problem.
Would be great if you could correct this for future releases
Thanks
I've fixed this with the following css mysite/plugins/k2/mefgfork2/assets/mefg-accordion.css:
#mefg-groups .content {
background-color: #F4F5F5;
height: auto !important;
opacity: 1 !important;
}
Appears I had to override some inline styles that were setting the height to 0 and the opacity to 0 and that was causing the problem.
Would be great if you could correct this for future releases
Thanks
Please Log in or Create an account to join the conversation.
- mmmaug1977
-
- Offline
- Moderator
-
11 years 5 months ago #1684
by mmmaug1977
Replied by mmmaug1977 on topic Fields invisible for extra field groups in Item
Hello,
This problem has been solved in the latest version 1.0.37, also this version has additional layouts for the multiple groups, you can choose flat, tabs or accordion layout, just install it and configure the plugin to select the required layout.
This problem has been solved in the latest version 1.0.37, also this version has additional layouts for the multiple groups, you can choose flat, tabs or accordion layout, just install it and configure the plugin to select the required layout.
The following user(s) said Thank You: jendee
Please Log in or Create an account to join the conversation.