- Getting Started With Starter Templates
- Install Starter Templates
- Premium Starter Templates – Install and Activate License
- Building Your Website With Starter Templates
- How to import Starter Templates with WP CLI Command
- Starter Templates — FAQs and Basics
- Understanding Starter Templates Compatibility Across Themes
- Starter Templates – Patterns
- Why You Need to Connect Starter Templates with ZipWP AI Website Builder
- Create Multilingual WordPress Websites with Starter Templates
- Getting Started With Starter Templates
- Starter Templates Importing
- How to Import A Complete Site With Starter Templates?
- How to Import Single Page With Starter Templates?
- Importing Gutenberg Pages, Patterns, and Kits
- Starter Templates – Elementor Popup
- How to Fix Starter Template Importing Issues
- Building Your Website With Starter Templates
- Starter Templates FAQs
- How to Import A Complete Site With Starter Templates?
- How to Import Single Page With Starter Templates?
- Can I Import Starter Templates Site on Existing Website?
- Importing Gutenberg Pages, Patterns, and Kits
- How to Fix Starter Template Importing Issues
- How to Fix Operation Timed Error While Importing a Starter Template?
- How to Fix Blocked Requests Error While Importing a Starter Template?
- How to Fix 5XX Error While Importing a Starter Template?
- Starter Templates Importing
- How to import Starter Templates with WP CLI Command
- Starter Templates – Free Images from Pixabay
- Starter Templates – Restore Customizer Backup
- Mountain Template With Elementor Theme Style
- Filter to Remove Starter Templates Button on Post Types
- How to Enable/Disable Elementor While Importing Starter Templates
- How to Set Block Editor as the Default Page Builder In Starter Templates
- How to Set Up Your E-Commerce Store With Starter Templates
- How to Enable Single Page Import Button with White Label
- How to Process Refund Requests?
- How to Enable/Disable Legacy Beaver Builder Support in Starter Templates
- How To Reset WordPress Installation?
- XMLReader Support Missing – Starter Templates
- cURL Support Missing – Starter Templates
- Required File Permissions Missing – Starter Templates
- Disable Debug Mode – Starter Templates
- Update Required Plugins – Starter Templates
- Starter Templates — FAQs and Basics
- Starter Templates – Required plugins missing
- Plugin Installation Failed – Multisite
- System Requirements – Starter Templates
How to Enable/Disable Legacy Beaver Builder Support in Starter Templates
Starter Templates has officially sunset support for Beaver Builder templates as of March 2025. You can still import existing Beaver Builder templates using a special “legacy support” option. This guide explains how to enable or disable this support — and where to place visuals for best user understanding.
Enabling/Disabling Legacy Beaver Builder Support
Method 1: Via WordPress Dashboard (Recommended, if the checkbox is available)
The Starter Templates plugin offers a checkbox for Beaver Builder support:
- Go to your “WordPress dashboard“.
- Navigate to “Settings > General“.
- Find the option labelled: “Disable Beaver Builder Page Builder Templates in Starter Templates“.
- Check this box to hide Beaver Builder from the import dropdown, or uncheck it to show Beaver Builder.
- Click Save Changes.
Method 2: Via Code (Legacy Filter Method)
If the checkbox is NOT available (common in new versions), use this code method:
Add the following to your child theme’s `functions.php` or through a plugin like Code Snippets:
/**
* Enable legacy Beaver Builder support.
*/
add_filter( 'astra_sites_enable_legacy_beaver_builder_support', '__return_true' );
– To disable Beaver Builder support, remove or comment out this line.
Preview Your Changes
- Go to “Appearance > Starter Templates“.
- Open the page builder dropdown menu.
- Confirm whether Beaver Builder visibility matches your settings.
Important Notes
- New templates for Beaver Builder will not be released after March 2025. Only legacy templates are available via this method.
- Your current websites using Beaver Builder are not affected.
- We recommend switching to supported builders like Gutenberg (Block Editor + Spectra), Elementor, or AI Builder for a future-ready experience.
Need Help?
If you need further assistance enabling or disabling Beaver Builder support, please reach out to our support team.
We don't respond to the article feedback, we use it to improve our support content.