EricWebsite
Member
Hi,
in /media/com_fabrik/css/fabrik.css there are some new lines starting at line 7:
The default Cassiopeia menu module, set to "Collapsible dropdown" has a class "collapse" and so it is hidden on pages where a Fabrik list, form or module is present:
I suggest to make this more Fabrik specific, like the other classes in the file: .fabrikHide, .fabrikShow,. etc
in /media/com_fabrik/css/fabrik.css there are some new lines starting at line 7:
Code:
.collapse:not(.show) {
display: none !important;
}
I suggest to make this more Fabrik specific, like the other classes in the file: .fabrikHide, .fabrikShow,. etc