Installation and Updates

How to Download PRO Themes From cyclonetheme.com

How to Upload Child Themes on to Your Server And Activate the Child Theme.

How to Activate the License for Bizberg Premium Sites ?

  1. The PRO Version allows you to import all premium pages, settings, and blocks. Once you have purchased the Bizberg PRO you can find the license key here
  2. Click on View Licenses and click on the key icon, you can see the license key there.
  3. Go to Dashboard > Appearance > Theme license and paste your license under License Key and click on Activate License
  4. Congratulation!!! You have activated the PRO Version.

Bizberg Sites

How to Import FREE Bizberg Starter Sites?

  • Before importing demo site make sure you have activated Bizberg theme and activate all recommended plugins.
  1. From the WordPress dashboard navigate to Appearance > Import Demo Data and select a website you wish to import.
  2. It will open a confirmation message. Click on Yes, import
  3. Wait for sometime, the demo data will take some time to import.
  4. On successful import, it will show the success message.
  5. Congratulation!!! You have successfully imported the demo sites.

Free Version Options

How to Upload Site Logo ?

Change Theme Color

Change Menu Hover Color

Enable/ Disable Header Button

Show / Hide Search Icon on Header

Add Widgets to Sidebar

How To Change The Breadcrumb Image

Change Breadcrumb Title & Subtitle

Change Blog Homepage Layout

Limit Category Text Length and Read More Text

Change 404 Image

Add Social Icons in Footer

Pro Version Options

How to add Top Header Bar

How to Enable Footer Mega Grid Columns

How to Enable Preloader ?

How to Change Copyright Text on Footer ?

How to Change Copyright Layout ?

How to Change Footer Social Icons ?

esc_html__( 'Documentation', 'bizberg' ), 'capability' => 'edit_theme_options', 'priority' => 1000 ) ); Kirki::add_field( 'theme_config_id', [ 'type' => 'custom', 'settings' => 'documentation-features', 'section' => 'documentation', 'default' => bizberg_blog_documentation() ] ); Kirki::add_section( 'top-bar', array( 'title' => esc_html__( 'Top Bar PRO', 'bizberg' ), 'capability' => 'edit_theme_options', 'panel' => 'theme_options', 'priority' => 1 ) ); Kirki::add_field( 'theme_config_id', [ 'type' => 'custom', 'settings' => 'top-bar-features', 'section' => 'top-bar', 'default' => '
' ] ); Kirki::add_section( 'footer-mega-grids-columns', array( 'title' => esc_html__( 'Footer Mega Grid Columns PRO', 'bizberg' ), 'capability' => 'edit_theme_options', 'panel' => 'theme_options', 'priority' => 1 ) ); Kirki::add_field( 'theme_config_id', [ 'type' => 'custom', 'settings' => 'footer-mega-grids-columns-features', 'section' => 'footer-mega-grids-columns', 'default' => '
' ] ); Kirki::add_section( 'preloader', array( 'title' => esc_html__( 'Preloader PRO', 'bizberg' ), 'capability' => 'edit_theme_options', 'panel' => 'theme_options', 'priority' => 1 ) ); Kirki::add_field( 'theme_config_id', [ 'type' => 'custom', 'settings' => 'preloader-features', 'section' => 'preloader', 'default' => '
' ] ); Kirki::add_section( 'footer1', array( 'title' => esc_html__( 'Footer PRO', 'bizberg' ), 'capability' => 'edit_theme_options', 'panel' => 'theme_options', 'priority' => 1 ) ); Kirki::add_field( 'theme_config_id', [ 'type' => 'custom', 'settings' => 'footer1-features', 'section' => 'footer1', 'default' => '
' ] ); Kirki::add_section( 'fonts', array( 'title' => esc_html__( 'Fonts PRO', 'bizberg' ), 'capability' => 'edit_theme_options', 'panel' => 'theme_options', 'priority' => 1 ) ); Kirki::add_field( 'theme_config_id', [ 'type' => 'custom', 'settings' => 'fonts-features', 'section' => 'fonts', 'default' => '
' ] ); $predesigned_sites = apply_filters( 'bizberg_predesigned_sites' , false ); if( !empty( $predesigned_sites ) ){ Kirki::add_section( 'pre-designed-sites', array( 'title' => esc_html__( 'Predesigned Sites', 'bizberg' ), 'capability' => 'edit_theme_options', 'priority' => 1 ) ); Kirki::add_field( 'theme_config_id', [ 'type' => 'custom', 'settings' => 'pre-designed-sites', 'section' => 'pre-designed-sites', 'default' => bizberg_predesigned_sites( $predesigned_sites ) ] ); } }