• Resolved Tnace

    (@radiocure1)


    For some reason I set Sassy Social Share to display at the end of the post and they are displaying twice, one at the end of the post and one below the footer. Not sure why it’s rendering twice, any help?

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

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author Heateor Support

    (@heateor)

    Seems something specific to the theme you are using.
    You can add following CSS in the Custom CSS option in Miscellaneous section at plugin options page in admin to remove the duplicate icons:

    div.jeg_vc_content div.heateor_sss_sharing_container{
        display: none;
    }
    Thread Starter Tnace

    (@radiocure1)

    I’m not sure how this is a theme error as nothing else is showing up duplicate, only this plugin. I don’t want to simply hide it with css, but to fix the underlying issue. Can you help resolve this or else I will have to remove the plugin

    Plugin Author Heateor Support

    (@heateor)

    I didn’t mentioned it’s a theme error. I meant, it’s related to how your active theme utilizes the_content WordPress hook which plugin uses to integrate the social share icons.
    Are you using any custom page/post editor to render webpages?

    Thread Starter Tnace

    (@radiocure1)

    Yes, I am using a custom footer and perhaps that’s the issue. Is there a way to prevent the duplicate sharing icons?

    Plugin Author Heateor Support

    (@heateor)

    If you let me know which plugin you are using to create footer would be able to tell you how to prevent icons to appear in footer.

    Thread Starter Tnace

    (@radiocure1)

    Yes, I am using WPBakery Page Builder to build the footer

    Plugin Author Heateor Support

    (@heateor)

    At the moment, only way to fix it is using the CSS I posted above. Will consider it for upcoming releases so that the same could be done in a more user friendly way.

    Thread Starter Tnace

    (@radiocure1)

    Ok, thanks.

    Plugin Author Heateor Support

    (@heateor)

    No problem.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Social Share Plugins Appearing Below Footer’ is closed to new replies.