Some Common Issues You May Face With The Plugin

Sometimes you face some issues with the plugin due to theme/plugins conflict. But they are very easy to fix. Let’s talk about some of those common issues

Issue 1: Please see the following animation

common_issue

Look the order type dropdown is not complete and all the items of the dropdown are not visible. Maybe you also face the issue. Not everyone faces this issue except a few. So what is the solution? Very easy to solve the issue. Just put the following code in the Custom CSS box from the Others tab and save changes.

#coderockz_woo_delivery_delivery_selection_field,
#coderockz_woo_delivery_delivery_date_section,
#coderockz_woo_delivery_delivery_time_section,
#coderockz_woo_delivery_pickup_date_section,
#coderockz_woo_delivery_pickup_time_section,
#coderockz_woo_delivery_delivery_pickup_section,
#coderockz_woo_delivery_additional_field_section,
#coderockz_woo_delivery_tips_section {
   overflow:unset!important;
}

Issue 2: Please see the following animation

As you see, our plugin background covers all the checkout page’s previous elements, and also the fields are not clickable or editable(the billing section’s input field in the animation). Just put the following code in the Custom CSS box from the Others tab and save changes.

.woocommerce-billing-fields__field-wrapper,
.woocommerce-shipping-fields__field-wrapper,
.woocommerce-additional-fields__field-wrapper {
   overflow: hidden!important;
}

Still Stuck? How can we help?

Updated on November 14, 2021