Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Andrew Yates

    (@andy7629)

    This should now be resolved in version 5.3.1. Let me know if that isn’t the case for you.

    I’ve got the solution for you.

    As Andrew told the problem is gone for new WordPress but for the old ones the issue is still there. I too faced the same issue. Installed multiple times the new version and deleted and reinstalled again but no success.

    The Solution is:

    Apply // comment: $dd_floating_bar = “<div class=’dd_outer’><div class=’dd_inner’>” . $floatButtonsContainer . “</div></div>” . $floatingJSOptions . $floatingJS . $dd_lazyLoad_scheduler_script . $dd_lazyLoad_jQuery_script;

    You will find this code in /wp-content/plugins/digg-digg/digg-digg.php –> line number 356

    After commenting and uploading digg-digg.php the issue will be resolved.

    http://www.webhugh.com/

    Here is the solution for the old WordPress Websites where the issue still exists.

    Apply // Comment to: $dd_floating_bar = "<div class='dd_outer'><div class='dd_inner'>" . $floatButtonsContainer . "</div></div>" . $floatingJSOptions . $floatingJS . $dd_lazyLoad_scheduler_script . $dd_lazyLoad_jQuery_script;

    You will find this code in /wp-content/plugins/digg-digg/digg-digg.php

    http://www.webhugh.com/

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘LinkedIn Double Button’ is closed to new replies.