• Resolved ferreirex

    (@ferreirex)


    Good morning,

    How can I hide the plugin to stop showing in one section of my product page?

    I like to hide in this section

    .sticky-cart-form.sticky-cart-form--bottom.sticky-cart-form--pin

    I have tried a few options but never get hide, and also show me 2 times in that section.

    Can you help me?

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Support CodeWooGeek Support

    (@codewoogeeksupport)

    Hello there,

    We’re here to assist you.

    To better assist you, could you please provide additional details and specify the particular section of the product page where you would like it hidden? This information will enable us to better understand the issue and provide you with a more tailored solution.

    Thanks.

    Thread Starter ferreirex

    (@ferreirex)

    Hi,

    Thank you for your reply, please check this website link , please choose

    • size 44
    • scroll until show a horizontal bar on the button of the page and you will be able to see the multiple “insert email” shows

    it’s that one on the button of the page I like to disable and maintain the normal one in the product page.

    Plugin Support CodeWooGeek Support

    (@codewoogeeksupport)

    Hello there,

    Good day!

    Thank you for providing the link.

    We’re here to assist you with this issue. Upon reviewing your link, we observed that the issue stems from the theme. To address this, we recommend adding the following CSS code to your theme’s CSS:

    .sticky-cart-form__product-summary {
        display: none !important;
    }

    This will help resolve the issue by hiding the specific section you mentioned.

    If you have any further questions or encounter any issues, feel free to reach out.

    Thanks.

    Thread Starter ferreirex

    (@ferreirex)

    Thank you for this,

    This removes more information on ‘sticky-cart’ than on the plugin Back In Stock, isn’t possible to remove only the Back In Stock information on ‘sticky-cart’?

    Plugin Support CodeWooGeek Support

    (@codewoogeeksupport)

    Hello there,

    We suggest that you replace the below CSS code with the previous one that we provided and check it out:

    .sticky-cart-form__product-summary .cwginstock-subscribe-form {
        display: none !important;
    }

    This code will specifically target the class associated only with our plugin within the ‘sticky-cart’ container without affecting other elements with different classes inside the same container.

    Thanks.

    Plugin Support CodeWooGeek Support

    (@codewoogeeksupport)

    Hello there,

    We hope the provided CSS code addressed your concern.

    If you have any further questions or need additional assistance, feel free to reach out. We’re here to help!

    Closing this now. Have a great day!

    Thanks.

    Thread Starter ferreirex

    (@ferreirex)

    Thank you for this,

    The product and image name still disappear with this new code, there is any other way?

    Plugin Support CodeWooGeek Support

    (@codewoogeeksupport)

    Hello there,

    To assist you more effectively, could you please provide additional information about the specific product and image names that disappear after implementing the new code mentioned in your query? Additionally, sharing screenshots of the issue both before and after the code update would be incredibly helpful in understanding your needs and tailoring our solution accordingly.

    Let us know.

    Thanks.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘how to hide in an section’ is closed to new replies.