astewart Posted March 18, 2016 Share Posted March 18, 2016 Hey guys, From how the WHMCS menu is built to work, I don't see how one would be able to fix those W3C errors; Attribute menuitemname not allowed on element li at this point. </li>↩ <li menuItemName="Announcements" id="Primary_Navbar-Announcements">↩ Does anyone have any ideas on how this could be corrected? Thanks! 0 Quote Link to comment Share on other sites More sharing options...
sentq Posted March 18, 2016 Share Posted March 18, 2016 you always have the option to rename this attribute to anything else or remove it completely. Valid name would be like that ( data-menuItemName="Announcements" ) 0 Quote Link to comment Share on other sites More sharing options...
astewart Posted March 18, 2016 Author Share Posted March 18, 2016 I understand that but in header.tpl (Six template), there are no references to 'menuItemName'. So they are dynamically added when the page is rendered. Do you know where I could find 'menuItemName' in any template file? - - - Updated - - - Actually I think I just found them. In the navbar and a few other files. Thanks man! I love agent ransack 0 Quote Link to comment Share on other sites More sharing options...
sentq Posted March 19, 2016 Share Posted March 19, 2016 I forgot pointing to the file path: /templates/six/includes/navbar.tpl 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.