Viewing 3 replies - 1 through 3 (of 3 total)
  • Yes I had the same here for my custom Tumblr button…

    Only started after updating.

    Solved by changing the following line in the simple-share-buttons-adder/simple-share-buttons-adder.php file.

    Line 1363

    // show custom image
    $htmlShareButtons .= '<img src="' . $arrSettings['ssba_custom_print'] . '" title="tumblr" class="ssba" alt="share on Tumblr" />';

    to

    // show custom image
    $htmlShareButtons .= '<img src="' . $arrSettings['ssba_custom_tumblr'] . '" title="tumblr" class="ssba" alt="share on Tumblr" />';

    Hope it helps.

    Thanks Jammy for the fix.

    I just modified the file. Worked like a charm. Woot!

    TxCowboyDancer Designs

    Thread Starter KevinX

    (@designcat)

    Yes that works :), thanks!!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Tumblr IMG not showing since update’ is closed to new replies.