• Very good plugin, that I improved myself to resolve a little bug on mobiles.
    Since in mobile devices the scrolling widget overwrites the footer I modified the JS.
    The scrolling function is now closed inside this if condition
    if( (window.innerWidth || document.documentElement.clientWidth) > 1200) {
    }
    So the widget scrolls only in wide screens, under 1200px is fixed

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Very good plugin, missing 5 star…but…’ is closed to new replies.