Hi EisFeld,
It is very hard to debug a site without having access to it to see what might be going on, however we will try:
The <script> and <style> included should be inside the <head> of your page and the actual HTML should be included just before the closing </body> tag.
Can you see in your code if the following is being included:
<div id="responsive-menu"></div>
<div id="click-menu"></div>
If they are then we know that the plug-in is 99% working for you!
Without seeing it myself, these are the only things I can consider:
– What colour is your page background? I ask as the default settings for the menu click button is to just display 3 white lines. If your entire site background is white then it may be that the menu is being included but you just can’t see it. Try changing the colours to strange ones at first just to confirm you can’t see it.
– Do you have any CSS rules that might conflict/overwrite the ones being set by the plugin, typically using the !important tag? Using firebug will help you determine these more easily.
– There may be some sort of jQuery conflict going on in the site, either from other plug-ins or from custom built jQuery, although this is unlikely.
Unfortunately, as I said without being able to see the site myself this is all complete guesswork.
Hopefully something above will help you in the quest to find the menu on your site!
Let me know if any of this helps.
Many thanks
Peter