Change view=accordion to view=tabs in the editor form or make fields always visible #43952
-
Joomla v5.1.1 What I did : I have created some fields and field groups. And I have made some changes in the
<joomla-tab id="com-content-form" orientation="horizontal" recall="" breakpoint="768" view="accordion"><div role="tablist" hidden=""><button aria-controls="editor" role="tab" type="button" aria-expanded="true">Contenus</button><button aria-controls="publishing" role="tab" type="button">Publication</button></div> What I was expecting : the fields don't hide in small screen I looked in different overrides, disabled the cache. It's been days of search, so I may have scrambled ideas.. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
In the backend, the fields are shown but not correctly. And after changing it to row |
Beta Was this translation helpful? Give feedback.
-
What I have done :
The fields now don't show on small screens |
Beta Was this translation helpful? Give feedback.
-
Finally, I fixed this :
|
Beta Was this translation helpful? Give feedback.
Finally, I fixed this :
css/vendor/joomla-custom-elements/joomla-tab.css
joomla-tab[view="accordion"] joomla-tab-element
display: none;
todisplay: block;
Now all the tab elements show