Περιγραφή
This plugin removes the visible scrollbar from your website across all major browsers (Chrome, Firefox, Safari, Edge) using CSS techniques. It ensures that users can still scroll through the content without seeing the scrollbar, providing a cleaner and more modern look.
Εγκατάσταση
- Upload the
hide-scrollbarfolder to the/wp-content/plugins/directory, or install it directly from the WordPress Plugin Directory. - Activate the plugin through the ‘Plugins’ menu in WordPress.
- The scrollbar will be hidden automatically—no additional configuration needed!
Συχνές Ερωτήσεις
-
Does this plugin affect scrolling functionality?
-
No, it only hides the scrollbar visually. Users can still scroll using the mouse wheel, touch gestures, or keyboard.
-
Will it work with my theme?
-
Yes, the plugin uses high-priority CSS to ensure compatibility with most themes. If you encounter issues, feel free to report them in the support forum.
Συνεισφέροντες & Προγραμματιστές
“Hide Scrollbar Force” είναι λογισμικό ανοιχτού κώδικα. Οι παρακάτω έχουν συνεισφέρει στη δημιουργία του.
ΣυντελεστέςΜεταφράστε το “Hide Scrollbar Force” στην γλώσσα σας.
Ενδιαφέρεστε για την ανάπτυξη;
Περιηγηθείτε στον κώδικα, ανατρέξτε στο αποθετήριο SVN ή εγγραφείτε στο αρχείο καταγραφής αλλαγών ανάπτυξης μέσω RSS .
Σύνοψη αλλαγών
1.3
- Switched to wp_enqueue_style and wp_add_inline_style for WordPress standards compliance.
- Updated license to GPLv2 or later.
1.2
- Improved browser compatibility with forced CSS rules.
- Added higher priority to styles to prevent theme conflicts.
1.1
- Added wrapper technique for better content handling (later simplified).
1.0
- Initial release.