close
BERJAYA
BERJAYA

Smooth Custom Cursor

설명

Smooth Custom Cursor replaces the default browser cursor with a beautiful animated dot + ring cursor effect. Fully customizable from the WordPress admin panel.

Features:
* Smooth lagging ring animation using requestAnimationFrame
* Magnetic scale effect on hover over links and buttons
* Customizable cursor color (color picker)
* Customizable cursor size
* Option to disable on mobile/touch devices
* Hides cursor when mouse leaves the browser window
* Zero dependencies — pure vanilla JavaScript
* Lightweight and performance-optimized

설치

  1. Upload the smooth-custom-cursor folder to the /wp-content/plugins/ directory, or install directly via Plugins > Add New in WordPress admin.
  2. Activate the plugin through the Plugins menu.
  3. Go to Settings > Cursor Ultimate to configure the cursor color, size, and mobile behavior.

FAQ

Does it work with all themes?

Yes. The plugin injects the cursor elements via wp_footer and loads styles/scripts on all frontend pages.

Can I disable it on mobile?

Yes. In Settings > Cursor Ultimate, check the “Disable on Mobile” option.

Why does my default cursor still show?

Make sure no other plugin or theme CSS is overriding cursor: none. The plugin sets cursor: none !important on all elements.

What WordPress version is required?

WordPress 5.8 or higher.

후기

BERJAYA
2026년 5월 19일
I started using this plugin as soon as it launched and I’m really liking it so far. The cursor animation feels smooth and clean, and it adds a nice modern touch to my site without being distracting. Setup was quick and everything worked perfectly with my theme right away. Simple plugin, but it does exactly what I needed.
모든 1 평가 읽기

기여자 & 개발자

“Smooth Custom Cursor”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Smooth Custom Cursor”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

2.1

  • Fixed: CSS variables now injected via wp_add_inline_style
  • Fixed: All functions and options prefixed with smoocucu_
  • Fixed: POST inputs now use isset, wp_unslash and sanitization
  • Fixed: ABSPATH check added to all PHP files
  • Security: Nonce verification on settings form
  • Security: Capability check on settings page
  • Improved: Cursor hides when mouse leaves browser window

2.0

  • Initial release.