Browsing Category

Featured

Featured, WordPress Themes, WordPress Tutorials

Beginners’ guide: How to find the right WordPress video theme on ThemeForest

September 18, 2015

Suppose that you start to redesign your WordPress site and want to turn it into a mobile-friendly, video-focused one. So you visit ThemeForest marketplace, where browses a lot of versatile and high quality themes, in order to find the right theme for your video site. However, the process is not easy because you are challenged by the vast number of themes and templates here.

To help you overcome the challenge, this article will share the process of how to pick the appropriate ThemeForest WordPress video theme.

Find the Right WordPress Video Theme – ThemeForest

First, you should hover over the WordPress tab on the top menu of ThemeForest, and click on a category for the types of layouts you would like to have. If you are a blogger, you may want to look at the Blog/Magazine category.

video theme themeforest 1

Next, you hit the Tags widget on the left sidebar and choose “video” tag. Now you may want to sort those WordPress video themes by newest items, trending items, best sellers, best rated or price. The price perhaps is not a big priority because you can get a great WordPress video theme for around $50 and the prices do not go that much lower from there. However, it is important to make sure that those themes are ordered by rating. This helps you avoid buying any item from ThemeForest that has not been purchased at least a double-digit number of times and had five star ratings.

Once you have a shorten list, you should start to review each ThemeForest WordPress video theme by hovering your mouse over it and see a preview before you click. This will save you a lot of time.

video theme themeforest 2

If you find one that could be suitable for your video site, you can check its live preview. Also, you should go to the ThemeForest purchase page of the item and look at the purchasers’ comments. This helps you understand more about the theme’s design and functionality, see a lot of problems as well as know whether they are solved.

When checking those comments you can also see URLs of the sites activating this theme. Remember to take a look at those sites so as to see what the ThemeForest WordPress video theme looks like in use. If the theme looks wildly different to the live preview and you are not confident in customizing it, then this one is probably not a good choice for you. In contrast, when you see a video website (using the theme) without the perfect design (like the theme demo) and you still love it, then you should choose this item.

That is all about how to find the perfect WordPress video theme. ThemeForest is no doubt one of the best theme marketplaces; nevertheless, to ensure that the chosen theme is the best suit one, you had better follow those steps.

Featured, WordPress Themes

Create a Video Gallery using a Mesmerizing WordPress Theme for videos

September 16, 2015

Discover a selection of quality WordPress templates that will allow you to create a video gallery like YouTube. Enjoy reading and feel free to share your feedback or your advice if you have used one of the listed WordPress themes for videos and images.

1. Kinetic – WordPress Video Theme 

wordpress theme for videos 1Kinetic is a unique WordPress theme for videos which offers a highlighting for your videos in full screen. It is perfect for your visitors to immerse in your world. You can also easily imagine that this type of theme can be reused by fashion sites where video would be such a parade of filmed photo session.

Kinetic is also distinguished by its sober and refined side, thus leaving plenty of room to video. You will also love its vertical menu.

This responsive theme is based on bootstrap to offer users worthy experience of the largest sites.

2. DeTube – Mesmerizing WordPress Theme for Videos

wordpress theme for videos 2

DeTube is an ideal WordPress theme for videos and images built for all of you who wish to own an extensive collection of videos. Whether you want to create a similar site as YouTube, create an online magazine, or just a sophisticated blog, this theme will make you happy. Moreover, this theme supports BuddyPress, which will delight users who want to develop their own community. With the support of this WordPress plugin, you can leverage the use of this site by offering your visitors to come and create real personal spaces.

With nearly two years of existence and 4000 sales, this theme is one of the leaders in its field and has most followed and updated topics.

3. One – WordPress Theme for Video Sharing

wordpress theme for videos 3

Based on Bootstrap 3, this WordPress theme will satisfy both lovers of video and all professionals who wish to have a feature-rich site. We will find the video everywhere, including in the main slide on the site, but the content are also its place.

