Reply to: Text Suggestion

You can hide this price easily by adding this CSS to your Theme or Foodpress Styles sheet:

.fp_pop_headerS {
display: none;
}

Reply to: Colour Issue – Theme overriding colours maybe?

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.

Reply to: Layout for single event po-up window

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/

Reply to: Sharing FoodPress Menu Items

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.

Reply to: Sharing FoodPress Menu Items

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.