• Resolved se6bell2901

    (@se6bell2901)


    Hello, the button appears on images, including my header images. I only want it to hover over the images embedded in my post. Is this doable?

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support weblizar_support

    (@weblizar_support)

    Hi se6bell2901,

    If you want to view pinit button only on post you set the setting Show Pin It Button In Post check “yes” and if you want pinit button is not viewed on page set the setting Show Pin It Button In Page check “no”.

    check this screenshot

    Thanks.

    Thread Starter se6bell2901

    (@se6bell2901)

    yes, I did this, but the plugin is still not working correctly. I don’t want it to appear in my header images or my image on the home page. Is there a way to correct this?

    There are often photos on posts and pages that users would want to be able to exclude from having the pinterest icon show up.

    A few useful options this otherwise excellent plugin could desperately use would be a way to exclude the feature at a per-image level, as well as be able to enable/disable at a per page/post/category/taxonomy/conditional level. Also useful would be able to use this function on Custom Post Types.

    OP. You can hide the PIN yourself with CSS albeit, it’s a bit obnoxious.

    Just need to target the page or HTML element you want to remove the pin icon from and use a fuzzy CSS Selector like so:

    
    .home span[class^="PIN_"] {
    	display: none !important;
    }
    
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘button appears on all images’ is closed to new replies.