Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Konstantinos Kouratoras

    (@kouratoras)

    This is a good feature, indeed. I will take into account in future update. Thank you.

    Hi i just saw this topic and i have done what staceyvaz wants.
    I use waypoints js to analyze the scroll position so it could be different for you.

    I modify the plugin-shortcode.php file and add my waypoint function juste below the shortcode declaration. I also add more option to be able to draw donut for example and the id.

    In my waypoint function i just use g'.$id.'.refresh('.$value.'); where id is also a modification because your $gid was a random and don’t know really why it has never work so i change that to $id which is $id = (isset($atts['id'])) ? $atts['id'] : $gid;.

    If you want my code modification i could send you.

    Hope this help

    CcHuMi

    Plugin Author Konstantinos Kouratoras

    (@kouratoras)

    Hi cchumi!

    Thank you for your feedback. Could you send me your code modification to kouratoras[at]gmail[dot]com? This would be a great addition to my plugin.

    Email sent .

    Hope you can integrate this the more generic way.

    CcHuMi

    Plugin Author Konstantinos Kouratoras

    (@kouratoras)

    Thank you sir!

    Hi,
    I’m interested in this code, is it possible to share it please ?
    Thank you and congrats for your nice job !

    Plugin Author Konstantinos Kouratoras

    (@kouratoras)

    I will integrate this piece of code in next update, so stay tuned… ??

    Ok thank you, I stay tuned ! ??

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘load after scoll?’ is closed to new replies.