You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey there,
I just found that neither the negative margin-top (in the 'vertical' direction) nor the negative margin-left (in the 'horizontal' direction) are being applied because the $('ul.onepage-pagination') doesn't belong to the 'el' object.
Hey there,
I just found that neither the negative margin-top (in the 'vertical' direction) nor the negative margin-left (in the 'horizontal' direction) are being applied because the $('ul.onepage-pagination') doesn't belong to the 'el' object.
Suggestion to solve this issue:
• https://github.com/peachananr/onepage-scroll/blob/master/jquery.onepage-scroll.js#L331 should be placed before the line 324.
• replace 'el.find(".onepage-pagination")' on both lines L326 and L329 with '$(".onepage-pagination")'.
Great work with the plugin, thanks for that and congratulations!
Best regards
The text was updated successfully, but these errors were encountered: