Secondly, i want to enable the scroll down mechanic when i hover a block that isnt part of the theme ( exemple, when mouse enter youtube embed, you can't scroll anymore )
I really need to scroll on thoses blocks because they take the full width of the page
The smooth scroll library hijacks all scroll events however since the video embeds are displayed in an iframe it does capture the mouse events inside it.
Hello !
I dont found the option to disable magic cursor.
Secondly, i want to enable the scroll down mechanic when i hover a block that isnt part of the theme ( exemple, when mouse enter youtube embed, you can't scroll anymore )
I really need to scroll on thoses blocks because they take the full width of the page
Best regards
SIMON
Hello Simon,
to disable the magic cursor, try adding
#magic-cursor{
display: none;
}
in customizer -> additional CSS
I think the solution to enable scrolling over wp video embeds is to disable smooth scrolling on customizer -> general settings
https://prnt.sc/10wxqs1
The smooth scroll library hijacks all scroll events however since the video embeds are displayed in an iframe it does capture the mouse events inside it.
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Thanks it works perfectly now !