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

Unfortunately, there is always going to be conflicts with other types of themes or plugins.

We attempt to provide compatibility with every single item on the market, but we cannot guarantee it.

Not every code is proper, and to be honest, some developers agree to disagree with each other of who is right or wrong. Only way to fix things sometimes is to find an alternate or remove one of the lesser important of the errors.

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

I am not sure if it’s needed or not unfortunately. Anything that is in there, is/was a custom solution…..

I recommend COPYING that entire section of CSS and you can remove it piece by piece to see if the front end if affected at all.

We don’t have any issues with new CSS out of the box, so unless it’s a color option or a specific layout style that was added, I really cannot determine what they are for without spending an hour dissecting all of them.

Reply to: How To Receive SMS Order Notifications

I recommend using Twilio.

We have had a few customers in the industry that use it, and it works great.

We don’t actually handle any SMS functions, so this is definitely something that you would want to make sure integrates with WooCommerce for sure.

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.