- What is Astra Pro Add on?
- What Is a Child Theme and How To Install It for Astra?
- How to Activate Astra Pro Addon License?
- How to Get License Key of Astra Pro?
- How to Install Astra Pro Plugin?
- Getting Started with Astra Pro Addon Plugin
- Getting error – The package could not be installed. The theme is missing the style.css stylesheet?
- Do Not See License Activation Form for Astra Pro Addon Plugin?
- How to Install Astra Theme?
- Astra – Customize the Submenu
- The Blank Screen in the Customizer Area
- How to use the color palette of the Astra theme
- How to Import / Export Astra Customizer Settings
- How To Disable Logo Cropping
- How to Create a Sticky Sidebar for Your WooCommerce Shop Page
- How to use dynamic customizer from Astra 4.0.0
- How to Change the Typography of the Astra Menu
- Simplify Your Site Design with the New Style Guide
- How to Translate Astra Theme / Plugins in Your Own Language using GlotPress?
- How to Turn Astra Multilingual with WPML?
- How To Translate Site Builder With WPML?
- How to Translate Astra Strings with WPML?
- How Translations can be Manually Exported and Uploaded to the Site?
- How to Turn Astra Website Multilingual with Polylang?
- How to Translate Categories, Tags, and Astra Strings with Polylang
- How to Turn Astra Website Multilingual with TranslatePress?
- How to translate the WooCommerce string?
- Footer Custom Text Helper Strings
- Does Astra support Beaver Themer Plugin?
- Increasing the PHP Memory Limit of Your Website
- How to Disable Header or Footer for a Landing Page or Post?
- Where Does Astra Primary Color Setting Take Effect?
- How to Adjust the Width of Your Sidebar?
- How to Update the Plugin Manually from WordPress Backend?
- Recommended Settings for Elementor and the Astra Theme
- Recommended Settings for Beaver Builder and the Astra Theme
- How Do License Upgrades Work?
- How to Renew Yearly License?
- How to Apply For Brainstorm Force Affiliate Program? (Become Astra Affiliate)
- How to Manage License on Store?
- How To Update Your Payment Method?
- How do I check my Support Ticket History?
- Frequently Asked Questions – VIP Priority Support
- How to Process Refund Requests?
- Fix Swap Sections Not Working on Mobile (Old Astra Header)
- How to Remove Google Fonts Suggestions in Astra Theme?
- Remove default stretched block layout spacing
- How to Change the Logo on Specific Pages?
- How to remove horizontal & vertical gallery layouts from a single product page?
- Introducing New Filter to Enable/Disable Rank-Math Theme Support
- Enable/Disable YouTube videos from Astra admin dashboard
- How to Fix the Line Height Unit being converted to “EM”?
- How to Change WordPress Post labels to Projects
- Fix for – The PCLZIP_ERR_BAD_FORMAT (-10) Error
- Fix for – Parse error: syntax error, unexpected T_FUNCTION
- How to fix Fatal Error / White Screen of Death?
- Fix for- cURL error 51: SSL: no alternative certificate subject name matches target host name ‘websitedemos.net’
- Getting error – The package could not be installed. The theme is missing the style.css stylesheet?
- ‘The preview could not be loaded’ Pop Up with Astra and Elementor
- Troubleshooting Steps ( with Health Check & Troubleshooting plugin )
- How to Deal with Update Issues in Astra Theme and Astra Pro Addon?
- Blog Featured Image Size Not Working / Error in Image Processing Library
White Label Constants to Change Strings Permanently
We all know how to White Label Astra? It is also known that the white label settings page can be hidden from the dashboard. However, it reappears when the plugin is re-activated on the website.
We were asked whether these white label settings can be hidden permanently. Especially agencies who serve many clients would not want them to know that the plugin or theme used to build their website is a third party white labeled plugin.
Therefore, we’ve introduced a method that will allow you to White Label the Astra and hide the White Label settings – and keep them hidden, no matter what activity the user performs with the plugin or on the website. This means that you can
To achieve the above scenario we have added a White Label Constants to Astra. Along with Astra theme and Astra Pro plugin, you get contact for Astra related plugins as well.
Below is the list for the White Label Settings and their respective White Label Constants
# Astra Theme and Astra Pro Plugin
White Label Settings | White Label Constants |
---|---|
Agency Author Name | AST_WL_ASTRA_AGENCY_AUTHOR |
Agency Author URL | AST_WL_ASTRA_AGENCY_AUTHOR_URL |
Agency License URL | AST_WL_ASTRA_AGENCY_LICENCE |
Astra Theme Name | AST_WL_ASTRA_NAME |
Astra Theme Description | AST_WL_ASTRA_DESCRIPTION |
Astra Theme Screenshot | AST_WL_ASTRA_SCREENSHOT |
Astra Pro Name | AST_WL_ASTRA_PRO_NAME |
Astra Pro Description | AST_WL_ASTRA_PRO_DESCRIPTION |
# Starter Templates plugin or Astra Premium Sites plugin (available with Astra Essential Toolkit and Business Toolkit)
White Label Settings | White Label Constants |
---|---|
Astra Sites Name | AST_WL_ASTRA_SITES_NAME |
Astra Sites Description | AST_WL_ASTRA_SITES_DESCRIPTION |
# Lightweight Sidebar Manager Plugin
White Label Settings | White Label Constants |
---|---|
Sidebar Manager Name | AST_WL_BSF_LW_SB_NAME |
Sidebar Manager Description | AST_WL_BSF_LW_SB_DESCRIPTION |
White Label Settings | White Label Constants |
---|---|
Astra Hooks Name | AST_WL_ASTRA_HOOKS_DESCRIPTION |
Astra Hooks Description | WP_UAEL_WL |
White Label Settings | White Label Constants |
---|---|
Custom Fonts Name | AST_WL_BSF_CUSTOM_FONTS_NAME |
Custom Fonts Description | AST_WL_BSF_CUSTOM_FONTS_DESCRIPTION |
# Adobe Fonts (Custom Typekit Fonts)
White Label Settings | White Label Constants |
---|---|
Adobe Fonts Name | AST_WL_CUSTOM_TYPEKIT_FONTS_NAME |
Adobe Fonts Description | AST_WL_CUSTOM_TYPEKIT_FONTS_DESCRIPTION |
How to use White Label Constants?
Step 1 – Open and edit the wp-config.php file.
Step 2 – Find the line /* That’s all, stop editing! Happy blogging. */ and add White Label Constants code just before this line.
Step 3 – Below is the sample code for the White Label Constants. You can update the strings as per your requirement.
define( 'AST_WL_ASTRA_AGENCY_AUTHOR', 'Agency Author' );
define( 'AST_WL_ASTRA_AGENCY_AUTHOR_URL', 'www.your-website-url.com' );
define( 'AST_WL_ASTRA_AGENCY_LICENCE', 'www.your-get-licence-url.com' );
define( 'AST_WL_ASTRA_NAME', 'Fastest WP Theme' );
define( 'AST_WL_ASTRA_DESCRIPTION', 'WordPress theme' );
define( 'AST_WL_ASTRA_SCREENSHOT', 'www.your-theme-screenshot-url.com' );
define( 'AST_WL_ASTRA_PRO_NAME', 'Pro Addon' );
define( 'AST_WL_ASTRA_PRO_DESCRIPTION', 'Pro Addon extends the features of theme' );
define( 'AST_WL_ASTRA_SITES_NAME', 'Ready Sites' );
define( 'AST_WL_ASTRA_SITES_DESCRIPTION', 'Library of Ready sites' );
define( 'AST_WL_BSF_LW_SB_NAME', 'Custom Sidebar Manager' );
define( 'AST_WL_BSF_LW_SB_DESCRIPTION', 'Manage your Sidebar' );
define( 'AST_WL_ASTRA_HOOKS_NAME', 'Hooks for theme' );
define( 'AST_WL_ASTRA_HOOKS_DESCRIPTION', 'Use hooks to put custom code' );
define( 'AST_WL_BSF_CUSTOM_FONTS_NAME', 'My Custom Fonts' );
define( 'AST_WL_BSF_CUSTOM_FONTS_DESCRIPTION', 'Add custom fonts' );
define( 'AST_WL_CUSTOM_TYPEKIT_FONTS_NAME', 'My fonts' );
define( 'AST_WL_CUSTOM_TYPEKIT_FONTS_DESCRIPTION', 'Add custom typekit font' );
We don't respond to the article feedback, we use it to improve our support content.