Marking as resolved. Please do not reply.
Archives: Replies
Replies for tickets on suppota
Reply to: Receive Order Notoc
Marking Resolved. Please do not reply.
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: How to change the colour of + and – section on online order pop up.
Its taking quite some time to load your page, i get to it, sign in and it times out when trying to load any other page than dashboard. Is your server up?
Reply to: How to change the colour of + and – section on online order pop up.
Those plus and minus aren’t part of the default Foodpress/WooCommerce system, they seemed to be overwritten by your themes custom woocommerce/styles.
Can you post privately the URL to the page again and I can provide exact CSS to change those.
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
Yes we should have something by the end of this week (early next Monday) for a fix for this issue.
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: Add To Cart Success Message (Off Screen)
Your theme is using a “smooth” scrolling plugin or script, disabling content in our lightbox from scrolling.
It looks like a theme plugin called Nuvo cs-smoothscroll.min.js
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;
}