MY WEBSITE MUST BE DONE THIS WEEK OR I WILL FAIL OUT OF COLLEGE!!! PLEASE HELP ASAP!!!
http://www.blaseweb.com/notredame/
1) I used the CSS Generator to create a custom menu look.
2) I activated the plug-in.
3) I put the CSS generated there into the Appearances tab under Settings –> Multi-level Navigation.
4) I put the CSS in my style.css file.
5) I put in my header from an example on https://geek.hellyer.kiwi/suckerfish_css/:
<ul id="suckerfishnav">
<li><a href="">Tomato</a></li>
<li><a href="">Capsicum</a></li>
<li><a href="">Cucumber</a></li>
</ul>
6) I replaced that HTML with:
<?php if (function_exists(‘pixopoint_menu’)) {pixopoint_menu();} ?>
NO MATTER WHAT I DO, the listed items just list down the page. In other words, it’s just bulleted TEXT! There’s no menu, no drop-down. This plug-in doesn’t do anything at all to my page. NOTHING.
I looked at several other people’s pages, and they have all kinds of stuff in the <head></head> area, and all kinds of stuff around where the menus are actually generated. By WordPress is generating NONE of that! And NOWHERE did I see anything telling me to put it in. Furthermore, I put it in manually, and it did NOTHING. Why is your plug-in not working?