As a newcomer to HTML/CSS/PHP, I am taking on the challenge of building a website using an existing WP theme called onetone with a sticky header feature. Despite customizing it extensively, I have encountered a frustrating issue with the header.
You can view the site here:
The problem arises when scrolling, as the header has a jerky jump before sticking to the top of the page; this behavior also occurs when scrolling back to the top.
(Please disregard any other errors, as the site is currently under construction)
After pinpointing the issue to a line in a javascript jQuery Parallax v1.1.3 script, I attempted replacing it with another script offering similar functionality. However, the problem persisted, leading me to believe that the unwanted styles affecting the header are embedded within the theme's code itself. Despite my efforts to adjust the CSS and PHP files, I have been unable to resolve the issue.
I have come across similar queries on Stack Overflow, but unfortunately, the solutions provided surpass my current level of expertise. While I grasp the nature of the problem, I find myself unable to rectify it in my specific scenario.
If anyone could offer assistance in resolving this matter, I would greatly appreciate it. I am more than willing to share any relevant sections of code for analysis.
Thank you for considering my request in advance.