• Resolved gmoney9

    (@gmoney9)


    Hi guys, I’m having an issue with the background conflicting with another plugin called Product Sales Count for WooCommerce.

    Anything I can do to fix it?

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

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

    (@cloudredux)

    Hi gmoney9,

    It sounds like you’re experiencing a conflict between your website’s background and the “Product Sales Count for WooCommerce” plugin. This kind of issue can sometimes arise when there are conflicting CSS styles. Not to worry, there is a solution to address this problem.

    The issue you’re facing is primarily due to CSS conflicts with the “Product Sales Count for WooCommerce” plugin. To resolve this, you can follow these steps:

    Add Custom CSS Code: You can add custom CSS code that will help fix the issue. We’ve tested this solution on a staging environment, and it should work well. Please add the following code to your website:

    .psc-sales-count-notice::after {
        content: "";
        display: block;
        clear: both;
    }
    

    Where to Add the Code: You can add this custom code to your WordPress theme’s style.css file, preferably within a child theme. This ensures that your changes won’t be overwritten when your theme is updated. If you’re not using a child theme, you can use a plugin like “WP Designer” or “Code Snippets” to add the custom CSS.

    Need Help Adding Custom CSS?: If you’re not sure how to add custom CSS to your website, you can check out this helpful article, which provides a step-by-step guide on how to add custom CSS to your WordPress site: How to Easily Add Custom CSS to Your WordPress Site.

    By following these steps, you should be able to resolve the conflict between your background and the “Product Sales Count for WooCommerce” plugin. If you encounter any further issues or have additional questions, feel free to ask for assistance.

    I hope this helps you get your website back on track. Let me know if you have any other questions or concerns!

    Plugin Author CloudRedux

    (@cloudredux)

    Closing the topic due to inactivity.

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