sbodak/magento2-checkout-custom-form

Problem with a custom Theme

MatteoLidoni opened this issue · 3 comments

Hello ! Thanks your module is fantastic, but I have a problem if I use it on the original magento theme it works! But if I install it in a paid theme bought from templatemonster it gives me this problem.

You can see that the checkboxes disappear.

Screenshot (64)
Screenshot (65)

@MatteoLidoni You must compare
https://github.com/sbodak/magento2-checkout-custom-form/blob/master/view/frontend/web/template/shipping.html
with shipping.html file from the custom theme.

This is probably just a styling issue.

Keep in mind that the main modification of this file in my module is between line 31-41:
https://github.com/sbodak/magento2-checkout-custom-form/blob/master/view/frontend/web/template/shipping.html#L31-L41

Thanks for your reply!!

This is my shipping.html file : https://codeshare.io/aV03o4 or https://ghostbin.com/paste/ysr5g

But I can't find the problem.
Can you help me?

Solved.

I added my theme style code in shipping.html at the bottom of the page.
Thanks for your help!