• Resolved vinnikiniki

    (@vinnikiniki)


    On the page in question i use inspect to find out the name of the thumbnail

    I think it is .etsy-shop-listing-card

    So i place that as follows into the option that says…EXCLUDE

    ‘.no-share,.etsy-shop-listing-card’

    However it’s not working, the share icons do not disappear

    Please advise, otherwise this plugin works great but i will need to uninstall if i cannot fix this issue!

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Flector

    (@flector)

    Your images don’t have “etsy-shop-listing-card” class.
    You can fix this problem with one string of code.
    Open cool-image-share.php, find function add_image_wrap_class (56 string) and add code:

    
    if ( is_page(1156) ) {return $content;}
    

    to 63 string.

    Thread Starter vinnikiniki

    (@vinnikiniki)

    Wow that worked a charm! Thank you so much , awesome plug in!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Cannot disable share option using CSS tag – help’ is closed to new replies.