cancel
Showing results for 
Search instead for 
Did you mean: 

Wordpress Toast Menus Plugin

briankerrdesign
Soup II

For those who have their websites on Wordpress, I have created a free Wordpress plugin to display Toast menus directly on your site (no iframe, etc), with responsive design that looks good on desktop, tablet, and mobile.

Take a look at ButterMenus and let me know what you think!

7 REPLIES 7

rcmck
Dessert II

Download link seems to be broken

Just tried the free version, it's working. A couple issues (for me at least), with just the default wordpress theme it does not look that great out of the box. Not a big deal for people who know how to fix it, but just thinking about the average user, maybe try to improve that. The stylesheet does not seem to set a font size for anything other than the price, everything else is just inherited, which for me and with the heading tags used results in the menu title being much smaller than the menu description. Menu title is wrapped in an h5 tag (small by default), and the description is not wrapped in anything, which seems odd to me, I would expect a paragraph tag.

Thanks for the detailed feedback! I have already added some default rem font sizes to each element to make everything work a lot better by default (on most themes). Will add to 1.1 release. Trying to strike a balance on inherited (matching themes) vs defining things too much. Description is div just to avoid having to override too much p formatting from themes, but it has all schema info in there for SEO.  Maybe in a future release have some styling options in settings for basic users to define / change font sizes, some colors, etc. But yes, this is geared a bit more to be overridden with CSS by average+ users 😉