Viewing 7 replies - 1 through 7 (of 7 total)
  • Maybe you can try this for temporary fix.
    Change plugins/woocommerce/classes/integrations/sharethis/class-wc-sharethis.php on line 90 to

    $thumbnail = is_array(( $thumbnail_id = get_post_thumbnail_id( $post->ID ) )) ? current( $attachment_image_src ) : ”;

    Thread Starter chetan0412

    (@chetan0412)

    Thanks idoet

    its working perfectly…

    I had the same problem and it’s been driving me crazy! Your solution worked perfectly! Thank you very much!

    This solution was helpful but didn’t work for me. The problem in mine is that it shouldn’t say array. I downloaded the previous version and copied the old file. If it comes back in the next release, I’ll move the copy of the old file to my theme folder.

    ver. 2.0.13 line 90 says:
    $thumbnail = ( $thumbnail_id = get_post_thumbnail_id( $post->ID ) ) ? current(wp_get_attachment_image_src( $thumbnail_id, ‘large’ )) : ”;

    Thank you idoet, worked for me

    Ok so I am having a similar issue.
    I have woocommerce installed and it has share this section that asks me this:

    Share This Publisher ID: I have put this in correctly.

    Share This Code: `<!–<div class=”social”>
    <iframe src=”https://www.facebook.com/plugins/like.php?href={permalink}&layout=button_count&show_faces=false&width=100&action=like&colorscheme=light&height=21″ style=”border:none;overflow:hidden;width:100px;height:21px”></iframe>
    <span class=”st_twitter”></span><span class=”st_email”></span><span class=”st_sharethis”></span><span class=”st_plusone_button”></span>
    </div>–>

    This code was auto filled.

    My issue is when I go to my product and hit the share button nothing at all happens, in fact I can see this when I hover over it https://www.decalsandstickersalive/product/funny-car/#

    I have tried everything…. Please help you are my last hope ??

    BTW if you go to my website and hover over any of the products you will see they show extra options; whishlist, details and share, it is when you hit the share nothing happens. https://www.decalsandstickersalive.com

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Share this not working.’ is closed to new replies.