Yet another megamenu (YAMM) 3 – Bootstrap Collapsible Menu not working – Fix
Question/Issue:
I am using Yet another megamenu – YAMM3. I can see it works as a collapsible menu for mobile devices. I integrated this menu in WordPress. Everything works fine except collapsible menu. It shows there but nothing happens when I click on that. How can I solve this issue?
Answer/Fix:
Check the charset you are defining. It should be set to utf-8 as mentioned in YAMM demo. Therefore, you can try a quick fix by replacing following:<meta charset="<?php bloginfo( 'charset' ); ?>">
with
<meta charset="utf-8">
Congratulations! Chapter Finished. Learn more about the similar topics:
Exercises & Assignments |
---|
No Content Found. |
Interview Questions & Answers |
---|
No Content Found. |