Commit Graph

189 Commits

Author SHA1 Message Date
574e34b8ef Ensure consistent border-radius on all button corners 2025-03-15 18:24:14 +00:00
82be587d04 Update button styling to match WordPress core button style exactly 2025-03-15 18:22:03 +00:00
6b4e6b4b49 Standardize button borders and shapes in pro plugins section 2025-03-15 18:20:37 +00:00
714eaebf0d Update pro plugin buttons to have consistent styling and separate borders 2025-03-15 18:18:53 +00:00
6619171e50 Adjust spacing between buttons in pro plugin cards 2025-03-15 18:16:19 +00:00
89694880bb Improve pro plugins grid layout and restore button groups for Tutor LMS, FluentCRM, Fluent Forms, and Kadence Blocks 2025-03-15 18:12:56 +00:00
d244d40043 Update pro plugins grid layout with improved spacing and responsive design 2025-03-15 18:07:02 +00:00
86573777d8 Fix plugin list display and improve error handling 2025-03-15 18:01:44 +00:00
d78b7a571c Update Pro Plugins tab layout and add Go Pro buttons for free plugins 2025-03-15 17:56:17 +00:00
4f5e0a81f7 Add AI category and Pro Plugins tab with premium plugin listings 2025-03-15 17:39:59 +00:00
0933cdb9ba Add Social category and filter button after Setup 2025-03-15 17:22:43 +00:00
1720aec1e9 Revert to simple loading spinner for plugins 2025-03-15 16:06:02 +00:00
d57ae04ba1 Revert to Load More button for plugin loading 2025-03-15 16:04:02 +00:00
6d522c9686 Implement infinite scroll loading for plugins and fix duplicate counts 2025-03-15 15:37:43 +00:00
90ea4e7dbc Implement progressive loading for plugins with animations and batch loading 2025-03-15 15:29:29 +00:00
fa175338b7 Update plugin list and fix plugin slugs 2025-03-15 15:18:21 +00:00
a886c46b30 Fix plugin slugs to match WordPress.org repository 2025-03-15 14:51:55 +00:00
5c2b0878e3 Update plugin settings and organization structure 2025-03-15 05:49:34 +00:00
9a08430b2a Update plugin organization and add Debug category to Free Plugins section 2025-03-15 05:40:36 +00:00
243b59892f Move Debug section from main tab to Free Plugins filter button 2025-03-15 05:27:39 +00:00
4b6272fa6d Update settings.php with Debug tab functionality and improved plugin organization 2025-03-15 05:26:00 +00:00
d27dade6c9 Add Debug tab and section with debug tools category 2025-03-15 05:25:05 +00:00
fae6ecdbfc Add Debug tab and section for debug tools 2025-03-15 05:23:52 +00:00
d85ba26d0f Update settings.php to match new CSS class names and improve structure 2025-03-15 05:21:22 +00:00
6e353731c8 Improve settings UI and functionality
- Fix toggle functionality for auto upload settings\n- Remove save changes button in favor of auto-saving\n- Improve loading spinner layout to prevent content jumping\n- Update tab navigation design\n- Enhance notification system with better positioning and styling\n- Add auto-save functionality for all settings\n- Improve error handling and feedback
2025-03-15 04:29:38 +00:00
d65aa23308 Fix styling and functionality for tabs and settings
- Update tab styling to match RankMath\n- Fix settings dropdown functionality\n- Improve toggle switch appearance\n- Add proper transitions and hover states\n- Fix class name consistency\n- Update form element styling
2025-03-15 04:13:34 +00:00
fcca81d756 Remove lazy loading and minification features
- Remove CSS minifier and speed functions\n- Remove lazy loading functionality\n- Update plugin description and README\n- Simplify plugin to focus on auto upload feature\n- Rename files from wpa-superstar to wp-allstars
2025-03-15 03:40:16 +00:00
11ee44d2b7 Add expandable settings to Auto Upload Images: - Add max width/height settings - Add URL exclusion list - Add filename and alt text patterns - Add expand/collapse functionality - Add styles for settings panel 2025-03-15 02:29:48 +00:00
2c3b26480a Fix Workflow tab layout: - Remove WordPress settings table layout - Match exact HTML structure of other tabs - Remove unwanted left gap 2025-03-15 02:23:47 +00:00
fe8c1add01 Fix Workflow tab toggle layout: - Match exactly the General and Advanced tabs structure - Add proper input ID and for attributes - Remove section description 2025-03-15 02:22:00 +00:00
6bec4965f1 Update Workflow tab description: Change section description to better reflect the purpose of workflow features 2025-03-15 02:20:24 +00:00
7af7010a8e Fix Workflow tab layout: - Remove section title and description - Match layout of General and Advanced tabs 2025-03-15 02:16:23 +00:00
eedd6d5ad5 Remove duplicate setting title from Workflow tab 2025-03-15 02:15:22 +00:00
8bfb96b016 Update Workflow toggle styling: - Match RankMath-style toggle switches - Remove old toggle switch styles - Consistent styling across all tabs 2025-03-15 02:14:12 +00:00
73015b7a1a Add Workflow tab to settings page: - Add workflow tab to navigation - Add workflow settings section - Add toggle switch styles 2025-03-15 02:11:08 +00:00
d60a2891f2 Add Workflow tab with Auto Upload Images feature: - Add new Workflow settings tab - Implement auto image upload functionality - Add error logging and handling - Add file type validation 2025-03-15 02:01:12 +00:00
48cd8d6ac9 Fix theme activation: - Add proper AJAX handler for theme switching - Improve error handling and security checks - Add verification of successful activation 2025-03-14 05:28:02 +00:00
b8c87c787e Fix theme activation: - Use WordPress switch_theme action - Add proper nonce verification - Improve error handling - Simplify activation process 2025-03-14 05:26:50 +00:00
e84b26ef6a Fix theme activation functionality: - Use WordPress native theme activation methods - Add proper error handling - Add delay before customize page redirect 2025-03-14 05:25:44 +00:00
737875cbfd Add theme installation functionality: - Add JavaScript handlers for theme installation and activation - Use wp.updates.installTheme for installation - Add proper error handling and status messages - Refresh theme display after installation 2025-03-14 05:24:12 +00:00
1f33ad4762 Fix theme card button vertical alignment: - Center buttons perfectly using transform - Add proper vertical padding - Adjust overlay height for better appearance 2025-03-14 05:18:54 +00:00
542bd3c0c7 Update theme card styling: - Center buttons in theme tile - Add white overlay behind buttons - Cover entire image area with overlay - Keep buttons permanently visible 2025-03-14 05:17:50 +00:00
5b1c6258dd Fix theme card button positioning: - Remove hover states and white overlay - Make buttons permanently visible - Keep buttons in bottom-right position - Clean up unnecessary CSS 2025-03-14 05:15:40 +00:00
c7ff5eff0e Fix theme card button positioning: - Move buttons to bottom-right of title bar - Remove vertical centering - Add proper bottom padding - Keep buttons permanently visible 2025-03-14 05:13:29 +00:00
650f9153d3 Fix theme card button positioning: - Remove hover states and transitions - Make buttons permanently visible - Align buttons within theme name bar - Match WordPress core styling 2025-03-14 05:11:19 +00:00
106ef16689 Fix theme card button positioning: - Make buttons permanently visible - Remove hover states - Add padding for button area - Match core WordPress styling 2025-03-14 05:08:46 +00:00
035e93e77e Fix theme card button positioning: - Position actions within theme name bar - Center buttons vertically - Adjust theme name height to match core 2025-03-14 05:06:55 +00:00
c3b2938f72 Fix theme card button positioning: - Align actions background with title bar - Adjust padding and height to match title area - Add z-index for proper layering 2025-03-14 05:04:46 +00:00
7f386122c8 Fix theme card button positioning: - Match WordPress core theme browser styling exactly - Remove custom flexbox layout - Fix button container height and padding - Restore original hover states 2025-03-14 05:02:59 +00:00
25a17fe585 Fix theme card button positioning: - Add flex layout to ensure proper structure - Use gap for button spacing - Adjust z-index layers - Remove redundant margins 2025-03-14 05:00:17 +00:00