$conf, $runtime; function_exists('chdir') AND chdir(APP_PATH); $r = 'mysql' == $conf['cache']['type'] ? website_set('runtime', $runtime) : cache_set('runtime', $runtime); } function runtime_truncate() { global $conf; 'mysql' == $conf['cache']['type'] ? website_set('runtime', '') : cache_delete('runtime'); } register_shutdown_function('runtime_save'); ?>plugins - how to make vertical slider slide-in just as much as the mouse scrolls|Programmer puzzle solving
最新消息:Welcome to the puzzle paradise for programmers! Here, a well-designed puzzle awaits you. From code logic puzzles to algorithmic challenges, each level is closely centered on the programmer's expertise and skills. Whether you're a novice programmer or an experienced tech guru, you'll find your own challenges on this site. In the process of solving puzzles, you can not only exercise your thinking skills, but also deepen your understanding and application of programming knowledge. Come to start this puzzle journey full of wisdom and challenges, with many programmers to compete with each other and show your programming wisdom! Translated with DeepL.com (free version)

plugins - how to make vertical slider slide-in just as much as the mouse scrolls

matteradmin8PV0评论
Closed. This question is off-topic. It is not currently accepting answers.

Your question should be specific to WordPress. Generic PHP/JS/SQL/HTML/CSS questions might be better asked at Stack Overflow or another appropriate Stack Exchange network site. Third-party plugins and themes are off-topic for this site; they are better asked about at their developers' support routes.

Closed 8 days ago.

Improve this question

The vertical sliders I've tried behave inconsistently — sometimes user has to scroll twice to move to the next slide, other times even a slight scroll jumps to the next one. This makes for a poor user experience. I want smooth, consistent scrolling: the next slide should come into view naturally based on how much the user scrolls (like normal page scroll).

i am open to any guidance from you. i am ready to change the plugin altogether if you have something in mind. i am even ready to use custom code, but with a lot of help - because its not my expertise currently.

What I’ve tried:

(a) Smart Slider 3 plugin (b) Vertical Scroll widget from Premium Addons for Elementor plugin - both these plugins dont provide the functionality. they just bring in the next slide instantly. (c) I’m not considering custom coding from scratch. it seemed too much time consuming. (d) I’m not considering Slider Revolution due to its large size and performance issues.

What I don’t want:

Snap-to-section scroll like this: Premium Addons Demo /

my current sliders: /

What I do want (reference examples): I want my slider to behave like these sites.

Luminar site example /#:%7E:text=Track%20Your%20Finances%20with%20Ease

Athos site example /#:%7E:text=Our%20works%20are%20a%20blend%20of%20innovative%20thinking%20and%20practical%20solutions%2C%20ensuring%20they%20are%20both%20unique%20and%20effective

SYSTEM INFO according to elementor

== Server Environment == Operating System: Linux Software: LiteSpeed MySQL version: MariaDB Server v10.11.10-MariaDB-log PHP Version: 8.2.27 PHP Memory Limit: 2048M PHP Max Input Vars: 10000 PHP Max Post Size: 64M GD Installed: Yes ZIP Installed: Yes Write Permissions: All right Elementor Library: Connected

== WordPress Environment == Version: 6.8.1 Site URL: Home URL: WP Multisite: Yes Max Upload Size: 1 MB Memory limit: 256M Max Memory limit: 512M Permalink Structure: /blog/%year%/%monthnum%/%day%/%postname%/ Language: en_US Timezone: 0 Admin Email: [email protected] Debug Mode: Inactive

== Theme == Name: Hello Elementor Version: 3.3.0 Author: Elementor Team Child Theme: No

== User == Role: administrator WP Profile lang: en-US User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36 Edg/136.0.0.0

== Active Plugins == Premium Addons for Elementor Version: 4.11.6 Author: Leap13

WP File Manager Version: 8.0.1 Author: mndpsingh287

== Network Plugins == All-in-One WP Migration Unlimited Extension Version: 2.59 Author: ServMask

All-in-One WP Migration With Import Version: 6.77 Author: ServMask

Elementor Version: 3.28.4 Author: Elementor

Multisite Header Footer Sync Version: 1.0.0 Author: Your Name

Multisite Site Creator Pro (Refactored) Version: 2.4.0 Author: Your Name

Premium Addons for Elementor Version: 4.11.6 Author: Leap13

Smart Slider 3 Version: 3.5.1.27 Author: Nextend

Ultimate Addons for Elementor Lite Version: 2.3.0 Author: Brainstorm Force

WordPress Backup & Security Plugin - BlogVault Version: 5.93 Author: Backup by BlogVault

WP File Manager Version: 8.0.1 Author: mndpsingh287

== Must-Use Plugins == Hostinger Smart Auto Updates Version: 1.0.7 Author: Hostinger

set-default-theme.php Version: Author:

== Elementor Experiments == Inline Font Icons: Active by default Additional Custom Breakpoints: Active by default Container: Active by default Optimized Markup: Inactive by default Load Google Fonts locally: Active by default Header & Footer: Active by default Nested Elements: Active by default Editor Top Bar: Active by default Pages Panel: Inactive by default Element Caching: Active by default Elementor Home Screen: Active by default Elementor Editor Events: Inactive by default Atomic Widgets: Inactive by default Global Classes: Inactive by default Launchpad Checklist: Active by default Cloud Library: Inactive by default

== Log == JS: showing 7 of 7JS: 2025-04-23 14:47:48 [error X 7][.min.js?ver=3.28.4:2:2913] elementor_new_template_form_controls is not defined JS: 2025-04-23 14:47:49 [error X 1][.min.js?ver=3.28.4:2:63978] elementor is not defined JS: 2025-04-23 14:50:34 [error X 50][.php?c=0&loadchunk_0=jquery-core,jquery-migrate,utils,wp-hooks&ver=6.8:2:28760] Cannot read properties of undefined (reading 'value') JS: 2025-04-30 14:25:21 [error X 1][.min.js?ver=3.28.4:3:651345] Cannot read properties of undefined (reading 'isDesignable') JS: 2025-05-02 10:42:19 [error X 20][.min.js?ver=3.28.4:3:819122] Cannot read properties of undefined (reading 'localized') JS: 2025-05-08 15:50:38 [error X 1][.marionette.min.js?ver=2.4.5.e1:24:19952] View (cid: "view14267") has already been destroyed and cannot be used. JS: 2025-05-08 15:50:38 [error X 2][.min.js?ver=3.28.4:2:12835] Cannot read properties of undefined (reading 'attributes')

== Elementor - Compatibility Tag == Premium Addons for Elementor: Compatible

Post a comment

comment list (0)

  1. No comments so far