Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Here's an overview of how it can be done in Beaver Builder Theme and the Beaver
4. Add the content you want to the row.

:::tip
If you plan to apply a transparent header to every page, you might want to [save this row](/beaver-builder/layouts/saved-content), so you can easily add it to the new pages on your site and change the content as you like.
If you plan to apply a transparent header to every page, you might want to [save this row](/beaver-builder/layouts/reusable-content), so you can easily add it to the new pages on your site and change the content as you like.
:::

## 3 Add CSS to move the page content up and the header down
Expand Down
2 changes: 1 addition & 1 deletion beaver-builder/settings/layouts-menu.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The **Themer Layouts** menu item only appears when you have the Beaver Themer in
2. Navigate to **Beaver Builder**.
You can choose from the following options:

- [Themer Layout](/beaver-themer/category/layout-types--modules) _(requires Beaver Themer)_
- [Themer Layout](/beaver-themer/layout-types-modules) _(requires Beaver Themer)_
- [Templates](layouts/templates/saved-templates.md)
- [Reusable Content](layouts/reusable-content/index.md)
- Categories
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ functions such as opening module settings.

### [Icelander](https://www.webmandesign.eu/project-type/themes/) Theme prior to Version 1.1.8

Icelander Theme Version 1.1.8 or higher is compatible with both Beaver Builder plugin and [Beaver Themer](/beaver-themer/management-compatibility/beaver-themer-supported-themes).
Icelander Theme Version 1.1.8 or higher is compatible with both Beaver Builder plugin and [Beaver Themer](/beaver-themer/getting-started/supported-themes).

### Kleo Theme

Expand Down
6 changes: 3 additions & 3 deletions beaver-themer/introduction/faq.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
id: faq
title: Beaver Builder FAQ
title: Beaver Themer FAQ
sidebar_label: FAQ
description: Frequently asked questions for the Beaver Themer add-on plugin.
---
Expand Down Expand Up @@ -53,7 +53,7 @@ pages.

Beaver Themer requires the Beaver Builder plugin, but it doesn't require the
Beaver Builder Theme, even though all three are designed to integrate well
together. See the [list of themes that are fully supported by Beaver Themer](/beaver-themer/management-compatibility/beaver-themer-supported-themes).
together. See the [list of themes that are fully supported by Beaver Themer](getting-started/supported-themes.md).

## Which Licenses include Beaver Themer?

Expand All @@ -69,7 +69,7 @@ Unfortunately, Beaver Themer is an add-on for the premium version of Beaver Buil

Most themes support archive, singular, and 404 layout types out of the box. However, to support the Theme Builder header, footer, and part layouts, themes must be built a certain way.

Currently, Beaver Themer pairs well with the [Beaver Builder Theme](https://www.wpbeaverbuilder.com/wordpress-framework-theme/) and is supported by [several 3rd party themes listed here](/beaver-themer/management-compatibility/beaver-themer-supported-themes).
Currently, Beaver Themer pairs well with the [Beaver Builder Theme](https://www.wpbeaverbuilder.com/wordpress-framework-theme/) and is supported by [several 3rd party themes listed here](getting-started/supported-themes.md).

## Does Beaver Themer require Page Builder?

Expand Down
34 changes: 20 additions & 14 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,17 @@ module.exports = {
className: "header-home-icon",
"aria-label": "Docs Home",
},
// {
// type: "docsVersionDropdown",
// position: "left",
// dropdownItemsAfter: [{ to: "/versions" }],
// dropdownActiveClassDisabled: true,
// },
{
type: "docsVersionDropdown",
label: "Beaver Builder",
type: "doc",
docId: "introduction/index",
position: "left",
dropdownItemsAfter: [{ to: "/versions" }],
dropdownActiveClassDisabled: true,
},
{
label: "Beaver Themer",
Expand Down Expand Up @@ -222,17 +228,17 @@ module.exports = {
path: "beaver-builder",
routeBasePath: "beaver-builder",
sidebarPath: require.resolve("./sidebarBeaverBuilder.js"),
lastVersion: "2.9",
versions: {
current: {
label: "Beaver Builder 2.10",
path: "",
},
2.9: {
label: "Beaver Builder 2.9",
path: "2.9",
},
},
// lastVersion: "2.9",
// versions: {
// current: {
// label: "Beaver Builder 2.10",
// path: "",
// },
// 2.9: {
// label: "Beaver Builder 2.9",
// path: "2.9",
// },
// },
},
theme: {
customCss: require.resolve("./src/css/custom.css"),
Expand Down
52 changes: 0 additions & 52 deletions versioned_docs/version-2.9/account/affiliate-program.md

This file was deleted.

67 changes: 0 additions & 67 deletions versioned_docs/version-2.9/account/billing-info.md

This file was deleted.

100 changes: 0 additions & 100 deletions versioned_docs/version-2.9/account/domain-manager.md

This file was deleted.

50 changes: 0 additions & 50 deletions versioned_docs/version-2.9/account/index.md

This file was deleted.

Loading