I am using the plugin OnePage Scroll by peachananr to make my site a one-page scrollable site. I am running into issues with the mouse wheel events in Firefox specifically, which is making my site navigation break. Specifically I can only scroll up. Does anybody know how to fix this issue? There doesn't seem to be any specific errors on the console.
Thank you!
Plugin site: https://github.com/peachananr/onepage-scroll
My site: http://bmgzstrategies.com/new_site/
Sorry, this issue was caused by some interactions between two plugins I was using. I deleted one of the plugins and the issue was solved. Thanks!
Related
I am interested in hearing from anyone who has experienced this problem in the past or has any idea what the cause might be.
I am using the FullCalendar V3 library and when I click on the more events pop over the scrollbar does not work and I cannot scroll down to see all of the events.
The scroll bar does not work on Google Chrome Version 87.0.4280.141 however I have checked it on Firefox 84.0.2 and it scrolls ok on that browser.
I have not changed any of the library code and I have the impression it is some JavaScript that is the cause but would not know where to start.
Thank you in advance for any ideas.
Below is the popover in question:
This is caused due to a chrome smooth scrolling issue. Assuming you have no control over the browser side and therefor cannot disable that feature. Applying this to the scrolling container inside the popup should fix the issue.
pointer-events: auto !important
Note the selector I used was.
.fc-more-popover .fc-body.fc-widget-content .fc-event-container
When using the middle Mousebutton (click once and drag) to scroll the table, the browser reliably stops scrolling after a second. This only happens in Chrome's latest build (61.0.3163.100), it definitely did not happen before.
Slickgrid Demo to illustrate the problem. http://mleibman.github.io/SlickGrid/examples/example1-simple.html
Does anyone know what causes this? It is not a slickgrid specific problem. I noticed this behaviour with several other virtual-scroll table frameworks.
This happened by using jquery smooth scroll library outdated version.
I got solution from here,
forum help
Now Updated version you get from here,
Hope this solution solve your problem.
Turns out it is a chrome bug: https://bugs.chromium.org/p/chromium/issues/detail?id=769390
I have seen a few themes that have managed to implement a nice smooth scrolling effect on web pages that you usually get with mac's and not windows based browsers:
http://themeforest.net/item/elantra-2015-elegant-personal-blogging-theme/full_screen_preview/10576274
http://demo.bossthemes.com/claudine_watches/
Can anyone enlighten me as to how this is best achieved? Thanks!
The watch website is using this jQuery plugin: https://gist.github.com/salipro4ever/35ba6d9e61cade99a0c2
Ok, so I need to use Light CMS for a client's site, but I am having an issue with the slideshows on touch devices. Touch is very important for this site and we need it to operate well in chrome. I simply want to touch the images to scroll to the next and I just can't figure it out. I know very little about JQuery. I set up a basic example page with how the slideshows run in this CMS. I have googled for weeks and exhausted my self over this. If anyone can help me figure this out I would GREATLY appreciate it!
slideshowexample.publishpath.com
there
I have been using the pagePiling.js library for creating a scrollable website, and used the pp-scrollable class for allowing scroll for contents that are huge so that the user can scroll through the section content before moving on to another section.
The functionality is working fine on desktop browsers but isn't working on mobile browsers.
Has anyone had any similar issues with the plugins, if so please any help or tips is welcome.
Thanks,