Posts by Beaverplugins
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 MoreShow 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 MoreAdding Accordions with Toolbox and UIkit
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 MoreAdding Structured Data or Schema Data
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 MorePagination for Timber Posts Module
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 MoreDifferent layouts for different post-type search results
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 MoreHow 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 MoreFront-end Framework for Toolbox
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 MoreUsing Relevanssi in Toolbox
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 MoreUsing The Google Maps ACF Field
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