Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • 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

    https://www.webhugh.com/

    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.

    https://www.webhugh.com/

Viewing 2 replies - 1 through 2 (of 2 total)