Theme Installation

Once you download Buschwick Theme, unzip the main item. you will see the following folders:

  1. Bushwick.zip - Theme files that you will need to upload into your wordpress themes directory
  2. Documentation.zip - Documentation files, this which you are already browsing this momentt
  3. Demo Content.zip - Demo Content such as pages, posts, and so on, title says it all.
  4. Required Theme Plugins - Those are Required Premium plugins that you will need to install along with the theme in order for it to work properly
  5. Licensing - Theme license (GPL) and other items used by the theme
Bushwick can be installed in two different ways:
  1. Installing through WordPress
  2. Installing through FTP (File Transfer Protocol) - Manually uploading the unzipped theme into themes directory
Installation through WordPress

Installing a theme through wordpress is quite a simple process. After you have logged into wordpress account and are ready to go, in the admin panels sidebar navigate to appearance and then select themes. After that, click on the install themes tab and select upload from the navigation bar right below it. Click "choose file" button and locate your theme zip file (Bushwick.zip) then hit install now. After Bushwick has been installed locate and click activate.

Please be informed that you should not upload the whole item you have downloaded from Themeforest as you will get an error of broken stylesheet file. Instead locate the Bushwick.zip file inside the main file you have downloaded.

Warning!
While installing your theme through wordpress admin, you may encounter an error message saying "are sure you want to do this?". This is mainly due to your hosting php settings. Bushwick theme zip file is roughly around 6mb and in some hostings the default value for max_upload_limit left default which is 2mb. To solve this problem you should either increase your maximum upload size (to 10mb) on your hosting admin panel or ask your host to do it for you if you do not have the privilege to alter your server php settings. This is a very common request and they should be able to help you out. Once the limit is increased you can re-try the install and you'll be all good to go.

    Installation through FTP
  1. Download the Theme archive and extract the main theme zip file that contains Bushwick.zip
  2. You may need to preserve the directory structure in the archive when extracting these files. Some softwares like "winrar" create a sub directory with the same directory name they have unzipped. uploading the theme to your server via FTP with this structure is WRONG and you will face some errors.
  3. Use an FTP client (for example filezilla) to access your host web server
  4. Transfer your unzipped theme to your server in the wp-content/themes
  5. Once the theme is uploaded, you will need to activate it. Go to Appearance > Themes and activate your uploaded theme.

Importing Demo Content

