Forum Replies Created

Viewing 1 replies (of 1 total)
  • Hi, Thank you for a great theme. Getting the navigation to work like radio buttons is exactly what I was looking to modify, however this bit of code doesn’t seem to change anything for me. Do I have it in the correct place? Are there any other parts of the code I need to modify? Thanks in advance.

    if(elm.children('ul').length>0){
    
     jQuery('.nav-listing li a').removeClass('selected');
    /*-    This did it!(radio button like)!           */
    
    parentelem.after(jQuery("<option />", {
        "class" : "level-menu-"+level,
        "value"   : anchor.attr("href"),
        "text"    : dash+anchor.text()
Viewing 1 replies (of 1 total)