The utilities of this responsive WordPress theme also satisfy mobile user with highest quality experience.

4. ThisWay – WordPress Video Portfolio Theme

wordpress theme for videos 4

ThisWay is another WordPress theme for videos and images that offers a full-page interface for video. This theme is built with video in mind, ensuring that your video content will be highlighted.

Developed in HTML5 and CSS3, this WordPress theme provides many effects; hence, offer your visitors a more modern experience on both computer screen and mobile interface.

We also appreciate many updates of the theme since its launch. Indeed, the author of ThisWay tcontinues to improve it to make it increasingly competitive.

5. Zenith – WordPress Video Sharing Theme

wordpress theme for videos 5

We’ve selected multiple WordPress themes with the possibility of putting videos in full screen, and Zenith is part of this collection.

Thanks to its administration interface, this WordPress theme for videos allows users to access to the Revolution Slider plugin. Moreover, it offers users Google Fonts, more than 116 icons for social networks, and 420 GPs icons to decorate your site.

Featured, WordPress Themes, WordPress Tutorials

Masonry layout in designing educational WordPress theme

September 14, 2015

With the current trend, more and more WordPress websites use Masonry layout, which is favored by a lot of users. The name of this layout probably originates from the jQuery Masonry plugin which is developed by David DeSandro – a designer of Twitter.

Masonry Layout is initially used by Pinterest.com, a famous website that specializes in sharing images and other media content; so Masonry Layout is also known for the name of Pinterest Style Layout.

While Masonry layout is usually used on photography or creative websites, it is a good idea to build education WordPress sites owning this grid style. If you are a WordPress designer or developer, you should think about creating an educational WordPress theme with Masonry design. You can read the following section in order to know how to create this trending layout.

As we often see, elements in the classic layouts are often aligned with CSS floats. It means that to arrange these elements horizontally and vertically, their size will be ignored. This creates a lot of unnecessary gaps in the layout of many WordPress themes like WordPress education academy theme.

  educational wordpress theme 1

However, with the Masonry layout, elements will be arranged based on columns with no fixed height rows. In particular, it reduces the spaces and tries to fit the maximum number of elements into the rows and columns. Simply, you imagine a Masonry layout looks like the puzzle game Tetris.

  educational wordpress theme 2

Masonry layout in use

Masonry Layout can be well applied for a WordPress education academy theme to present classes’ images (Image Gallery) or online/onsite courses. This kind of layout is suitable with the websites using infinite scrolling. It is very wonderful.

How to create Masonry layouts

In order to create a Masonry layout is quite simple, you need to download and activate the jQuery Masonry plugin. Make sure that your parent folder has the following file and folders: css, js, img and index.html

educational wordpress theme 3

This is the HTML code for a simple Masonry layout:

<!DOCTYPE html>

<html>

<head>

        <title>Masonry Layout</title>

        <meta charset=”utf-8″ />

        <meta http-equiv=”X-UA-Compatible” content=”IE=edge, chrome=1″ />

        <meta name=”viewport” content=”width=device-width, intial-scale=1.0, user-scalable=no” />

        <link rel=”stylesheet” href=”css/normalize.css” />

        <link rel=”stylesheet” href=”css/main.css” />

</head>

<body>

        …

        …

        …

        <!—end header –>

        <section class=”container”>

                <ul>

                        <li class=”item red”>

                                <a href=”https://www.behance.net/gallery/Oscar-Wilde/9330545“>

                                        <img src=”img/1.jpg” alt=”1″ />

                                        <p>Dewald Venter</p>

                                </a>

                        </li>

                        …

                        …

                        …

                </ul>

        </section>        <!– end container –>

        <!– Javascript – Jquery –>

        <script src=”js/jquery.min.js”></script>

        <script src=”js/masonry.min.js”></script>

</body>

</html>

Next, use CSS code to style the layout:

*, *::after, *::before {

        -webkit-box-sizing: border-box;

        -moz-box-sizing: border-box;

        box-sizing: border-box;

}

