hey Christian, I wish w2e could offer a multi-license, but all the licenses are handled through Envato for the main plugin.
The best thing to do is to contact them and ask them if they will ever sell multi-licenses, as this is a huge request on the envato marketplace.
Here is the Purple Top Tab:
/*Top Menu Tab Color for Boxed Menu*/
.foodpress_menu.box_cats span.fp_backto_cats, .foodpress_menu.box_cats span.fp_category_subtitle {
background-color: #955181;
color: #fff;
}
/*Bottom Menu Tab Color for Boxed Menu*/
.foodpress_menu.box_cats span.fp_category_subtitle {
background-color: #888888;
color:#fff;
}
Sure, that will be fine.
Can you also please let me know which exact tabs or colors are not correct.
BUT I do like the idea of adding as an option to hide or show, within settings.
You can hide this price easily by adding this CSS to your Theme or Foodpress Styles sheet:
.fp_pop_headerS {
display: none;
}
You may need to enable the “load dynamic styles to header” option in General settings.
Try that, and if not working still, please let me know.
If you already have it enabled, please disable, save, and re-enable and save again.
I am guessing you want to make the lightbox wider? or do you want the content to bigger in either case your best solution would be to alter the look via CSS please follow this guide
http://www.myeventon.com/documentation/change-css-calendar/
Hmm.. Maybe try to add this to your CSS. Either the Foodpress Styles tab, or your Theme styles CSS:
body.single-menu .fp_page_body {
width: 100%;
max-width: 600px;
margin: 20px auto;
}
That will ad a maximum width to the Single Menu page. Unfortunately, without editing the entire page format, this is probably the best solution I can come up with in the quickest timeframe.
Unless we recode the entire version o the plugin, the current plugin uses a 600px by 400px image for it’s background. I recommend trying to upload images in that size, and it will always look perfect.