Hi everyone,
I was asked to redo a GRAV site that I built previously using customised Learn2 template. The new template should be X-corporation.
I had a certain suspicion that it would not be a piece of cake, but the task seems even trickier. The most pressing issue is that the drop-down menus at the top of the page do not work. To be exact - they drop a white rectangle but it does not contain anything. This is the page code:
<li class="dropdown m-menu-fw ">
<a href="#" data-toggle="dropdown" class="dropdown-toggle">Student
<span><i class="fa fa-angle-down"></i></span></a>
<ul class="dropdown-menu">
<li class="m-menu-content">
<ul class="col-sm-6">
</ul>
</li>
<li class="m-menu-content">
<ul class="col-sm-6">
</ul>
</li>
</ul>
These two empty list items should contain subdirectories names, right? (At least this is how it worked it Learn2.) Anyway, the structure of directory student is as follows:
grav/user/pages/02.student$ tree
.
├── 01.pokus_jedna
│ └── default.cz.md
├── 02.pokus_dva
│ └── default.cz.md
├── default.md
└── default.md~
Would you kindly point me in the right direction? I UTFGed, but found nothing useful.
You help is greatly appreciated,
Sue
