I just happened to take notes and saved that file…
formatting tags didn’t work in item descriptions, all runs together in one line
category sort doesn’t work, tried various permutations of the shortcode, the items would sort in the categories but couldn’t get the categories to sort correctly
[fooditems category=”tapas,appetizers,pasta,entree,prix-fixe-menu,desserts,happy-hour”]
[fooditems cat_orderby=”39,42,43″ fooditem_orderby=”date”]
[fooditems category_menu=”tapas” fooditem_orderby=”date”]
[fooditems category_menu=”appetizers” fooditem_orderby=”date”]
[fooditems cat_orderby=”date” fooditem_orderby=”date”]
[fooditems cat_orderby=”tapas,appetizers,pasta” fooditem_orderby=”date”]
[fooditems category=”tapas,appetizers,pasta” fooditem_orderby=”date”]
[fooditems cat_orderby=”39,42,43″ fooditem_orderby=”date”]
[fooditems fooditem_orderby=”date” category=”tapas,appetizers,pasta,entree,prix-fixe-menu,desserts,happy-hour”]
add button crowded to left in appetizers category but not in other categories
Rooted around in the css and couldn’t figure that out
.rpress_fooditem.rpress-grid .rpress_fooditem_buy_button {
display: inline-block;
float: right;
}
.rpress_fooditem.rpress-grid .rpress_fooditem_buy_button {
display: inline-block;
line-height: 0;
float: right;
}`