Title: rayled's Replies | WordPress.org

---

# rayled

  [  ](https://wordpress.org/support/users/rayled/)

 *   [Profile](https://wordpress.org/support/users/rayled/)
 *   [Topics Started](https://wordpress.org/support/users/rayled/topics/)
 *   [Replies Created](https://wordpress.org/support/users/rayled/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/rayled/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/rayled/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/rayled/engagements/)
 *   [Favorites](https://wordpress.org/support/users/rayled/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MouseWheel Smooth Scroll] Conflict Lenis and Popup Maker + Contact Form 7](https://wordpress.org/support/topic/conflict-lenis-and-popup-maker-contact-form-7/)
 *  Thread Starter [rayled](https://wordpress.org/support/users/rayled/)
 * (@rayled)
 * [1 year, 6 months ago](https://wordpress.org/support/topic/conflict-lenis-and-popup-maker-contact-form-7/#post-18256409)
 * The problem was solved for me, thanks! In the popup-maker plugin there is a file:
 * `\wp-content\plugins\popup-maker\templates\popup.php`
 * There is a line: `<div id="pum-<?php…`
 * I added `data-lenis-prevent` to this DIV. LENIS started working correctly. But
   of course I can’t change the code in the plugin, because it is constantly updated.
   So I had to add JS to my child theme:
 * `document.addEventListener('DOMContentLoaded', function () {
   var popupElement
   = document.getElementById('pum-45');if (popupElement) {popupElement.setAttribute('
   data-lenis-prevent', '');}});
 * `pum-45` here is the `id` of my specific popup window. Other people will have
   a different number.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MouseWheel Smooth Scroll] Conflict Lenis and Popup Maker + Contact Form 7](https://wordpress.org/support/topic/conflict-lenis-and-popup-maker-contact-form-7/)
 *  Thread Starter [rayled](https://wordpress.org/support/users/rayled/)
 * (@rayled)
 * [1 year, 6 months ago](https://wordpress.org/support/topic/conflict-lenis-and-popup-maker-contact-form-7/#post-18256141)
 * Overall, LENIS works. The problem is only with what I described above, at least
   I haven’t found any other problems. But this problem prevents me from using LENIS.
   So far I’ve been using GBLAZEX, it works as expected. To be honest, I haven’t
   decided yet which scroll is better, but for now there are no alternatives for
   me. There are no errors in the browser console.
    -  This reply was modified 1 year, 6 months ago by [rayled](https://wordpress.org/support/users/rayled/).
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[MouseWheel Smooth Scroll] Funziona bene ma solo su Chrome](https://wordpress.org/support/topic/funziona-bene-ma-solo-su-chrome/)
 *  [rayled](https://wordpress.org/support/users/rayled/)
 * (@rayled)
 * [2 years, 4 months ago](https://wordpress.org/support/topic/funziona-bene-ma-solo-su-chrome/#post-17506409)
 * Locomotive Scroll [demo page](https://locomotivemtl.github.io/locomotive-scroll/)
   works in Safari. But I’m interested in your plugin because I only need smooth
   scrolling. However, I would like it to work in all popular browsers

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