Faq

WordPress is web software for creating blogs and websites. WordPress started out as a blogging platform, but has evolved into a Content Management System (CMS). Whether you want to set up a one page blog or a full blown commercial website, WordPress can handle your needs. For more information about WordPress, head straight to the source: http://wordpress.org

WordPress is a Content Management System (CMS) that operates solely in the browser. You can very easily install WordPress on your web host; in fact, most web hosts provide an easy option to auto install WordPress for you. Once installed, you simply create new posts and pages that will serve as your site’s content. WordPress themes account for the stylization of your content, and can be changed through the WordPress Dashboard with just a few clicks. Changing a theme can completely change the way in which your content is presented. WordPress comes packaged with a few basic themes, but you can install new themes to provide your site a look different from other WordPress sites that use the default themes. At Flythemes, we offer unique themes that can be used on your WordPress site.

Begin a new theme installation by first uploading the theme files. The theme files can be uploaded in one of two ways:

FTP Upload:
  1. Unzip the theme.zip file
  2. Upload the unzipped theme folder into the /wpcontent/themes/ folder on your server
WordPress Dashboard Upload:
  1. Navigate to Appearance > Add New Themes > Upload
  2. Click to browse and select the zipped theme folder (do not unzip the theme files prior to upload)
  3. Click “Install Now” to upload and install the theme

Once the theme is uploaded, activate it by navigating the Themes page (Appearance > Themes), and click to activate your chosen theme

During the course of your membership you will have access to our entire collection of themes, all theme updates, all new theme releases and support forum. You are free to use our products for personal and commercial use on unlimited domains.

Single theme purchases are available via the theme page. Click on Buy Now button it will redirect you to checkout page. With your purchase you receive access to the theme files, sample data files and the support forum for your theme.

Single theme cost ($39) is a one time cost and there is no need to pay annually. Single theme comes with lifetime support and unlimited domain usage. All themes package cost($99) is one year fee and after that you need to renew it at a discounted rate. In all themes package you can access the existing and future themes with no extra cost. All themes package comes with lifetime support and unlimited domain usage.

No, we do our best to showcase the themes as we’d see them being used. Keep in mind that if you are trying to decide between themes in the collection, you get access to the entire collection of themes with your membership.

Since its a digital product we cannot provide full refund but we offer a 30-day no-questions-asked partial refund policy to all customers. If you are not satisfied with our products for whatever reason, then simply let us know within 30 days of purchase and we’ll proivide partial refund immediately. Kindly note that refund will not be provide for all themes package.

You have access to the support forums for the entirety of your membership. As long as you’re a member, you are able to access the support forums.

Yes, you are free to use our products on unlimited domains.

Yes, we code our themes to be compatible with the most two recent releases of WordPress. All themes are reviewed to ensure they work with WordPress updates. Also, each theme page lists the minimum WordPress version required for the theme to properly function.

We test and support all of our themes in all major browsers. That means our themes will work in Internet Explorer 8, 9 and 10, Chrome, Firefox, Safari, and Opera.

The support forums are to help you in the use of your theme. While we are more than happy to help with minor changes (adding/editing a few lines of CSS), more extensive changes will need to be handled by a developer. If you are in need of a developer, send us a message, and we will connect you with our customization team.

Once you have created your membership, simply login and head into the support forums to begin asking your questions. Please keep in mind that the majority of the team is US based (GMT), so please be aware of the time difference.

Yes, Once complete your purchase you will get the data files in your email. Also the default content available for homepage as well.

Yes, you are free to change copyright information in the footer as you see fit.

All of our themes are localized and include default .pot file. These are the files that you can use to easily translate a theme using Poedit. You can also use any one of the translation plugins available from http://wordpress.org to help you in the translation process.

Yes, Our memberships are truly unlimited, which means you are free to do with the themes as you like. You are permitted to use them for personal or commercial use as well as to install on multiple domains.

Yes, We offer customization/design services by charging small amount. You can contact us for any customization.

Yes, our themes are 100% child theme friendly. If you are unfamiliar with child themes, a child theme is a theme that inherits the functionality of another theme, which is its parent theme. Child themes are the easiest way to modify a an existing theme. Basically, you modify your child theme, and these changes override the functionality/presentation of the parent theme. This enables you to safely update the parent theme without losing your modified code. To learn more about Child Themes and how to work with them, please visit http://wordpress.org/child-themes.

Creating a child theme is very simple. We’ll use Volumes as an example. First, create a folder (e.g., volumes-child). Next create a new file called style.css in your newly created folder. In this file, you should enter some information to identify it as a child theme:
/*
Theme Name: Volumes Child
Description: Child theme for the Volumes theme
Author: Your name here
Template: volumes
*/
@import url("../volumes/style.css");

Once you install this theme, you’ve have a child theme that can be activated. CSS changes can be made by adding CSS below the import of the parent theme’s CSS file. This will override the style of the parent. If you want to modify HTML or functionality, simple make the change within a file in the child theme. For more in depth information on working with Child Themes, please visit http://wordpress.org/child-themes.