• To add this functionality:

    1. Edit /wp-content/plugins/daskal/js/common.js
    2. Modify daskal.step function to:

    Daskal.step = function(cnt, postID) {
        // hide all steps
        jQuery('.daskalParts-'+postID).hide();
        jQuery('#daskalPart-'+cnt+'-'+postID).show();
        var element = document.getElementsByClassName('daskal_tutorial')[0];
        element.scrollIntoView();
    }

    https://ww.wp.xz.cn/plugins/daskal/

The topic ‘Adding Auto Scroll Up’ is closed to new replies.