Bellow is a step by step explanation on how to import our demo website content, please read carefully and if you face any problems that is not covered here, open a thread in our ticket system.

  1. Login into your WordPress Admin section (http://www.your-web-site.com/wp-admin)
  2. Go to Appearance > Themes > Upload > Bushwick.zip and activate the theme.
  3. Begin installing the required plugins, and activate them.




  4. Go to Appearance > Theme Options > Demo Importer and hit "Import" after you've pressed import please wait a few seconds to have the demo installation completed. Important! Please don't navigate away while the installation is being performed. Done!
  5. NOTE:

    It is best that you install the Demo Content on a fresh and clean database, that's because our One Click Demo Importer imports all the content, images/content even sets up the menu and frontpage of your website.





  6. Done! You should now have the dummy/demo content similar from the Live Preview of the theme.

Increasing WordPress Limit

Increasing the WordPress Memory Limit
  1. Edit your wp-config.php file and search for this line, the default value should be 32M or 64M, raise it if needed:
  2. define('WP_MEMORY_LIMIT', '96M');

    Note:Please note that WordPress memory can be different to the server - you need to set this regardless of server memory settings

  3. If you have access to your PHP.ini file, change the line in PHP.ini If your line shows 32M try 64M:
  4. memory_limit = 64M ; Maximum amount of memory a script may consume (64MB)
  5. If you don't have access to PHP.ini try adding this to an .htaccess file:
  6. php_value memory_limit 64M
  7. If none of the above works then talk with your hosting provider and let him know about your problem.

Updating the Theme

There are 2 methods to update our wordpress themes to a newer version. These new updates are essential if you want to have a bugfree website as we give new features and improvements to the theme over time, some of these updates might be needed in order to make the theme compatible with wordpress newer versions. There is no risk on losing your settings and pages. However if you had done modifictations on theme files, then they will be lost.

Update Through Wordpress Admin Panel

  1. For this method you should first install Theme Upgrade Tool
  2. Unzip the file you just downloaded from ThemeForest and locate the WordPress Theme. (eg. Bushwick.zip)
  3. Log into your WordPress Dashboard.
  4. Click on "Appearance > Themes".
  5. Still within the Themes section, on header tab, click on "Install Themes", then on header second tab click "Upload".
  6. Click "Browse..." and locate the new theme file. (eg. Bushwick.zip)
  7. In the "Upgrade existing theme?" option choose "Yes" from the dropdown list.
  8. Click "Install Now".
  9. Click "Activate"

Update Through FTP

  1. Login into your Themeforest account and go to downloads (Dashboad > downloads)
  2. Download the theme into your computer
  3. Install an FTP program (Filezilla is free)
  4. Retrieve your FTP login information from your hosting control panel and login into FTP
  5. Unzip the item main file
  6. Locate Bushwick.zip and unzip it. Make sure your unzipping software doesn't create an extra directory with the same name nested into each other.
  7. Drag and Drop theme main folder into your FTP program with the destination : "YOUR_HOSTING_ROOT/YOUR_SUBDIRECTORY/wp-content/themes/"
  8. FTP program will give a warning that there is an existing directory with the same name, choose to replace all.
  9. It will take a few minutes to replace all the files, so be patient and let it do its job.

Theme Options

Bushwick Theme comes with Redux Framework, this means lots of customization for you and your project, all being at a push of a button.

What is Redux Framework?

Redux is a simple, truly extensible and fully responsive options framework for WordPress themes and plugins. Built on the WordPress Settings API, Redux supports a multitude of field types as well as: custom error handling, custom fields & validation types, and import/export functionality.

With our Theme Options you can choose how your page will be displayed, the fonts that will be used, even the colors for individual elements:

General Settings

If you need to apply some small CSS tweaks to your theme, then you are in right place. Please note that you should always have a copy of your custom codes as sometimes you may mistakenly reset Theme Options to default settings and you might lose all your custom css. Alternatively you may consider making a child theme if your customisation is beyond just a few lines of CSS.

Also, here you can find customizable JS (javascript), where you can fill in your desired js code, add your js snippets and enjoy your newly created custom work.



Heading Settings

Customize the navigation style , logo section, and fonts at a press of a button.

As this wasn't enough you have much more options you can play around with, as you can see in these prints we've provided. All the options present in our Theme Options are well explained, so we don't have to go into more details in this docmunetation, this was just a small sample of what you can manage with it.

Settings / Reading

For your content to be displayed properly you will need to setup your Homepage and Posts Page (which is the Blog).

This is done by navigating to Settings/Reading in your WordPress admin dashboard, here you can also set the number of posts that are displayed in the Blog area, and the visibility of your page on search engines such as Google, Bing and any other engines.

Visual Composer

What is Visual Composer?

Visual Composer is #1 Premium WordPress Drag&Drop Page Builder that allows you to take full control over your website. You can build any layout you can imagine without any programming knowledge.

Bushwick Theme uses Visual Composer rows, columns and blocks, this way you can easily add or edit your content as you please without much to worry about.

To learn more about Visual Composer visit the link bellow:

Visual Composer WordPress

You can also lookup Visual Composer's official Video Tutorials here:

Visual Composer Video Tutorials

Build Pages using Visual Composer

With this powerfull Premium Tool integrated with our design, you can build pages as you please, the only limit is your imagination.



Rows and Columns

With rows and columns you can arrange the content on your website in order to achieve the layout of the page you've wanted.



Custom Blocks / Elements

Bushwick Theme comes with custom blocks / elements, giving you even more opportunities to achieve the design you've always dreamed of.

Bushwick Custom Posts

What are Custom Posts?

Custom posts are used to make your job easier, you can create your team members/add your slides individually, and create your portfolio items/projects as fast and easy as it can be.

Custom Post: Team

Each Member you add will have custom blocks, where you can change the colors/overlay type/social icons, and so on.



Custom Post: Services

Create your own services using our custom posts area. Edit each one of them individually, and display them on your page as you want.



Custom Post: Portfolio

Create you portfolio items/project and have complete control over the options for them, it's as easy as it sounds.'

Posts Formats

Standard Posts Formats support: Video/Image/Quote/Audio/Gallery

Bushwick Theme supports standard posts formats such as Image, Video, Gallery and more.

You can use those formats if you need some extra formats besides the ones that come with our theme (our custom posts).

Also you can use them even in your standard posts.

Portfolio

Bushwick Theme has a custom portfolio shortcode in which you can select for a variety of settings from number of columns, grids, to types.

This gives you the liberty to create your unique Portfolio Layout that reflects your personality.

Target URL: In this field you can use the link to your Video (Vimeo or YouTube), Self-hosted videos are not supported (the main reason why is that it takes too much server bandwidth when playing, and if your webhosting plan has a limited bandwidth it will affect you badly.)

Grid Style: On Portfolio Options you can find an option called "Grid Style", that allows you to change the style of the grid, between 3 columns grid layout and 2 columns grid layout.

Siderbar Position: Change the position of the sidebar, you don't like your sidebar on the left side? no worrys you can move it to the right of the portfolio with just one click.

Opening Types: Choose the opening type of the Portfolio items/projects, there are two possibilities up there for you, pop-up and single page.



Portfolio Settings:




You can find out the other options of the Portfolio by yourself and you can play around with them while trying to create your own personal Portfolio layout which suits you better.

Contact Form

Bushwick Theme comes with a customized Contact Form with custom markups, and for that you will need to use our premade markup which you will find bellow:

[text* your-name placeholder "You Name"]
[email* your-email placeholder "Email"]
[textarea your-message placeholder "Tell us what you think!"]
[submit "SUBMIT"]

Theme Sections

This is a short overview of the Team Sections and their usage guide.


Introducing Theme Sections

General Information:

  1. What are Theme Sections: In order to make your website faster we dediced to put our content in separate pages even though the theme is OnePage. The pages are conected between them by the menu using anchor points. This way your website loads faster and you will have your content sorted out the way you want.

This is how your page would have looked like with all the content in a single page:



The content you see above is all in one page, the same result could be obtained while using Theme Sections but much more clean and easy to know which part of the website you want to edit when needed.


This is how your page would look like when using Theme Sections:



As you can see the page looks much cleaner, and when you want to edit a part of the website you know exactly what to look for.



Setting up Theme Sections

How to set up your Theme Sections:

IMPORTANT! In order for Theme Sections to work first you will need to create a blank page on your website with OnePage Template as shown bellow:




Theme sections order is determined by the menu order. You can choose what type of page you want between the 3 different ones you will find: Normal Page, Page Separator and OnePage Section.




Normal Page

Normal page type is the default WordPress page, the single and independant page.


Page Separator

When this is set, the page will appear on your website but will not be displayed in the navigation menu.


OnePage Section

This type is used for OnePage layouts, it is using anchor points, and the sections are bound together by the menu

Blog - Details and Usage

This is a short overview of our Blog and it's options.


Blog Settings in Theme Options

General Settings:

  1. Show author info box: Shows or hides the post author in blog page.
  2. Show category info box: Shows or hides the post category in blog page.
  3. Show date info box: Shows or hides the post date in blog page.
  4. Items per line: Number of items displayed per row.
  5. Siderbar position: Choose sidebar position.
  6. Show Blog here section: Choose to display here section in blog.
  7. Blog Hero background color: Blog Hero background color, etc.

So setup a Blog Page the only thing you need to do is create a blank page with the name you want, for example "BLOG" and asign the created page as "Posts Page" in WordPress Admin Dashboard Settings / Reading. [ Check out Settings/Reading section in this documentation! ].

Credits

Thank you all!


Scripts

  • Animsition A simple and easy jQuery plugin for CSS animated page transitions. Visit Website
  • ImagesLoaded JavaScript is all like "You images are done yet or what?"
  • Isotope Isotope for Wordpress Visit Website
  • Jarallax Just another Parallax. Visit Website
  • jQuery Migrate Migrate older jQuery to a newer version.
  • jQuery UI Includes core.js, mouse.js, position.js and much more. Visit Website
  • jQuery Form jQuery Form Plugin. Visit Website
  • jQuery jQuery Plugin. Visit Website
  • jQuery Magnific Popup jQuery Magnific Popup Plugin. Visit Website
  • jQuery Themepunch Revolution Slider jQuery Plugin for Revolution Slider. Visit Website
  • jQuery Themepunch Touchswipe jQuery Themepunch Tools. Visit Website
  • jQuery Waypoints jQuery Waypoints Plugin. Visit Website
  • Modernizr Modernizr Custom Build. Visit Website
  • OWL Carousel Touch enabled jQuery plugin that lets you create a beautiful responsive carousel slider. Visit Website
  • Superfish Superfish menu plugin. Visit Website

Top