• Resolved JRCode

    (@jerinfer)


    Hi
    The form is not displayed on any product. In this polo it should come out in size 2XL but it doesn’t work.
    Thanks!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author CodeWooGeek

    (@codewoogeek)

    Hello there,

    We noticed our plugin is not active in your side. But we further notice few things where we couldn’t seen any out of stock label

    When we inspect css noticed few css added in your style.css which set the variation availability div wrapper to hide and opacity to 0. We’re not sure what other css breaks our plugin visibility

    oceanwp-child-theme-master/style.css we noticed the below css which ofcourse hide our subscribe form as well, because we rely on woocommerce-variation-availability wrapper

    
    .woocommerce-variation-availability, .reset_variations {
    	display: none;
    	opacity: 0;
    }
    
    .woocommerce div.product p.stock {
    	opacity: 0;
    }

    Let us know

    Thanks.

    Thread Starter JRCode

    (@jerinfer)

    Hello,
    The css code did not affect the appearance of the container. When applying the latest update everything worked correctly. Maybe there was some code or style compatibility issue.

    It already works correctly.

    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Form not showing’ is closed to new replies.