Getting Started

I get the following error installing plugins "The remote plugin package consists of more than one file, but the files are not packaged in a folder"
This happens on some hosts who block installing plugins from within the theme folder. If this happens you'll need to manually upload the plugins which i...
Wed, 16 Dec, 2015 at 10:47 PM
Change the Date Format in the Top Bar
  The date shortcode pulls the date from a php function - to remove the "th" part of the date for example you could use a custom function like t...
Wed, 30 Dec, 2015 at 7:51 PM
My Header Details widgets disappeared!
It's likely that your text within these widgets are a bit too long. There are a couple of ways to solve this: 1) Remove one of...
Fri, 12 Feb, 2016 at 12:05 PM
Projects - Display titles without having to hover
If you would like to display the projects titles in Broker without needing to hover I have a little custom css for you which will help. Within Theme Options...
Sat, 2 Apr, 2016 at 1:39 PM
Shop: How do I make a Single Product Full Width (without a sidebar)
Add the following in Theme Options > Custom Code: body.single-product .sidebar { display: none; } body.single-product .cg-shop-main .col-...
Wed, 31 Aug, 2016 at 1:03 PM
If you've updated to Layerslider 5
If you've updated from version 4 of Layerslider to version 5 - there are two steps worth doing. Step 1 Go to Layerslider > Click ...
Tue, 31 Jan, 2017 at 3:57 PM
Centering the Main Menu
If you would like to center the main menu - go to Appearance > Customize > Additional CSS. Add the following CSS snippet and save. .cg-primary...
Sun, 11 Jun, 2017 at 11:59 AM
Display Header Details content in a Tablet view
Add the following snippet to Appearance > Customize > Additional CSS: @media only screen and (max-width: 1100px) {   /* Header Details on Mobile ...
Thu, 19 Oct, 2017 at 11:56 AM
LayerSlider 6.6.1+ Settings
Go to Layerslider and click on Slider Settings and Layout Set it to Full width. Next, turn on Advanced Settings And set the Maximum resp...
Fri, 26 Jan, 2018 at 9:34 AM
Removing Comments/Categories/Tags Displayed on Posts
Removing Comments Add the following via Appearance > Customize > Additional CSS: .blog-meta span.comments { display: none; } Next, install...
Sat, 2 Dec, 2017 at 2:06 PM