Title: Problem with scroll
Last modified: August 21, 2016

---

# Problem with scroll

 *  [gambrinus777](https://wordpress.org/support/users/gambrinus777/)
 * (@gambrinus777)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/problem-with-scroll-1/)
 * Hi,
    great wordpress theme… I have two problems: 1. the video doesn’t play over
   iphone, and I think is correct, but I see the button to launch the video. 2. 
   When I click on the menu the page scroll to the selected anchor but it stop under
   the page title. If I click starting from the end of the page it scroll right 
   and stop over page title. Why? Is possible to solve it modifying the code?
 * Thanks,
    Stefano

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

 *  [nprib](https://wordpress.org/support/users/nprib/)
 * (@nprib)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/problem-with-scroll-1/#post-5017616)
 *  [nprib](https://wordpress.org/support/users/nprib/)
 * (@nprib)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/problem-with-scroll-1/#post-5017617)
 * Hi,
 * I’ve got the same problem than you (problem #2).
    Did you find something ?
 * I could program something, but I’haven’t a lot of time …
 * Thx
 *  [lukawoo](https://wordpress.org/support/users/lukawoo/)
 * (@lukawoo)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/problem-with-scroll-1/#post-5017625)
 * Have the same issue with scrolling here, will try to figure it out in the next
   couple of days.
 * *it’s a variation of the [SMINT jQuery plugin](http://www.outyear.co.uk/smint/)
   
   I guess the solution somewhere in the wp-content/themes/onetone/js/jquery.smint.
   js
 *  [lukawoo](https://wordpress.org/support/users/lukawoo/)
 * (@lukawoo)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/problem-with-scroll-1/#post-5017626)
 * I’ve removed the lines below from the jquery.smint.js, making my home header 
   always fixed, and made the top margin of the .section-banner equal to .home-header
   height in css. Solved my scroll prob.
 * // if we scroll more than the navigation, change its position to fixed and add
   class ‘fxd’, otherwise change it back to absolute and remove the class
    if (scrollTop
   > stickyTop) { $(‘.smint’).parents(“.home-header”).css({ ‘position’: ‘fixed’ }).
   addClass(‘fxd’); } else { $(‘.smint’).parents(“.home-header”).css({ ‘position’:‘
   relative’}).removeClass(‘fxd’); } if(stickyTop>$(‘.smint’).height()){ $(‘.smint’).
   parents(“.home-header”).css({ ‘position’: ‘fixed’ }).addClass(‘fxd’); }

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

The topic ‘Problem with scroll’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/onetone/3.0.6/screenshot.jpg)
 * onetone
 * [Support Threads](https://wordpress.org/support/theme/onetone/)
 * [Active Topics](https://wordpress.org/support/theme/onetone/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/onetone/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/onetone/reviews/)

## Tags

 * [mobile](https://wordpress.org/support/topic-tag/mobile/)
 * [scroll](https://wordpress.org/support/topic-tag/scroll/)

 * 4 replies
 * 3 participants
 * Last reply from: [lukawoo](https://wordpress.org/support/users/lukawoo/)
 * Last activity: [11 years, 9 months ago](https://wordpress.org/support/topic/problem-with-scroll-1/#post-5017626)
 * Status: not resolved