Changeset 3305131
- Timestamp:
- 06/02/2025 03:27:15 PM (10 months ago)
- Location:
- aasigninwidget
- Files:
-
- 26 added
- 1 deleted
- 3 edited
-
assets/banner-772x250.png (modified) (previous)
-
assets/screenshot-2.png (modified) (previous)
-
tags/1.0.1 (added)
-
tags/1.0.1/aa-signin-widget.php (added)
-
tags/1.0.1/assets (added)
-
tags/1.0.1/assets/css (added)
-
tags/1.0.1/assets/css/styles.css (added)
-
tags/1.0.1/assets/js (added)
-
tags/1.0.1/assets/js/admin.js (added)
-
tags/1.0.1/includes (added)
-
tags/1.0.1/includes/admin-settings.php (added)
-
tags/1.0.1/includes/enqueue-assets.php (added)
-
tags/1.0.1/includes/form-render.php (added)
-
tags/1.0.1/includes/options.php (added)
-
tags/1.0.1/includes/shortcode.php (added)
-
tags/1.0.1/readme.txt (added)
-
trunk/aa-signin-widget.php (added)
-
trunk/aasignin.php (deleted)
-
trunk/assets (added)
-
trunk/assets/css (added)
-
trunk/assets/css/styles.css (added)
-
trunk/assets/js (added)
-
trunk/assets/js/admin.js (added)
-
trunk/includes (added)
-
trunk/includes/admin-settings.php (added)
-
trunk/includes/enqueue-assets.php (added)
-
trunk/includes/form-render.php (added)
-
trunk/includes/options.php (added)
-
trunk/includes/shortcode.php (added)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
aasigninwidget/trunk/readme.txt
r1026955 r3305131 1 1 === AA Signin Widget === 2 Contributors: aaextention 3 Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=ashik685%40gmail%2ecom&lc=US&item_name=Donate%20AA%20Extension%20%21&no_note=0¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHostedGuest 4 Tags: aaextension,aaextention, signin , signup , login , signin widget 5 Requires at least: 3.5 6 Tested up to: 4.0 2 Contributors: aaextensions 3 Donate link: https://aaextensions.com 4 Tags: signin , signup , login , signin widget 5 Requires at least: 5.2 6 Tested up to: 6.8.1 7 Stable tag: 1.0.1 7 8 License: GPLv2 or later 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html 9 Stable tag: 1.0 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html 10 10 11 It's signin extension from AA Production House. 11 AA Signin Widget offers a responsive sign-in form that can be added to your site using either a shortcode or a widget. 12 12 13 13 14 == Description == 14 15 15 This is a simple sign in widget . Go to Widget and drag the Sign in widget to sidebar. Or you can use [signin] shortcode . 16 Just use this shortcode and see the result yourself. If you like it please don\\\'t forget to give a review. Thanks 16 AA Signin Widget offers a responsive sign-in form that can be added to your site using either a shortcode or a widget. 17 17 18 == Installation ==19 18 20 1. Install as regular WordPress plugin.<br /> 21 2. Go your plugin setting via WordPress Dashboard and find "<strong>AA Signin Widget</strong>" activate it.<br /> 19 = Features = 20 <ol> 21 <li>Responsive signin form with mobile-first design</li> 22 <li>Multiple premium-style templates to choose from</li> 23 <li>Live preview of the signin form in the admin panel</li> 24 <li>Custom color pickers for background and button styles</li> 25 <li>Brand logo upload support with WordPress media uploader</li> 26 <li>hCaptcha integration with toggle and key input</li> 27 <li>Shortcode support for embedding the signin form anywhere</li> 28 <li>Clean and modern admin interface (single-page settings)</li> 29 <li>Multilingual-ready with translation support</li> 30 <li>Modular code structure (separate files for maintainability)</li> 31 </ol> 22 32 23 <br />24 33 25 26 == Frequently Asked Questions ==27 34 28 How i use this plugin ? 35 = How to use it = 36 <ol> 37 <li>Install and activate the <strong>AA Signin Widget</strong> plugin from your WordPress dashboard.</li> 38 <li>Go to <strong>Admin > AA Signin Widget</strong> to configure settings like template, colors, logo, and hCaptcha.</li> 39 <li>Choose a template and customize colors or upload your brand logo as needed.</li> 40 <li>Enable hCaptcha by adding your site key and secret (optional).</li> 41 <li>Use the shortcode <code>[signin]</code> or <code>[signinform]</code> on any page or post to display the signin form.</li> 42 <li>Add the widget from <strong>Appearance > Widgets</strong> to display the signin form in your sidebar or footer.</li> 43 <li>Save your settings and preview the signin form live in the admin panel.</li> 44 </ol> 29 45 30 Add this shortcode ( [signin] ) to post or page and publish .31 46 32 or33 47 34 Go to Widget and drag the Sign in widget to sidebar. 48 = Installation = 49 <ol> 50 <li>Download the <strong>AA Signin Widget</strong> plugin ZIP file.</li> 51 <li>Log in to your WordPress admin dashboard.</li> 52 <li>Go to <strong>Plugins > Add New</strong> and click <strong>Upload Plugin</strong>.</li> 53 <li>Select the downloaded ZIP file and click <strong>Install Now</strong>.</li> 54 <li>After installation, click <strong>Activate Plugin</strong>.</li> 55 <li>Navigate to <strong>AA Signin Widget</strong> in the admin menu to configure the plugin.</li> 56 </ol> 35 57 36 == Screenshots == 58 59 = Screenshots = 37 60 1. screenshot-1 38 61 2. screenshot-2 62 63 64 == Changelog == 65 66 <ol> 67 <li><strong>Version 1.0.1</strong> (2025-06-02) 68 <ol type="a"> 69 <li>Added brand logo upload, color customization, and live admin preview</li> 70 <li>Introduced premium template styles and hCaptcha support</li> 71 <li>Improved responsiveness and separated plugin files for better maintainability</li> 72 <li>Initial release with shortcode, widget, and basic login form</li> 73 </ol> 74 </li> 75 </ol> 76
Note: See TracChangeset
for help on using the changeset viewer.