• Resolved zidatow

    (@zidatow)


    Hi,

    I updated the plugin and now on my image attachment pages I have a row of share buttons under the image and another row under the text for the image. Can I suppress one of these?

    Z

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

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

    (@davidoffneal)

    Hello @zidatow. I apologize for any inconvenience this issue has caused. It appears you’re theme is displaying both the media “caption” and the media “description”, which both call the “content” filter that is used to display our buttons.

    Unfortunately our plugin is not set up at this moment to control the display of the buttons on media attachment pages. For now your best bet is to add custom CSS hiding one set of the buttons. Here are css examples that should work for you:

    To hide the top set of buttons:
    .entry-attachment .ssbp-wrap { display: none!important; }

    To hide the bottom set of buttons:
    .entry-description .ssbp-wrap { display: none!important; }

    We will look into adding media attachment display controls in future versions of the plugin. Please let me know if I can be of any more assistance. Thanks!

    Plugin Author Simple Share

    (@davidoffneal)

    We are marking this resolved for now. Please feel free to reach out if you have any other issues. Thanks.

    Thread Starter zidatow

    (@zidatow)

    Thanks, that worked perfectly.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Duplicate buttons on image attachment page’ is closed to new replies.