I have tried to set up a modal menu item in my footer menu that when clicked on an article with a message is displayed. I set the menu item with the class modal and linked it to the appropriate article. When I test it on the front end, a blank white box pops up for 1 or 2 seconds and then disappears. I also tried putting {modal}{/modal} around the title of the menu item instead of the class method. Same result. What am I missing?
I changed the Global Setting for default editor to None and still have the issue. Is there a different way I should disable JCE? Can I disable/change it for just this instance?
Hard to see what the cause is.
Could also be the widgetkit.
Please check your HTML output to see what scripts and styles are being loaded.
Also you have a bunch of javascript errors on your site. Check your browser's console to get more info about them. These can cause issues with other scripts too (like Modals).