Code

Variable Post Grid Layout

By Beaverplugins / February 21, 2019 / Comments Off on Variable Post Grid Layout

How hard is it to create a variable post grid? Not that hard with Toolbox and UIkit. This question was asked in the Beaver Builder Facebook Forum, and some answers included adding 3 different modules to the layout; Could work, but using Toolbox and UIkit’s CSS grid you can do this easily in any combination…

Read More

Show hidden content when clicking a button

By Beaverplugins / February 20, 2019 / Comments Off on Show hidden content when clicking a button

On the Beaver Builder Facebook forum a question was asked if someone knew of a module that is able to have a button make a hidden module appear. I’m not against using extra modules, but if we are adding new modules for each and everything we might encounter we will eventually get blinded by the vast…

Read More

Adding Accordions with Toolbox and UIkit

By Beaverplugins / November 19, 2018 /

If you’re using accordions with Beaver Builder and a custom fields solution like ACF or Meta Box you may have already ran into this problem: You can add field connections for the an items label and content, but you have to set them using fixed relations, meaning that when one of these fields is empty,…

Read More

Adding Structured Data or Schema Data

By Beaverplugins / November 7, 2018 /

When you create a web page, post or item, search engines find it hard to understand specific elements. You want to keep control on how it is displayed, but how a search engine sees it can be very different. Structured Data helps search engines to better understand what the content is specifically about. But it…

Read More

Pagination for Timber Posts Module

By Beaverplugins / November 5, 2018 /

The Timber Posts Module is probably the single most powerful module in the Toolbox plugin. It allows you to do virtually anything. Because nothing is really fixed inside the Timber Posts module it serves no purpose to add pagination at the top or bottom of the results, you can just as easily add it in…

Read More

Different layouts for different post-type search results

By Beaverplugins / November 5, 2018 /

Many things are quite manageable when using Toolbox plugin with Beaver Builder and Beaver Themer.  One of those is something that came up on one of the Facebook Forums where a question was asked whether it is possible to have different layouts for different search archive results. Most examples like the ones in this post…

Read More

How I added Docs using Toolbox

By Beaverplugins / October 30, 2018 / Comments Off on How I added Docs using Toolbox

When I had finished the first release of Toolbox I needed to add a Docs section to the website, in which I could easily navigate through the different sections and subpages. My first thoughts were to download a plugin from the WP Repo so I downloaded and tried a few but, although they all worked…

Read More

Front-end Framework for Toolbox

By Beaverplugins / August 13, 2018 /

Whether you start editing your layout using the default Posts Module or the Timber Posts Module, you will need to use some HTML to style your output. Because of the way the wp-loop works and fields are handled you still need to do this by hand. One of the disadvantages is that you don’t have…

Read More

Using Relevanssi in Toolbox

By Beaverplugins / July 6, 2018 /

If you’re using Toolbox to output your search results page, you’ve probably noticed you can’t use {{item.excerpt}} in the {% for item in posts %} loop. Instead, you will need to use {{item.preview(50)}} or {{item.content|truncate(50)}} to get something similar to the excerpt. As a workaround we’ve added a variable called {{excerpt}}, which holds the filtered…

Read More

Using The Google Maps ACF Field

By Beaverplugins / June 11, 2018 /

Toolbox enables you to very easily embed Google Maps ACF’s (Advanced Custom Fields) in your Beaver Builder layouts. There are only a few caveats that need to be filled, as I found out myself. This article is about what they are and to guide you through the steps on how to solve them. 1. Get…

Read More