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
93c3290b63
refactor: move Theme tab functionality to WP_Allstars_Theme_Manager class
2025-03-24 16:07:11 +00:00
436a829646
ui: move Theme tab before Free Plugins tab in navigation
2025-03-24 16:00:11 +00:00
8fa2b00d7a
refactor: move Settings and Tools tabs to dedicated classes
...
- Created WP_Allstars_Settings_Manager class to handle General and Advanced tabs
- Created WP_Allstars_Tools_Manager class to handle Tools tab functionality
- Moved inline CSS to properly enqueued styles
- Further reduced code duplication in settings.php
- Improved code organization with OOP principles
2025-03-24 15:52:16 +00:00
f0ffa7e552
refactor: move Pro Plugins section to dedicated class
...
- Created new WP_Allstars_Pro_Plugins_Manager class to handle all Pro Plugins functionality
- Moved styling from inline CSS to properly enqueued styles
- Improved code organization by separating concerns
- Reduced code duplication in settings.php
2025-03-24 15:38:44 +00:00
55d092d568
Remove 'Version' prefix from version display in admin header
2025-03-24 15:19:54 +00:00
c8835de92f
Fix theme tab critical error by adding required content section
2025-03-24 15:15:36 +00:00
2c68b66dbc
Fix plugin display issues in the Plugin Manager class
2025-03-24 14:40:05 +00:00
9b0e7acd2d
Refactor plugin functionality into Plugin Manager class
2025-03-24 14:17:09 +00:00
ecd3887bb9
Restructure data arrays into separate files for improved maintainability
2025-03-24 13:57:41 +00:00
18b0a2c246
Update admin settings for WP ALLSTARS plugin
2025-03-23 02:47:36 +00:00
d860f8f24f
Multiple UI Improvements: Added Magic Login Pro, fixed sorting, updated version, fixed toggle behavior, improved responsive layout
2025-03-17 02:42:16 +00:00
52a0d25a53
Standardize panel styling: Move styles to external CSS for consistent appearance across tabs
2025-03-17 02:25:43 +00:00
1c4af843e6
Standardize panel styling across pro plugins, hosting, and tools sections with consistent min-height for paragraphs
2025-03-17 02:17:05 +00:00
3b17e35c67
Standardize panel styling across pro plugins, hosting, and tools sections
2025-03-17 02:10:15 +00:00
f9417a9811
Standardize panel styling across pro plugins, hosting, and tools sections
2025-03-17 02:08:05 +00:00
e1ceabee3c
Fix spacing between description text and buttons across all panels for consistent layout
2025-03-17 02:03:56 +00:00
e69ea4fbd2
Fix spacing between description text and buttons in hosting and tools panels
2025-03-17 02:02:27 +00:00
1919058568
Adjust spacing in hosting and tools panels to match pro plugins panel
2025-03-17 01:59:16 +00:00
3a6a89d2e8
UI improvements: added Kadence theme buttons, fixed panel spacing, and added consistent styling across panels
2025-03-17 01:37:16 +00:00
e0d2904fbc
Fix theme activation button functionality with improved error handling and debugging
2025-03-17 00:57:30 +00:00
5f64feeaa8
Fix activation buttons for both free plugins grid and theme panel
2025-03-17 00:51:39 +00:00
ad9c684bd4
Completely refactor theme panel for improved reliability and design
2025-03-17 00:35:54 +00:00
8d03eb6ab6
Enhance theme panel: fix border issues, increase text visibility, improve responsive design
2025-03-17 00:31:23 +00:00
f8717ac0e8
Fix theme panel: contain white background within borders, increase text visibility
2025-03-17 00:27:52 +00:00
df7ad629c1
Fix theme panel: show Kadence text, remove grey gaps, improve overall styling
2025-03-17 00:25:05 +00:00
fe48fa3d52
Fix theme panel: vertically center buttons, close gaps below image and in button row
2025-03-17 00:18:41 +00:00
92a3907189
Fix theme panel: remove gaps, standardize button dimensions, change button area background to white
2025-03-17 00:15:59 +00:00
01ff98716a
Adjust theme panel to properly display 1200 × 900 image dimensions
2025-03-17 00:12:47 +00:00
cf75d2c85a
Increase theme panel image height to 600px for full display
2025-03-17 00:10:44 +00:00
4909aa8027
Update theme panel: increase image height, make buttons uniform size
2025-03-17 00:08:47 +00:00
2cc03a5271
Update theme panel: full-page layout, adjust height, center buttons, add new tools and hosting providers
2025-03-17 00:06:24 +00:00
2fc542ac62
Update plugin UI: full-page theme panel, add new tools and hosting providers
2025-03-17 00:02:57 +00:00
db35d81dde
Add Tools tab, new hosting providers, and update Pro buttons
2025-03-16 23:59:04 +00:00
1346f2595a
Add Tools tab, new hosting providers, and Go Pro buttons for Revive.so and MainWP
2025-03-16 23:44:46 +00:00
24d86efb16
Fix hosting tab styling and maintain UI consistency
...
- Restored styling for hosting panels that was lost during class name changes
- Ensured consistent styling between Pro Plugins and Hosting sections
- Added min-height to description paragraphs for better visual alignment
- Maintained hover effects and button styling across all panels
2025-03-16 23:08:38 +00:00
aac5b4bf01
Add hosting tab and improve UI consistency
...
- Added new Hosting tab with panels for Closte, Cloudron, Hostinger, Hetzner Cloud, and SimpleHost
- Sorted Pro Plugins alphabetically for better navigation
- Added Go Pro button for Kadence theme in the theme section
- Improved UI consistency by using the same styling for hosting panels as pro plugin panels
2025-03-16 23:06:41 +00:00
f22b2db23d
Add hosting tab and improve UI
...
- Added new Hosting tab with styled panels for Closte, Cloudron, Hostinger, Hetzner Cloud, and SimpleHost
- Sorted Pro Plugins alphabetically for better navigation
- Added Go Pro button for Kadence theme in the theme section
- Improved styling for hosting providers with responsive grid layout
2025-03-16 23:00:56 +00:00
0db22d8b1b
Add Go Pro buttons and hosting providers tab
...
- Added Go Pro buttons for TranslatePress, Hreflang Manager, AutomatorWP, Bit Integrations, Bit Flows, Yellow Pencil, Anti-Malware, and Advanced Database Cleaner
- Updated pricing URLs for various plugins
- Added new Hosting tab with panels for Closte, Cloudron, Hostinger, Hetzner Cloud, and SimpleHost
2025-03-16 22:54:49 +00:00
e05d5b2f43
Fix 'Go Pro' button links to point to respective plugin landing pages
2025-03-16 22:04:21 +00:00
d837eb2572
Update latest code changes
2025-03-16 21:45:27 +00:00
46b03a8e48
Update settings.php and .gitignore
2025-03-16 20:30:33 +00:00
2bf2612db6
Fix theme tab loading panel by removing static overlay
2025-03-16 19:14:29 +00:00
479934b6c3
Fix theme tab loading by using the same inline script approach as the plugins tab
2025-03-16 19:08:13 +00:00