we used to integrate with them, but found no one really wanted to because they would get the eventon tickets addon which negates the need for eventbrite- so I will alert the plugin creator to this and see what can be done
Replies for tickets on suppota
we used to integrate with them, but found no one really wanted to because they would get the eventon tickets addon which negates the need for eventbrite- so I will alert the plugin creator to this and see what can be done
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.
sure thing!
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.