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.
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?
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.
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.
Yes we should have something by the end of this week (early next Monday) for a fix for this issue.
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.
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
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;
}
You need to also make sure you aren’t installing the Code-Canyon ZIP file… it must be our folder or ZIP file inside that package, it shoudl be called “eventon.zip” or similar.
It seems like I have to respond to this ticket, but the last reply from Ashish is empty ;).