How or where do I need to go to make the "mini member menu" the thing that appear under the logo when you login, to make it stay always even when you go on another page?
that would require customizing some code which unfortunately goes beyond regular support, I'll try to put you on the right tracks though. To make the header collapsibles expanded by default, you would need to add the CSS class 'in' to the collapsibles divs.
The related file is partials/part-collapsible.php
Basically you should add the class 'in' everywhere you see the classes "panel-collapse collapse" on that file, which will become "panel-collapse collapse in".
How or where do I need to go to make the "mini member menu" the thing that appear under the logo when you login, to make it stay always even when you go on another page?
Hi there,
that would require customizing some code which unfortunately goes beyond regular support, I'll try to put you on the right tracks though. To make the header collapsibles expanded by default, you would need to add the CSS class 'in' to the collapsibles divs.
The related file is partials/part-collapsible.php
Basically you should add the class 'in' everywhere you see the classes "panel-collapse collapse" on that file, which will become "panel-collapse collapse in".
Hope this helps
Regards
djwd
Regards
djwd
Aight thanks!