Use shortcodes in your layouts

Use shortcodes in your layouts   WordPress shortcodes are macros that can create markup dynamically. For an introduction to WordPress shortcodes, see the WordPress codex. This article refers to shortcodes from three sources: Shortcodes that come from outside Page Builder Examples are shortcodes that are provided by other plugins to accomplish some action. Shortcodes that you … Read more

Read More

Show a different menu for logged in and logged out users.

When running a WordPress membership site, a forum in WordPress, or allowing users to submit posts, you may come across situations where you want to show different navigation menus to logged in and logged out users. For example, you may want to show logged in users a link to their profile and a link to … Read more

Read More

The Text Editor Module

Read More

The Separator Module

Read More

The Photo Module

Read More

The Headings Module

Read More

Add Rows and Columns

Read More

Starting the Page Builder

Read More

Page Builder Quick Start

Read More

Using Page Builder to Update Textual Content

This page will show a video that will step you through the process of editing text areas using the page builder. The example shows a current website that has a menu that needs to be edited each month for the following month. I have kept formatting to its basic setup for ease of use, the … Read more

Read More

SMTP Mailer Plugin

Configure a SMTP server to send email from your WordPress site. Configure the wp_mail() function to use SMTP instead of the PHP mail() function. On occasions where your hosting company doesnt let you use the default Mail() command built into the server configuration it is possible to use the SMTP Mailer plugin to let your … Read more

Read More

Adding drop shadow and border to woocommerce product

This is a short snippet of code that will add a border and also a drop shadow to the product listings in your woocommerce store. .woocommerce-page .products li { border: 1px solid #9ba273; box-shadow: 8px 8px 12px #aaa; padding: 10px !important; min-height: 400px; } .woocommerce ul li.product a h3 { min-height: 60px; }

Read More

Important This site makes use of cookies which may contain tracking information about visitors. By continuing to browse this site you agree to our use of cookies.