Dear Support,
I’m making an e-commerce using Enfold+woocommerce, and I have this problem in the checkout page, the placeholders in the form fields, doesn’t disappear when I start to text, I also tried to remove all my custom css and plugins related to woocommerce, may be compatibility issues between enfold and woocommerce ?
thanks for your support
Andrea
Hey GorillaBeats,
Thank you for the inquiry.
When checking out, it automatically redirects to the PayPal payment portal instead of the default WooCommerce checkout page. Did you add any products that don’t use the PayPal portal? Please provide a direct link to the product.
Best regards,
Ismael
that is the link to one of the products:
both add to cart and then go to checkout from the cart, and also PayPal button, gives the same result: in the checkout page, placeholders don’t disappear from the textbox, I’m using sandbox accounts to test the buying process, can it be a reason ?
thanks
Hi,
Thank you for the info.
To hide the label when an input field is active, please add this css code.
.wc-block-components-form .wc-block-components-text-input .is-active label, .wc-block-components-text-input.is-active label {
opacity: 0;
}
You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings afterward.
Best regards,
Ismael