• Resolved PSanma

    (@psanma)


    Hello!

    The plugin is great and seems to be working fine in all pages except for the portfolio with social sharing. When enabled there it appears twice (whether using standard or floating, two instances will appear of the same type). Disabling on any one portfolio item will disable both instances.

    Any idea what may be causing this?

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

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

    (@heateor)

    Hi,

    Seems something related to how this custom post/page is being rendered. Let us know which set of icons you want to hide, one at the bottom or those at the right?

    Thread Starter PSanma

    (@psanma)

    Hi Heateor,

    Preferably I’d like to remove the one at the bottom, but if you have code readily available for each case I’d love to try both out; if you don’t, just removing the bottom one is fine.

    Thank you!

    Plugin Author Heateor Support

    (@heateor)

    Sorry for the late reply. Try adding following CSS in the Custom CSS option at Super Socializer > General Options page in admin area:

    div.portfolio div.the_champ_horizontal_sharing{
        display: none;
    }
    div.psummary div.the_champ_horizontal_sharing{
        display: block !important;
    }
    Thread Starter PSanma

    (@psanma)

    Thank you, that did the trick!

    Plugin Author Heateor Support

    (@heateor)

    You’re welcome

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Social Sharing appears twice on portfolio.’ is closed to new replies.