a {

        display: block;

        text-decoration: none;

        color: #000;

}

ul {

        list-style: none;

}

img {

        display: block;

        max-width: 100%;        /* flexible image */

        outline: none;

        border: none;

        margin: 0 auto;         /* align center image */

}

.container {

        max-width: 1200px;

        margin: 100px auto;

        padding: 0 auto;

}

.container ul .item {

        text-align: center;

        border-radius: 10px;

        display: block;

        width: 32%;     

        padding: 8px;

        margin: 7px 5px;

}

/* Responsive design */

@media screen and (max-width: 900px) {

        .container ul .item {

                width: 45%;

        }

}

@media screen and (max-width: 500px) {

        .container ul .item {

                width: 100%;

        }

}

Finally, use the below jQuery script so as to initialize the Masonry layout. Note that item selector must be elements in the container:

<script>

        $(document).ready(function() {

                var $container = $(‘.container’);

                $container.masonry({

                                itemSelector: ‘.item’

                });

        })

</script>

Conclusion

In general, it is easy to generate a masonry layout for using plugins. You can choose to use another plugin instead of jQuery Masonry plugin and create a Masonry educational WordPress theme as your liking.

Featured, WordPress Themes, WordPress Tips

Checklist for Choosing a Perfect WordPress Video Theme for Your Site

September 10, 2015

With so many WordPress themes on offer, you may wonder which theme is perfect for your video projects and match your content.

So, by spending a few minutes reading this checklist, you will understand what you need to look for. This helps you save lots of time and effort when filtering out the best WordPress video theme 2015 for your site.

List of Required Features

Before reviewing WordPress themes, you need to write up a checklist of features your video website will require and ensure that any theme that catch your attention include them. There are some features and functionality you should expect to see in a video WordPress theme. This could include responsive design, retina display support, video post format, YouTube video support, self-hosted video support and more.

Support for video plugins

While most WordPress themes and plugins should work well together, you can still save your time and effort by searching out video themes which are compatible with the most important plugins you plan to use.

For example, if you are video sharing website using Huge-IT Video Gallery, it can be helpful to look for a theme that is compatible with this tool. While most themes should work with this plugin, a video theme that lists compatibility with it will include full support for the plugin and allow you to take full advantage of Huge-IT Video Gallery.

Additionally, it’s worth checking the compatibility with the most popular plugins such as WooCommerce, WordPress SEO and WPML.

Free vs. Premium WordPress Video Theme

WordPress 2015 is content-focused; therefore, free video themes sometimes cannot meet your need of having unique video content in various formats. In that case, you should consider using a premium template for your website. When purchasing a premium WordPress video theme you can receive frequent updates and dedicated technical support.

Video Theme WordPress 2015 1

Pre and Post-Sales Support

After making a shortlist of suitable WordPress video themes, you should investigate the pre and post-sales support that is available with these themes.

There are some WordPress theme stores and marketplaces which allow users to freely access to their customer communication areas or support forums. You may also get in touch with the theme’s support team via or even email, online contact form telephone.

Mobile Optimization

Since April 2015, Google has included mobile-friendliness as a factor to determine your website’s rank in the search results. Thus, it is necessary to install a fully responsive video theme on to your WordPress site. Though most of WordPress themes available are responsive by default, it would be better to check whether the one you choose is completely mobile friendly.

Site speed and performance

Site speed and performance play a large part in how usable your site is and how SEO friendly it is. In addition to choosing the right web host, it is critical to pick a fast loading video theme. You can test the theme speed by running its demo through an online performance testing tool such as Google PageSpeed Insights and Pingdom Website Speed Test.

Video Theme WordPress 2015

Conclusion

You may be easily distracted and overwhelmed due to the huge number of WordPress video themes on offer today. However, if you understand what you want, it would be much easier to find the the best WordPress video theme 2015 for your individual needs.

Featured, WordPress Themes, WordPress Tips

The common of SEO friendly education WordPress themes

