Getting Started
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
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
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
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
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 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
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
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
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 Add the following via Appearance > Customize > Additional CSS: .blog-meta span.comments { display: none; } Next, install...
Sat, 2 Dec, 2017 at 2:06 PM