Commit Graph

55 Commits

Author SHA1 Message Date
3426a5f4ae fix: Accordion and toggle switch behavior - Fix accordion panels to stay open when clicked - Prevent toggle switch from reverting back to 'on' state - Ensure consistent 'Error Saving' message - Fix event propagation issues causing double triggers - Remove redundant event handlers causing yo-yo effect 2025-03-25 18:01:48 +00:00
bd3a19b04a refactor: Improve access control settings UI and functionality - Fix double notification issue when toggling feature - Improve AJAX handling with better error handling - Create consistent component design for role checkboxes - Improve notification display and positioning - Enhance toggle component with better header/content styling - Add responsive design for all screen sizes - Ensure expansion/collapse works correctly 2025-03-25 17:29:08 +00:00
e794126197 fix: Access control settings improvements - Revert role checkboxes layout to previous styling - Fix settings saving functionality with proper result checking - Update error message to 'Error Saving' - Only load functionality when settings are enabled - Use empty arrays as defaults for role settings 2025-03-25 17:13:53 +00:00
00134f8ffc fix: Improve access control settings UI and functionality - Add AJAX saving for toggle switches and role checkboxes - Fix notification styling and layout issues - Shorten error message to 'Error Saving' - Add proper spacing for notifications to prevent layout shifts - Ensure labels have minimum width to prevent wrapping - Add success/error notifications for all setting changes 2025-03-25 13:21:10 +00:00
57398ea7b4 feat: Add Admin Bar & Dashboard Control functionality - Add new Access Manager class for handling admin bar and dashboard access control - Implement role-based admin bar visibility control - Implement role-based dashboard access restrictions - Add expandable settings panels for role selection - Add responsive grid layout for role checkboxes - Set Guest, Subscriber, and Customer roles as default restricted roles - Update Settings Manager to display access control settings in advanced tab 2025-03-25 12:42:28 +00:00
223b0f6922 Update Modern Admin Colors description and fix color scheme toggle functionality 2025-03-25 02:57:25 +00:00
1654355939 Update description for Modern Admin Colors feature 2025-03-25 02:54:55 +00:00
5edc8c8467 Add Modern Admin Colors feature to customize admin color scheme 2025-03-25 02:51:34 +00:00
e19dfecd6c Fix AJAX functionality for theme Install and Activate buttons 2025-03-25 02:31:50 +00:00
ff306ed32c Fix AJAX functionality for Install Now and Activate buttons 2025-03-25 02:29:01 +00:00
62f368756a Fix missing hover effects for hosting and tools tiles to match Pro Plugins section 2025-03-25 02:01:38 +00:00
2998604468 Align buttons to left, fix readme panel width, and ensure consistent 700px width for all tab content 2025-03-25 01:40:21 +00:00
d89ecc5548 Fix single column layout for Pro Plugins, Hosting, and Tools tabs with inline CSS 2025-03-25 01:36:37 +00:00
a467a6aa10 Remove duplicate 'Read Me' title from readme tab content 2025-03-25 01:27:58 +00:00
09aebfcc98 Fix numbered list indentation to match bullet lists with dedicated class and targeted CSS 2025-03-24 22:33:07 +00:00
c16e1d62fd Comprehensive fix for list styling in readme with improved markdown parser and CSS 2025-03-24 22:29:01 +00:00
19cd4d3355 Add support for numbered lists in Read Me tab with consistent styling 2025-03-24 22:17:38 +00:00
9cd079206f Fix Pricing buttons to always use green styling with dedicated class and CSS rules 2025-03-24 22:11:04 +00:00
1eb732684b Add green styling to secondary buttons and Visit Website button across the plugin 2025-03-24 22:00:08 +00:00
a4b594c0e2 Update Go Pro buttons to use darker green colors with consistent hover states 2025-03-24 21:52:39 +00:00
5f90586044 Add hover effect for Go Pro buttons to make green darker on hover 2025-03-24 21:45:09 +00:00
a2b7ba6d72 Rename About tab to Read Me and display README.md content 2025-03-24 21:37:09 +00:00
28f87f689e Add About tab with markdown support 2025-03-24 21:30:03 +00:00
d2e8cc858c Add direct inline style to set 22px spacing between filter menu and plugin content 2025-03-24 21:16:53 +00:00
8fa4b67da9 Preserve previous category order in dynamically generated Free Plugins menu 2025-03-24 20:43:14 +00:00
673d4a60fd Make Free Plugins filter menu dynamically generated from data file 2025-03-24 20:40:52 +00:00
4d671d5901 Update Free Plugins filter menu to show all available categories 2025-03-24 20:38:51 +00:00
0c96faaf60 Fix loading spinner positioning on Free Plugins tab 2025-03-24 20:34:15 +00:00
83d7debe54 Fix security token verification in Free Plugins tab 2025-03-24 20:28:33 +00:00
ccc57dc72b Fix duplicate loading spinners in Free Plugins tab 2025-03-24 20:26:28 +00:00
f0d00accaf Fix Free Plugins tab HTML structure and JS selectors 2025-03-24 20:02:40 +00:00
19e6455abb Fix free plugins tab loading and settings toggle error 2025-03-24 19:59:15 +00:00
9e1c077080 Refactor plugin structure:
- Rename pro-plugins-config.php to data/pro-plugins.php
- Rename recommended-plugins.php to free-plugins.php
- Rename class-recommended-plugins-manager.php to class-free-plugins-manager.php
- Update all references throughout the codebase
- Add enhanced hover effects to Go Pro buttons
2025-03-24 18:42:24 +00:00
4bbcbe3d12 Fix: Update admin menu registration to use correct class method 2025-03-24 18:11:02 +00:00
46696eff87 Fix: Resolve critical error by restoring pro plugins function and required includes 2025-03-24 18:06:04 +00:00
8cef4c8868 Code cleanup: Improved documentation and removed backward compatibility code 2025-03-24 18:04:15 +00:00
b267156b68 Fix: Ensure consistent padding across all tab content areas 2025-03-24 17:43:14 +00:00
ddd64643c4 Fix: Ensure consistent padding and wrapper structure across all tabs 2025-03-24 17:36:48 +00:00
ddd2846171 Fix: Add proper tab content padding and fix Theme tab loading issues 2025-03-24 17:30:23 +00:00
4fe9d45eba Fix: Restore original tab order and fix method name mismatches to resolve critical errors 2025-03-24 17:24:44 +00:00
ad489bddb5 Refactor: Clean up settings.php by removing all HTML content and properly delegating to Admin Manager class 2025-03-24 17:19:25 +00:00
5fdc3e277c refactor: move script and style enqueuing to Admin Manager class 2025-03-24 17:09:11 +00:00
096c9be284 refactor: move settings registration to Admin Manager class 2025-03-24 17:07:41 +00:00
2b4e3cecd3 refactor: move AJAX option handler to Admin Manager class 2025-03-24 17:06:09 +00:00
d280ec197b refactor: create Admin Manager class and move menu registration 2025-03-24 17:04:22 +00:00
5352b38348 refactor: move Recommended Plugins tab to WP_Allstars_Recommended_Plugins_Manager class 2025-03-24 16:31:46 +00:00
2405f98eb8 refactor: move Hosting tab functionality to WP_Allstars_Hosting_Manager class 2025-03-24 16:17:31 +00:00
24ffdf8950 fix: theme tab loading by properly enqueuing required scripts 2025-03-24 16:11:50 +00:00
93c3290b63 refactor: move Theme tab functionality to WP_Allstars_Theme_Manager class 2025-03-24 16:07:11 +00:00
20fb06a29e fix: tools tab styling issues by making CSS classes consistent 2025-03-24 15:57:47 +00:00