September 9, 2015

Nowadays, not only shops and businesses but many education organizations also do SEO for your websites. And a significant part of them choose to use WordPress – a SEO friendly platform, in order to manage the website content.

Before doing SEO for your WordPress education website, you need to pick a search engine optimized theme and set up a SEO plugin. However, with so many themes available, it would be hard to know which features are important and which are not. This article shows you the features SEO friendly education WordPress themes need to have. It will help you to select a theme that is as search engine friendly as possible.

The common of SEO friendly education WordPress themes

Responsive Design

education WordPress themes 1

From an SEO standpoint, it is very important for a website to be mobile friendly as this can improve the site’s rank in the search engine results pages and attract more website traffic. And using an education WordPress theme with responsive design is an effective way to ensure your site is mobile friendly.

The number of premium and free responsive education WordPress themes increase everyday. So you can pick such a one with no difficulty.

No Homepage Sliders

education WordPress themes 2

Homepage sliders are a common feature of many popular premium themes available today. However, these content sliders are bad for SEO since they increase the number of H1 headings per page, as opposed to the use of just one H1 heading per page, which is common SEO best practice.

Additionally, while some search engines use site speed as part of their ranking criteria for a website, these sliders can slow down the page. As a result, homepage sliders may have a negative impact on your site’s rank.

Therefore, a SEO optimized WordPress education theme will have no homepage slider or allow you to choose whether to use homepage sliders or not.

Schema.org Markup Integration

Education WordPress themes that make use of schema.org markup can help you optimize your education website and increase the number of site visitors from search engines like Google.

You can use this markup to enable rich snippets for your site, including your school’s photo, links to social media profiles, ratings, address, location, video thumbnails and more.

education WordPress themes 3

The rich snippets helps search engines better understand your content. Also, this information can be displayed on social networks like Facebook, Twitter and Pinterest, making your content look more enticing when shared socially.

You can use a plugin to add rich snippets to your WordPress education site, or select an education WordPress theme which integrate schema.org markup.

SEO Plugin Compatibility

There are a lot of premium and free responsive education WordPress themes which are completely compatible with popular SEO plugins. This allows you to take full advantage of the SEO plugin you use and even enhance its functions.

Hopefully this article can help you to choose a suitable SEO friendly education WordPress theme for your site and get more students as well as sell more courses.

Featured, WordPress Themes

8 Free & Best WordPress Themes for Video Bloggers in September 2015

September 8, 2015

WordPress theme is a useful tool for controlling the look and presentation of the content on your site. However, there are many WordPress themes available and it’s hard to select the appropriate one. This article will introduce eight latest and best WordPress themes for video content on WordPress Theme Directory in early September, 2015. These free themes have many great features that are suitable for businesses, blogs, online shops and especially video-related websites.

Latest and best WordPress themes for video on WP Theme Directory

1. Novavideo Lite

best WordPress themes for video 1

Novavideo Lite is one of the free and best WordPress themes for video 2015. The theme supports video post format and has unique features for video blog and video portal.

2. Destin Basic

best WordPress themes for video 2

Destin Basic owns a lightweight and fully responsive design which can help you to create a truly unique website. The theme allows you to use Customizer to add your own page layouts and site width, etc. It provides eight post formats, including Video, Image, Audio, Gallery, Aside, Status, Quote and Link.

Destin Basic is compatible with Woocommerce, bbPress and BuddyPress. It also allows you to install JetPack plugin to display each of your galleries through a tiled view and jQuery carousel.

3. Identity

best WordPress themes for video 3

Identity is a WordPress theme with modern, bright and colorful style. It fits for bloggers who are young of mind and spirit. The theme supports Gravatar image, user descriptions and nine post formats (including image, video, audio, gallery and more).

4. Webvideo

best WordPress themes for video 4

This is also one of the free and best WordPress themes for video 2015 designed for video blog, video site and video portal. The theme supports full-width videos and is a great choice for photographers or designers who want to showcase their works online.

