Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1757602
Recipe pages showing 2 social sharing buttons
Closed

Comments

  • Christina Erickson started the conversation

    Social sharing buttons appear twice at the end of this post that contains a recipe. The sharing buttons do not appear twice at the end of any other posts. I have reached out to the social sharing widget support and they have recommended using another theme. I switched social sharing widgets and the same problems persists.

  •  2,699
    PenciDesign replied

    Hi,

    Please try add more this code to Customize > Custom CSS to fixed that issues:

    .penci-recipe .swp_social_panel{
        display: none !important;
    }
    

    Best Regards,

    PenciDesign

  • Christina Erickson replied

    I changed the social sharing plugin. Do I need a new code? Having the problem again.

    https://www.travelmavenmama.com/tastiest-after-trip-meal/

  •  2,699
    PenciDesign replied

    Hi,

    Please add more this code to Customize > Custom CSS to do that:

    .penci-recipe .sfsi_Sicons {
        display: none !important;
    }
    

    Best Regards,

    PenciDesign