Upcoming changes to Food and Drink Menu
Soon I’ll be releasing a new version of the free restaurant menu plugin for WordPress. This version has undergone significant revision to its underlying code base in preparation for the release of the premium version. The HTML and CSS output did not change much, so there should be no style issues introduced by updating.
Quick Tip
However, the CSS stylesheets are now enqueued in the footer rather than the header on most pages. If you have created custom CSS styles in your theme, you may need to add the following selector to your rules:
[id^="fdm-menu-"]
So a CSS rule in your style.css that looks like this:
.fdm-item-panel
Would need to be altered to look like this:
[id^="fdm-menu-"] .fdm-item-panel
If you have any trouble with this please feel free to post in the WordPress plugin support forum and I’ll do my best to help you out.