5. The Chameleon

best WordPress themes for video 5

Chameleon is a HTML5 video WordPress theme with large number of responsive designs and options for organizing content. In particular, it provides six page templates: full-width, right sidebar, left sidebar, double sidebars, double right sidebars and double left sidebars. Its powerful page builder allows you to insert your widgets many columns (from two to six columns). Especially, all post formats have featured video and audio options.

Chameleon theme’s design can be change completely by using an activation of the skins, which is provided by the theme author. It also includes Theme Options and Customize Options so that you can customize your site more easily.

6. Mamba

best WordPress themes for video 6

Mamba is a responsive masonry WordPress theme built on Zurb’s Foundation 5 framework. It comes with FitVids.js for responsive videos and a gallery post format using FlexSlider.

7. Photographer

best WordPress themes for video 7

This is a fully responsive WordPress video theme, mainly built for photographers, designers, creative agencies and video bloggers.

8. Photolab

best WordPress themes for video

Photolab owns a modern and flat design, perfect for blogs that require alluring design. It supports various types of content such as quotations, photos and videos. Each type of content can be placed in a separate block marked with a specific color bar and an icon on it. This WordPress video theme is responsive and user-friendly, which helps its viewers feel pleasant when visiting the site from different devices.

Featured, WordPress Themes

Three cogent reasons for choosing a responsive video theme

September 7, 2015

There is a saying that “You don’t have to know everything. You just have to know where to find it”. It is extremely right when we are living in the age of the Internet, a rich source of information that lets us find out everything we wonder easily. Since a lot of information on the Internet nowadays is available in the form of videos, the process of exploring new things has become more interesting.

If you make a large number of awesome videos and you want other people to watch them, what is better than showcasing all your amazing works on your own website? Thanks to WordPress, you can now feel free to do that in the easiest way, just with a click to pick one of the best responsive video themes for your site. Here are three convincing reasons why you should choose such a theme.

best wordpress themes for video

1. A strong commitment to the fame of your videos

As you create and run a WordPress website to present your drop-dead gorgeous videos, you certainly want your works to get popular, which means that they are highly ranked on search engines’ result pages. To do that, you need to optimize your video website for search, for example, by using a responsive video theme with SEO friendly structure and SEO features. Fortunately, most of the WordPress themes are SEO-friendly, so you only need to pick a suitable one and your video site will likely receive a lot of attention.

2. A firm promise of a unique appearance for your own website

Not only do you need to produce stunning videos but you also need to have your website where you show your works appearing glorious and notable so you can attract as many viewers as possible. The best responsive video themes now provide you with many customization options in order that you are capable of changing the themes to suit your works and please your target viewers. You can easily change the color scheme, layout, header style, or even add a bit of code for your favorite special functions or effects manually. Besides, if you have any difficulty doing this, you can find instructions in online documentations or contact support teams for help.

3. A reliable guarantee of bridging barriers between you and your visitors

university theme WordPress 2

When you upload your videos to your site, there are likely a lot of people around the world who can view your videos. Since almost all responsive video portfolio themes now are compatible with translation plugins, your website’s content can be displayed in various languages. Thus, the worry that people from other countries might not understand your content will vanish. Besides, those themes allow your videos to be presented in a neat portfolio, through which you can express yourself and your visitors can have a general opinion about you and your works before they start to watch your videos. This feature also helps your audience find what they want to see more easily. Additionally, most themes are now integrated with social network plugins that let you create forums right on your site, which can help you not only know what your visitors think about your videos but also discuss your videos with them so that you are able to improve your later works. In short, video themes can support you in crossing any barriers between you and your audience.

The three benefits mentioned above are just three among many reasons why you should choose a responsive video theme. You can gain a bunch of other advantages, depending on the theme you select.

Featured, WordPress Themes

WordPress themes for education are trending on ThemeForest this week

September 4, 2015

This article rounds up ten trending WordPress themes for education, event and course on ThemeForest in early September, 2015. You can visit the online marketplace for more themes.

