• All of the other places that the social share buttons appear they are floating nicely and work great. On my shop page they appear boxy and in multiple places. Would love insight/help on why they don’t work correctly on the shop page.

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

Viewing 1 replies (of 1 total)
  • Hey @christinetrevino!

    This is a visual bug in our latest release of Grow Social. We’ve been making some improvements between Grow Social and WooCommerce but it looks like the buttons unintentionally show up on Shop pages with this latest release (and are missing the CSS required to style them).

    We have a fix planned for our next release, but until then you should be able to use the following CSS below:

    .woocommerce-shop .dpsp-content-wrapper {
    display: none !important;
    }

    You should be able to toss that into the Additional CSS section in WordPress and it should remove those buttons for now until that release happens!

Viewing 1 replies (of 1 total)
  • The topic ‘Shop Page Social Share buttons are wonky’ is closed to new replies.