Reply to: How to change the colour of + and – section on online order pop up.

New styles for those additional plus/minus buttons:

/* Style for Online Order Plus and Minus Buttons*/
.fp_orderonline_add_cart input.minus {
background-color: #fff;
color: #000;
border: solid 2px #f55c2d;
}
.fp_orderonline_add_cart input.plus{
background-color: #fff;
color: #000;
border: solid 2px #f55c2d;
}

adjust as needed.

Reply to: Add To Cart Success Message (Off Screen)

I would have to dissect your plugin script and load a alternate method for our plugin to handle the script, it may take a few days as I am not currently available for this type of work.

If you can disable the scroll function in the plugin/theme that’s your best bet for now, even if its just that portion of the script.

Reply to: Add To Cart button on menu not working

The add to cart works, BUT the quantity options are being overwritten by a script issue we are fixing this week.

THis is something we thought was fixed, evidentally, its not and causing a lot of people problems.

Sorry for the inconvenience.

Reply to: Months and ‘Phone’ not translated

Sorry, Ashish doesn’t handle Foodpress support.

Regarding the translation, I believe this was lastly updated in the 1.4.1 update? Have you tried to make sure its updated and functional now?

As for the valid/invalid fucntion, we actually aren’t using that, not sure why its even displaying, must be a CSS issue on our end.

You can add this CSS to your Foodpress Styles or Theme Styles to hide that notice untilw e ge that feature functional again.

span#phone-valid-msg {
display: none;
}
span#phone-error-msg {
display: none;
}