1. Clever Course – Learning Management System Theme

WordPress themes for education 1

Clever Course is currently one of the top trending WordPress themes for educational website on ThemeForest. It is built for school, college, university and educational institutions. The theme especially supports users to create and sell online and onsite courses.

Also, Clever Course supports many different payment methods foe learners, such as Paypal, Stripe, PayMill, Authorized.net and bank transfer. In addition, the theme features a course certificate, course badges, course rating, master slider, unlimited page builder and so on.

2. Carry Hill School – Responsive WordPress Education Theme

WordPress themes for education 2

Carry Hill is a fresh and customizable theme for elementary school and creative website. It comes with flexible design, Visual Composer and LayerSlider plugins, timetable schedule, 2086 icons, more than 700 Google fonts, 9 color schemes and color picker, etc.

3. The Keynote – Conference / Event WordPress Theme

WordPress themes for education 3

This is one of the clean and responsive WordPress themes for educational website, conference and event. It comes with speaker post type, speaker list, program schedule, PayPal payment system for ticket, master slider, unlimited page builder, parallax section and WPML ready, etc.

4. University – Event, Course & Education WordPress Theme

university-wordpress-education-theme

This multipurpose WordPress theme is built for events, courses, learning management system and business. It allows users to create and sell courses and tickets. The theme is also featured with 7 homepage demos, LearnDash and bbPress supports, course enroll and payment, Visual Composer page builder, Revolution Slider, translation and much more.

5. Happy Kids – Children WordPress Theme

WordPress themes for education 5

Happy Kids is a simple and clean WordPress education theme for kindergartens, preschools and other children-related activities. It comes with CWS builder, Slider Revolution, unlimited color schemes, 9 lovely background patterns, WooCommerce support, simple multi-gallery, portfolio pages and unlimited sidebars, etc.

6. EduLMS – WP Learning Management System Theme

WordPress themes for education 6

EduLMS is one of the stylish, simple and customizable WordPress themes for educational website. It provides full features to create unlimited courses, quiz, lessons and topics.

The theme is packed with unlimited educational home pages, Revolution Slider, SEO support, skin options, certificates, short-codes, a child theme, parallax effect, Envato Toolkit plugin and much more.

7. ETHIC – Event, Course & Education WordPress Theme

WordPress themes for education 7

This education WordPress theme will be a suitable choice for schools, colleges, universities or other educational institutions. It comes with Revolution Slider and Visual Composer premium plugins, Max Mega Menu, Huge-IT slider, BuddyPress and bbPress.

Moreover, the theme offers powerful admin panel, 7 home pages, the events calendar, LearnDash LMS plugin support and a lot of other features.

8. Little People – Kindergarten WordPress theme

WordPress themes for education 8

Little People is designed to deliver an easy to use kindergarten, nursery or child care WordPress site. This responsive theme is packed with boxed/full-width layout options, Slider Revolution plugin, Visual Composer plugin, Essential Grid plugin, translation support, parallax image/video scrolling sections and more. Also, it features video tutorials, detailed documentation and full technique support.

9. Fable – Children Kindergarten WordPress Theme

WordPress themes for education 9

Fable is a responsive WordPress education theme best suitable for kindergarten, preschool, primary school, elementary school and child care center. This is also one of suitable WordPress themes for education related projects such as babysitting, summer camp, or art school.

This theme offers Slider Revolution and Timetable plugins, built-in drag and drop page builder, short-code generator, theme options panel, theme styles panel, five home page layouts, WooCommerce and much more.

10. Masterstudy – Education Center WordPress Theme

WordPress themes for education 10

MasterStudy is one of the responsive WordPress themes for education business, which helps users easily setup a stunning WordPress site to sell online courses. In particular, it allows you to create courses with categories, splits into classes and sell theme.

The theme is customizable using Visual Composer, theme options, Revolution Slider, more than 630 Google fonts and many other powerful features.