Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author WPXPO

    (@wpxpo)

    Hi @efbacon,

    Thank you using our post blocks plugin. I have checked your issue but this is not our plugins issue. This problem arose because of the others Plugin or Theme conflicts. You can try to deactivate social share related plugin/theme.

    Note: For any help please email us. Here is our support email [email protected].

    Have a nice day.

    Thread Starter efbacon

    (@efbacon)

    Well of course if I disabled the social share plugin, then they would not appear in the excerpt. Other code that can display post excerpts has been implemented in a fashion so as to not show the social share links and icons. I think if you try just a bit you might be able to do the same. The share links are probably wrapped in a css class that you can strip out.

    Plugin Author WPXPO

    (@wpxpo)

    Hi @efbacon,

    Please add the below CSS within your theme style.css file. Hope your issue will be solved.

    .ultp-block-excerpt .sharedaddy {
    display: none !important;
    }

    Have a nice day.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Excerpt includes social media links’ is closed to new replies.