• Resolved tomacsh

    (@tomacsh)


    Hello,
    I want to remove the sharing buttons from my product pages. I don’t see an option for this in Ultimate Product Catalog. Now syncing with WooCommerce, it seems the Product page settings are overriding what is in Ultimate Product Catalog.
    I try to delete this code from Ultimate Product Catalog, i.e. on this page.
    https://melsmunchies.com/products/cakes/chocolate-on-chocolate/chocolate-on-chocolate-cake-8/
    <div class=’sfsi_Sicons’ style=’width: 100%; display: inline-block; vertical-align: middle; text-align:left’><div style=’margin:0px 8px 0px 0px; line-height: 24px’><span>Please follow and like us:</span></div><div class=’sfsi_socialwpr’><div class=’sf_subscrbe’ style=’text-align:left;vertical-align: middle;float:left;width:93px’><span class=”bot_no”>157</span></div><div class=’sf_fb’ style=’text-align:left;vertical-align: middle;width:125px’><div class=”fb-like” href=”” width=”180″ send=”false” showfaces=”false” action=”like” data-share=”true”data-layout=”button_count” ></div></div></div></div>
    When I delete it and save changes, it comes right back.
    When I go to Product Catalog under WooCommerce and uncheck the “Show Sharing buttons,” the buttons do disappear, but, like any time I make any edits there in WooCommerce, that Product is removed from my Ultimate Catalog and I have to go back and add it to a Category and Sub-category again…Very frustrating and confusing!
    Please advise, and thanks.

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

Viewing 1 replies (of 1 total)
  • Hi tomacsh,

    The easiest way to get rid of the share section would be to hide it with CSS.

    To do this, you can try going to “Appearance”-> “Customize” -> “Additional CSS”, then adding this code:

    .woocommerce-Tabs-panel .sfsi_Sicons {
        display: none!important;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Product page—Removing Sharing buttons + junk code’ is closed to new replies.