Changeset 3304999
- Timestamp:
- 06/02/2025 12:33:30 PM (10 months ago)
- Location:
- aacomingsoon
- Files:
-
- 5 edited
-
assets/banner-772x250.png (modified) (previous)
-
tags/1.0.1/aacomingsoon.php (modified) (1 diff)
-
tags/1.0.1/readme.txt (modified) (2 diffs)
-
trunk/aacomingsoon.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
aacomingsoon/tags/1.0.1/aacomingsoon.php
r3304572 r3304999 186 186 "); 187 187 } 188 ?> -
aacomingsoon/tags/1.0.1/readme.txt
r3304574 r3304999 15 15 16 16 17 Coming Soon by AA Extensions– a simple, elegant maintenance page for your site. Lightweight, easy setup, perfect for pre-launch!17 AA Coming Soon – a simple, elegant maintenance page for your site. Lightweight, easy setup, perfect for pre-launch! 18 18 19 19 … … 21 21 22 22 <ol> 23 <li>Simple and lightweight Coming Soon extension for WordPress</li> 24 <li>Admin settings panel with easy configuration</li> 25 <li>Enable or disable Coming Soon mode</li> 26 <li>Upload custom background image</li> 27 <li>Upload custom logo image</li> 28 <li>Set a custom launch/opening date</li> 29 <li>Add a customizable message</li> 30 <li>Add a Call-To-Action (CTA) button with custom text and URL</li> 31 <li>Option to show or hide a countdown timer for the launch date</li> 32 <li>Customize overlay color and text color for the coming soon page</li> 33 <li>Display social media icons with links for Facebook, Twitter, LinkedIn, Instagram, YouTube, and GitHub</li> 34 <li>Option to show or hide coming soon page for logged-in users</li> 35 <li>Enable custom CSS for advanced styling</li> 36 <li>Custom CSS textarea for easy addition of styles</li> 37 <li>Responsive design optimized for mobile devices</li> 38 <li>Multilingual support via plugin text domain for translations</li> 39 </ol> 40 41 = How to use it = 42 <ol> 43 <li><strong>Install and Activate the Plugin:</strong> 44 <ul> 45 <li>Go to your WordPress dashboard.</li> 46 <li>Navigate to <em>Plugins > Add New</em>.</li> 47 <li>Search for "AA Coming Soon" and install it.</li> 48 <li>Activate the plugin after installation.</li> 49 </ul> 50 </li> 51 <li><strong>Access the Plugin Settings:</strong> 52 <ul> 53 <li>In the WordPress dashboard, go to <em>Coming Soon</em> from the admin menu.</li> 54 </ul> 55 </li> 56 <li><strong>Enable Coming Soon Mode:</strong> 57 <ul> 58 <li>Check the option to enable the coming soon page.</li> 59 </ul> 60 </li> 61 <li><strong>Customize the Appearance:</strong> 62 <ul> 63 <li>Upload a background image for the coming soon page.</li> 64 <li>Upload a logo image to display on the page.</li> 65 <li>Set the overlay and text colors as desired.</li> 66 </ul> 67 </li> 68 <li><strong>Configure Content:</strong> 69 <ul> 70 <li>Enter a custom message to display to visitors.</li> 71 <li>Add a launch/opening date for the countdown timer.</li> 72 <li>Enable the countdown timer if you want it shown.</li> 73 <li>Add a button text and URL to create a call-to-action link.</li> 74 </ul> 75 </li> 76 <li><strong>Set Social Media Links:</strong> 77 <ul> 78 <li>Enter URLs for your Facebook, Twitter, LinkedIn, Instagram, YouTube, and GitHub profiles to show social icons.</li> 79 </ul> 80 </li> 81 <li><strong>Manage Visibility:</strong> 82 <ul> 83 <li>Choose whether logged-in users see the coming soon page or the regular site.</li> 84 </ul> 85 </li> 86 <li><strong>Add Custom CSS (Optional):</strong> 87 <ul> 88 <li>Enable the custom CSS option.</li> 89 <li>Enter your CSS code in the provided textarea to style the page further.</li> 90 </ul> 91 </li> 92 <li><strong>Save Settings:</strong> 93 <ul> 94 <li>Click the <em>Save Changes</em> button to apply your settings.</li> 95 </ul> 96 </li> 97 <li><strong>Visit Your Site:</strong> 98 <ul> 99 <li>Check your website in a new browser window or incognito mode to see the coming soon page live.</li> 100 </ul> 101 </li> 23 <li>Multilingual support via load_plugin_textdomain()</li> 24 <li>Admin menu page with customizable Coming Soon settings</li> 25 <li>Settings registered for enabling, images, logo, opening date, messages, buttons, colors, social links, and custom CSS</li> 26 <li>Media uploader integration for image/logo selection in admin panel</li> 27 <li>Frontend Coming Soon page with background image, overlay, logo, site title and description</li> 28 <li>Customizable message and optional call-to-action button with text and URL</li> 29 <li>Optional countdown display to launch date</li> 30 <li>Social media icon links (Facebook, Twitter, LinkedIn, Instagram, YouTube, GitHub)</li> 31 <li>Custom CSS enable option with textarea for user styles</li> 32 <li>Responsive and mobile-friendly design with media queries</li> 33 <li>Access control: hides Coming Soon page for logged-in users and admins by default</li> 102 34 </ol> 103 35 104 36 105 37 106 = = Installation ==38 = How to use it = 107 39 108 40 <ol> 109 <li><strong>Download the Plugin:</strong> 110 <ul> 111 <li>Download the AA Coming Soon plugin ZIP file from the WordPress plugin repository or the plugin author’s website.</li> 112 </ul> 113 </li> 114 <li><strong>Log in to Your WordPress Admin Dashboard:</strong> 115 <ul> 116 <li>Go to <code>yourwebsite.com/wp-admin</code> and log in with your admin credentials.</li> 117 </ul> 118 </li> 119 <li><strong>Upload and Install the Plugin:</strong> 120 <ul> 121 <li>Navigate to <em>Plugins > Add New</em>.</li> 122 <li>Click the <em>Upload Plugin</em> button at the top.</li> 123 <li>Choose the downloaded ZIP file and click <em>Install Now</em>.</li> 124 </ul> 125 </li> 126 <li><strong>Activate the Plugin:</strong> 127 <ul> 128 <li>Once installation is complete, click <em>Activate Plugin</em>.</li> 129 </ul> 130 </li> 131 <li><strong>Verify Installation:</strong> 132 <ul> 133 <li>Look for the <em>Coming Soon</em> menu item in your WordPress admin sidebar to confirm successful installation.</li> 134 </ul> 135 </li> 41 <li>Install and activate the plugin in your WordPress dashboard.</li> 42 <li>Go to the <strong>Coming Soon</strong> menu under the admin sidebar.</li> 43 <li>Configure settings like enabling the mode, uploading background and logo images.</li> 44 <li>Set the opening date and customize the message, button text, and button URL.</li> 45 <li>Add social media profile links to show their icons on the Coming Soon page.</li> 46 <li>Optionally enable and add custom CSS styles for further design customization.</li> 47 <li>Save changes and visit your site to see the Coming Soon page in action.</li> 48 <li>Logged-in users and admins will see the normal site unless you change the display settings.</li> 136 49 </ol> 137 50 138 51 52 ==Installation = 53 54 <ol> 55 <li>Download the plugin ZIP file.</li> 56 <li>In WordPress admin, go to <strong>Plugins > Add New</strong>.</li> 57 <li>Click <strong>Upload Plugin</strong> and select the ZIP file.</li> 58 <li>Click <strong>Install Now</strong> and then <strong>Activate</strong>.</li> 59 <li>Access the <strong>Coming Soon</strong> settings from the admin menu to configure the plugin.</li> 60 </ol> 139 61 140 62 141 = = Screenshots ==63 = Screenshots = 142 64 143 65 Coming Soon .. -
aacomingsoon/trunk/aacomingsoon.php
r3304572 r3304999 186 186 "); 187 187 } 188 ?> -
aacomingsoon/trunk/readme.txt
r3304574 r3304999 15 15 16 16 17 Coming Soon by AA Extensions– a simple, elegant maintenance page for your site. Lightweight, easy setup, perfect for pre-launch!17 AA Coming Soon – a simple, elegant maintenance page for your site. Lightweight, easy setup, perfect for pre-launch! 18 18 19 19 … … 21 21 22 22 <ol> 23 <li>Simple and lightweight Coming Soon extension for WordPress</li> 24 <li>Admin settings panel with easy configuration</li> 25 <li>Enable or disable Coming Soon mode</li> 26 <li>Upload custom background image</li> 27 <li>Upload custom logo image</li> 28 <li>Set a custom launch/opening date</li> 29 <li>Add a customizable message</li> 30 <li>Add a Call-To-Action (CTA) button with custom text and URL</li> 31 <li>Option to show or hide a countdown timer for the launch date</li> 32 <li>Customize overlay color and text color for the coming soon page</li> 33 <li>Display social media icons with links for Facebook, Twitter, LinkedIn, Instagram, YouTube, and GitHub</li> 34 <li>Option to show or hide coming soon page for logged-in users</li> 35 <li>Enable custom CSS for advanced styling</li> 36 <li>Custom CSS textarea for easy addition of styles</li> 37 <li>Responsive design optimized for mobile devices</li> 38 <li>Multilingual support via plugin text domain for translations</li> 39 </ol> 40 41 = How to use it = 42 <ol> 43 <li><strong>Install and Activate the Plugin:</strong> 44 <ul> 45 <li>Go to your WordPress dashboard.</li> 46 <li>Navigate to <em>Plugins > Add New</em>.</li> 47 <li>Search for "AA Coming Soon" and install it.</li> 48 <li>Activate the plugin after installation.</li> 49 </ul> 50 </li> 51 <li><strong>Access the Plugin Settings:</strong> 52 <ul> 53 <li>In the WordPress dashboard, go to <em>Coming Soon</em> from the admin menu.</li> 54 </ul> 55 </li> 56 <li><strong>Enable Coming Soon Mode:</strong> 57 <ul> 58 <li>Check the option to enable the coming soon page.</li> 59 </ul> 60 </li> 61 <li><strong>Customize the Appearance:</strong> 62 <ul> 63 <li>Upload a background image for the coming soon page.</li> 64 <li>Upload a logo image to display on the page.</li> 65 <li>Set the overlay and text colors as desired.</li> 66 </ul> 67 </li> 68 <li><strong>Configure Content:</strong> 69 <ul> 70 <li>Enter a custom message to display to visitors.</li> 71 <li>Add a launch/opening date for the countdown timer.</li> 72 <li>Enable the countdown timer if you want it shown.</li> 73 <li>Add a button text and URL to create a call-to-action link.</li> 74 </ul> 75 </li> 76 <li><strong>Set Social Media Links:</strong> 77 <ul> 78 <li>Enter URLs for your Facebook, Twitter, LinkedIn, Instagram, YouTube, and GitHub profiles to show social icons.</li> 79 </ul> 80 </li> 81 <li><strong>Manage Visibility:</strong> 82 <ul> 83 <li>Choose whether logged-in users see the coming soon page or the regular site.</li> 84 </ul> 85 </li> 86 <li><strong>Add Custom CSS (Optional):</strong> 87 <ul> 88 <li>Enable the custom CSS option.</li> 89 <li>Enter your CSS code in the provided textarea to style the page further.</li> 90 </ul> 91 </li> 92 <li><strong>Save Settings:</strong> 93 <ul> 94 <li>Click the <em>Save Changes</em> button to apply your settings.</li> 95 </ul> 96 </li> 97 <li><strong>Visit Your Site:</strong> 98 <ul> 99 <li>Check your website in a new browser window or incognito mode to see the coming soon page live.</li> 100 </ul> 101 </li> 23 <li>Multilingual support via load_plugin_textdomain()</li> 24 <li>Admin menu page with customizable Coming Soon settings</li> 25 <li>Settings registered for enabling, images, logo, opening date, messages, buttons, colors, social links, and custom CSS</li> 26 <li>Media uploader integration for image/logo selection in admin panel</li> 27 <li>Frontend Coming Soon page with background image, overlay, logo, site title and description</li> 28 <li>Customizable message and optional call-to-action button with text and URL</li> 29 <li>Optional countdown display to launch date</li> 30 <li>Social media icon links (Facebook, Twitter, LinkedIn, Instagram, YouTube, GitHub)</li> 31 <li>Custom CSS enable option with textarea for user styles</li> 32 <li>Responsive and mobile-friendly design with media queries</li> 33 <li>Access control: hides Coming Soon page for logged-in users and admins by default</li> 102 34 </ol> 103 35 104 36 105 37 106 = = Installation ==38 = How to use it = 107 39 108 40 <ol> 109 <li><strong>Download the Plugin:</strong> 110 <ul> 111 <li>Download the AA Coming Soon plugin ZIP file from the WordPress plugin repository or the plugin author’s website.</li> 112 </ul> 113 </li> 114 <li><strong>Log in to Your WordPress Admin Dashboard:</strong> 115 <ul> 116 <li>Go to <code>yourwebsite.com/wp-admin</code> and log in with your admin credentials.</li> 117 </ul> 118 </li> 119 <li><strong>Upload and Install the Plugin:</strong> 120 <ul> 121 <li>Navigate to <em>Plugins > Add New</em>.</li> 122 <li>Click the <em>Upload Plugin</em> button at the top.</li> 123 <li>Choose the downloaded ZIP file and click <em>Install Now</em>.</li> 124 </ul> 125 </li> 126 <li><strong>Activate the Plugin:</strong> 127 <ul> 128 <li>Once installation is complete, click <em>Activate Plugin</em>.</li> 129 </ul> 130 </li> 131 <li><strong>Verify Installation:</strong> 132 <ul> 133 <li>Look for the <em>Coming Soon</em> menu item in your WordPress admin sidebar to confirm successful installation.</li> 134 </ul> 135 </li> 41 <li>Install and activate the plugin in your WordPress dashboard.</li> 42 <li>Go to the <strong>Coming Soon</strong> menu under the admin sidebar.</li> 43 <li>Configure settings like enabling the mode, uploading background and logo images.</li> 44 <li>Set the opening date and customize the message, button text, and button URL.</li> 45 <li>Add social media profile links to show their icons on the Coming Soon page.</li> 46 <li>Optionally enable and add custom CSS styles for further design customization.</li> 47 <li>Save changes and visit your site to see the Coming Soon page in action.</li> 48 <li>Logged-in users and admins will see the normal site unless you change the display settings.</li> 136 49 </ol> 137 50 138 51 52 ==Installation = 53 54 <ol> 55 <li>Download the plugin ZIP file.</li> 56 <li>In WordPress admin, go to <strong>Plugins > Add New</strong>.</li> 57 <li>Click <strong>Upload Plugin</strong> and select the ZIP file.</li> 58 <li>Click <strong>Install Now</strong> and then <strong>Activate</strong>.</li> 59 <li>Access the <strong>Coming Soon</strong> settings from the admin menu to configure the plugin.</li> 60 </ol> 139 61 140 62 141 = = Screenshots ==63 = Screenshots = 142 64 143 65 Coming Soon ..
Note: See TracChangeset
for help on using the changeset viewer.