Jefe,
Have you got your mod_kwick_sliding_menu.php file on edit position using your OS specific text editor for example?
And then you can find some lines like these,
| Code: |
...
<li ><a href="<?php echo $menuurl4; ?>" class="kwick opt4"><span><?php echo $menutitle4; ?></span></a></li>
<li ><a href="<?php echo $menuurl5; ?>" class="kwick opt5"><span><?php echo $menutitle5; ?></span></a></li>
<li ><a href="<?php echo $menuurl6; ?>" class="kwick opt6"><span><?php echo $menutitle6; ?></span></a></li>
...
|
just delete those lines, will you?