You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<ul class="list-group menu list-unstyled">
<li>
<h3><a href="/contact-en.php">ContactUs</a></h3>
<ul class="list-group menu list-unstyled">
<li><a class="list-group-item" href="/contact-en.php?id=01">By mail</a></li>
<li><a class="list-group-item" href="/contact-en.php?id=02">Filling a Complaint</a></li>
<li><a class="list-group-item" href="/contact-en.php?id=03">Media contacts</a></li>
</ul>
</li>
</ul>
The difference is in the first line .. you are now in a ul class= list-group menu list-unstyled
after that you are going to add your H3 ... and again another ul class= list-group menu list-unstyled
For the bottom navigation, the word are no longer links so you have to re-think your bottom nav!
I hope this will help you started!
The text was updated successfully, but these errors were encountered:
This will be to help @upsonp to create a page in the Wiki to help user to deal with the issue for the migration.
The class span-* is no longer in V4 ... it's has been replace with col-md* ... this is a case-by-case situation.
The config path at the top of file need to be changed ( search and replace all )
from this
to this
Please not this was my personnal configuration... you can use what ever you want.
The left menu has change.
from
to
The difference is in the first line .. you are now in a ul class= list-group menu list-unstyled
after that you are going to add your H3 ... and again another ul class= list-group menu list-unstyled
For the bottom navigation, the word are no longer links so you have to re-think your bottom nav!
I hope this will help you started!
The text was updated successfully, but these errors were encountered: