How to fix preventDefault error in OceanWP main.jsHow to validate an email address in JavaScriptHow do JavaScript closures work?How do I check if an element is hidden in jQuery?How do I remove a property from a JavaScript object?How do I redirect to another webpage?How do I include a JavaScript file in another JavaScript file?How to replace all occurrences of a string?How to check whether a string contains a substring in JavaScript?How do I remove a particular element from an array in JavaScript?How do I return the response from an asynchronous call?
Where should I draw the line on follow up questions from previous employer
Old scifi book featuring krakens attacking humans
How can I throw a body?
How can I fix cracks between the bathtub and the wall surround?
What's the difference between a variable and a memory location?
Journal published a paper, ignoring my objections as a referee
Why did Lucius make a deal out of Buckbeak hurting Draco but not about Draco being turned into a ferret?
What should be done with the carbon when using magic to get oxygen from carbon dioxide?
Do multi-engine jets need all engines with equal age to reduce asymmetry in thrust and fuel consumption arising out of deterioration?
Group riding etiquette
Create a list of snaking numbers under 50,000
How to handle inventory and story of a player leaving
Convert shapefille to KML
Why does `buck` mean `step-down`?
In Endgame, wouldn't Stark have remembered Hulk busting out of the stairwell?
RAID0 instead of RAID1 or 5, is this crazy?
Why is there no Disney logo in MCU movies?
Did ancient peoples ever hide their treasure behind puzzles?
Why does this London Underground poster from 1924 have a Star of David atop a Christmas tree?
Is there a way to tell what frequency I need a PWM to be?
Why does the weaker C–H bond have a higher wavenumber than the C=O bond?
Why do IR remotes influence AM radios?
Scaling arrows.meta with tranform shape
Idiomatic way to create an immutable and efficient class in C++?
How to fix preventDefault error in OceanWP main.js
How to validate an email address in JavaScriptHow do JavaScript closures work?How do I check if an element is hidden in jQuery?How do I remove a property from a JavaScript object?How do I redirect to another webpage?How do I include a JavaScript file in another JavaScript file?How to replace all occurrences of a string?How to check whether a string contains a substring in JavaScript?How do I remove a particular element from an array in JavaScript?How do I return the response from an asynchronous call?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I am ussing OceanWP on my wordpress site and have preventDefault issue after Chrome update.
[Intervention] Unable to preventDefault inside passive event listener due to target being treated as passive. See
Tried adding passive: false in all places where I had preventDefault
Scrolling is very glitchy due to this issue.
javascript wordpress google-chrome events preventdefault
add a comment |
I am ussing OceanWP on my wordpress site and have preventDefault issue after Chrome update.
[Intervention] Unable to preventDefault inside passive event listener due to target being treated as passive. See
Tried adding passive: false in all places where I had preventDefault
Scrolling is very glitchy due to this issue.
javascript wordpress google-chrome events preventdefault
add a comment |
I am ussing OceanWP on my wordpress site and have preventDefault issue after Chrome update.
[Intervention] Unable to preventDefault inside passive event listener due to target being treated as passive. See
Tried adding passive: false in all places where I had preventDefault
Scrolling is very glitchy due to this issue.
javascript wordpress google-chrome events preventdefault
I am ussing OceanWP on my wordpress site and have preventDefault issue after Chrome update.
[Intervention] Unable to preventDefault inside passive event listener due to target being treated as passive. See
Tried adding passive: false in all places where I had preventDefault
Scrolling is very glitchy due to this issue.
javascript wordpress google-chrome events preventdefault
javascript wordpress google-chrome events preventdefault
asked Mar 27 at 22:06
Austris BalodisAustris Balodis
113 bronze badges
113 bronze badges
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
turn off smooth scroll.
Admin area > theme panel > smoothscroll switch off
add a comment |
I also had same issue in my Wordpress website (Only chrome).
I added this MouseWheel Smooth Scroll By KubiQ plugin in my website. And now scroll issue is resolved.
Hi, thanks for your input, I used Chases method and it worked just fine and was super simple!
– Austris Balodis
Apr 15 at 19:58
Okay. That's great..!!
– ipmessanger
Apr 17 at 6:20
add a comment |
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55387201%2fhow-to-fix-preventdefault-error-in-oceanwp-main-js%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
turn off smooth scroll.
Admin area > theme panel > smoothscroll switch off
add a comment |
turn off smooth scroll.
Admin area > theme panel > smoothscroll switch off
add a comment |
turn off smooth scroll.
Admin area > theme panel > smoothscroll switch off
turn off smooth scroll.
Admin area > theme panel > smoothscroll switch off
answered Mar 30 at 18:41
Chase RogersChase Rogers
11 bronze badge
11 bronze badge
add a comment |
add a comment |
I also had same issue in my Wordpress website (Only chrome).
I added this MouseWheel Smooth Scroll By KubiQ plugin in my website. And now scroll issue is resolved.
Hi, thanks for your input, I used Chases method and it worked just fine and was super simple!
– Austris Balodis
Apr 15 at 19:58
Okay. That's great..!!
– ipmessanger
Apr 17 at 6:20
add a comment |
I also had same issue in my Wordpress website (Only chrome).
I added this MouseWheel Smooth Scroll By KubiQ plugin in my website. And now scroll issue is resolved.
Hi, thanks for your input, I used Chases method and it worked just fine and was super simple!
– Austris Balodis
Apr 15 at 19:58
Okay. That's great..!!
– ipmessanger
Apr 17 at 6:20
add a comment |
I also had same issue in my Wordpress website (Only chrome).
I added this MouseWheel Smooth Scroll By KubiQ plugin in my website. And now scroll issue is resolved.
I also had same issue in my Wordpress website (Only chrome).
I added this MouseWheel Smooth Scroll By KubiQ plugin in my website. And now scroll issue is resolved.
answered Apr 12 at 7:02
ipmessangeripmessanger
11 bronze badge
11 bronze badge
Hi, thanks for your input, I used Chases method and it worked just fine and was super simple!
– Austris Balodis
Apr 15 at 19:58
Okay. That's great..!!
– ipmessanger
Apr 17 at 6:20
add a comment |
Hi, thanks for your input, I used Chases method and it worked just fine and was super simple!
– Austris Balodis
Apr 15 at 19:58
Okay. That's great..!!
– ipmessanger
Apr 17 at 6:20
Hi, thanks for your input, I used Chases method and it worked just fine and was super simple!
– Austris Balodis
Apr 15 at 19:58
Hi, thanks for your input, I used Chases method and it worked just fine and was super simple!
– Austris Balodis
Apr 15 at 19:58
Okay. That's great..!!
– ipmessanger
Apr 17 at 6:20
Okay. That's great..!!
– ipmessanger
Apr 17 at 6:20
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55387201%2fhow-to-fix-preventdefault-error-in-oceanwp-main-js%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown