WordPress Theme Marketplaces 2013: Trends

A good way to spot emerging trends in the WordPress themes market would be to look at the behaviour of theme marketplaces like Themeforest, Mojo Themes and other boutique WordPress marketplaces. Here are some of our observations of what is currently ongoing and our take on what is to be:

Themeforest – The WordPress Marketplace Giant

With about 2500 themes in its inventory, Themeforest is probably the largest theme marketplace there is. Collis Ta’eed, founder of Envato which runs Themeforest, observed that the main trends on theme sales for 2012 have been: responsive, e-commerce and app themes (themes that have app like functionalities).

These trends are indeed reflective of trends observed by developers in the industry. With mobile platforms taking their place as the new mainstream it is just fitting to find responsive themes becoming more of a necessity rather than a trend.

The introduction of Jigoshop and WooCommerce plugins are making people realize the viability of turning WordPress themes into robust e-commerce solutions.

Specialized app themes will remain and will continue to flourish because of the specific niches they service. These niche WordPress app themes will continue to evolve as the themes market matures.

Mojo-themes and other WordPress Boutique shops

A look at the top 10 sellers on Mojo Themes similarly shows 4/10 themes are already responsive indicating that the trend towards mobile friendly themes is indeed a phenomenon. Their top selling theme is an e-commerce theme validating the emergence of WordPress as an e-commerce solution. The rest of the themes are multi-purpose or portfolio themes which target professionals, small or medium scale businesses and corporations.

Boutique theme shops and clubs such as StudioPress, Thematic, Press75, iThemes, WooThemes, Templatic and many others continue to thrive with their own loyal following.

Outlook for 2013

Major and minor WordPress theme marketplace vendors are experiencing the trends towards responsive themes and e-commerce. The question is how will these trends influence these marketplaces as they prepare for 2013 and beyond?

It is our opinion that responsive themes will continue to be in high demand as the transition to mobile platforms is still ongoing. About 6.1B mobile subscriptions are still yet to convert to internet ready smartphone subscriptions. The recent introduction of WooCommerce and Jigoshop indicates that the market is also only in the early stages of adaptation and mainstreaming of this technology. 2013 will be a year for continued acceptance as more sites exploit the democratization of e-commerce with these two plugins. Perhaps more eCommerce plugins will be introduced into the market and WordPress users will have more options and solutions to choose from.With a big year ahead for responsive themes and e-commerce, developers now have to bid for the best products to serve these markets as well as look at what lies ahead in 2014.

As ThemeForest continues its commitment to evolve and improve its review standards on what WordPress themes are made available in the marketplace we can expect higher quality WordPress themes that will satisfy even the strictest Code gurus out there. The renewed commitment to become more involved in the WordPress community is also a welcome move that will surely benefit us all.


Wedding WordPress Theme 2012 by ThemeFuse

Bring out the bubbly because she just said “Yes!” But wait! Walking down the aisle isn’t that simple nowadays what with all the preparations and planning that has to be done. One of the most challenging things you’ll ever go through in life is to plan a wedding. But what if you had a tool that could help you address all the logistical challenges that go with it? A simple solution is to create a website just for the event that way you can manage certain aspects of the wedding wherever you are.

Many times, coordination and information dissemination can be a challenge as you plan your wedding or even somebody else’s. Just Married Premium WordPress theme is a theme indispensable during wedding preparation activities. This premium WordPress theme is an effective means of communicating the progress of wedding preparation, invitations, attendance, as well as bookings and gift registry. It is also perfect for wedding organizers as they coordinate activities that may be logistically challenging to accomplish.

Just Married allows you to manage information relevant to the wedding. With the theme’s built-in templates, you can post all the information about the ceremony, sponsors, bridesmaids, groomsmen, and the entourage that guests might want to know. You can also post information about the bride and the groom’s story and how the story continues along. Confirming guest attendance is also much easier with Just Married’s RSVP feature. With this feature, guests can fill out the RSVP form to confirm attendance making it easier for the bride and the groom keep track of their budget. The theme also allows you to connect to the couple’s bridal registry pages to their stores of choice making it convenient for guests, whether local or international, to give gifts to the couple. Out of town guests can take advantage of the accommodations feature to book hotel rooms at group discounts set-up with partner hotels.

This premium WordPress theme’s responsive design allows guests to visit the site while on the go. This is perfect for friends and family travelling to the event. Planning a wedding need not be such a stressful activity if you have the right tools.

Features:

  • RSVP Module
  • jQuery Image Lightbox
  • Auto Image Resizing
  • Cross Browser Compatible
  • jQuery Image / Video Lightbox
  • Font-face custom font
  • Powerful Admin Options

This theme includes documentation, video tutorials, as well as access to an AfterCare Forum for theme support. Check out Just Married Premium WordPress Theme today.

Just Married Theme: $49 | Demo & Download

35 of the Best eCommerce WordPress Themes 2013

Believe it or not, 2013 is right around the corner, and we want you to be prepared. Thanks to some big advancements in eCommerce functionality for WordPress in 2012, the Best eCommerce Themes of 2013 are sure to be amazing. eCommerce is simply the commerce conducted through the Internet. With millions of websites, blogs, and Internet users, more and more businesses are taking their products online. The successes of sites like Amazon and Ebay has dispelled all skepticism about eCommerce websites – not to mention the scores of “mom and pop” operations selling everything from ebooks to digital hugs…yes…some people are making money selling completely made up things.

(more…)


HTML5 WordPress Themes 2013: Trends

The evolution of HTML from the time it was introduced years ago to the HTML5 we know today is a technical geek lover’s journey. This article is not about that but just in case you are interested to know how it all came to be here are some interesting resources for you to check out. For those who want a more comprehensive history of HTML5, you can read all about it here – Dive into HTML5 by Mark Pilgrim. For those who just want a quick overview, check out this cool infographic The History of HTML5 published by Mashable. If you are really want to get into the technical stuff, you can go straight to the source right here – W3C.

What’s so Cool About HTML5

According to PCMag:

HTML5 was designed to provide a comprehensive application development platform for Web pages that eliminates the need to install third-party browser plug-ins such as Java and Flash. HTML5 provides support for 2D graphics, document editing, drag and drop, browser history management, audio and video playback and local file storage.

Simply put, HTML5 is composed of a set of rules that tell computers how to interpret code to display websites. It’s the 5th version of a set of instructions, governed by specific rules, that tells your browser how to execute these commands to display a specific design. It is the language of the web. HTML5 includes the following updates:

HTML5 introduces a number of APIs that help in creating Web applications. These can be used together with the new elements introduced for applications:

  • Media elements (video and audio) have APIs for controlling playback, syncronising multiple media elements, and timed text tracks (e.g. subtitles).
  • An API for form constraint validation (e.g. the setCustomValidity() method).
  • An API for commands that the user can invoke (used together with the command element among others).
  • An API that enables offline Web applications, with an application cache.
  • An API that allows a Web application to register itself for certain protocols or media types, using registerProtocolHandler() and registerContentHandler().
  • Editing API in combination with a new global contenteditable attribute.
  • Drag and drop API in combination with a draggable attribute.
  • An API that exposes the components of the document’s URL and allows scripts to navigate, redirect and reload (the Location interface).
  • An API that exposes the session history and allows scripts to update the document’s URL without actually navigating, so that applications don’t need to abuse the fragment component for “Ajax-style” navigation (the History interface).
  • An API for base64 conversion (atob() and btoa() methods).
  • An API to schedule timer-based callbacks (setTimeout() and setInterval()).
  • An API to prompt the user (alert(), confirm(), prompt(), showModalDialog()).
  • An API for printing the document (print()).
  • An API for handling search providers (AddSearchProvider() and IsSearchProviderInstalled()).
  • The Window object has been defined.

WHATWG HTML has further APIs that are not in HTML5 but are separate specifications at the W3C:

  • An API for microdata.
  • An API for immediate-mode bitmap graphics (the 2d context for the canvas element).
  • An API for cross-document messaging and channel messaging (postMessage() and MessageChannel).
  • An API for runnings scripts in the background (Worker and SharedWorker).
  • An API for client-side storage (localStorage and sessionStorage).
  • An API for bidirectional client-server communication (WebSocket).
  • An API for server-to-client data push (EventSource).

source: W3C

How Does this Affect WordPress Developers?

The HTML5 standard features make it easier to develop faster, interactive, and more semantically correct web pages, eliminating the need for functions that require JavaScript and Flash. WordPress designers, authors, and developers can take advantage of HTML5 enhancements on these 6 key elements: video, application cache, canvas for images, geolocation, worker threads, and notification. No doubt, HTML5 has bridged the divide between desktop and mobile and so far it is the best way to create mobile-friendly websites on a variety of devices.

What Trends do We Expect See in 2013

  • The rise of the baked, boilerplate, bare bones or blank HTML5 Themes
  • HTML5 will be supported by all new WordPress themes
  • More single dynamic pages websites with animation features
  • WordPress themes running on HTML5 compatible smart phones
  • Responsive design
  • Simple and clean themes (no to options-overload, yes to feature-specific themes)

HTML5 is still a work-in-progress and its adoption into more and more WordPress themes will continue as more and more users turn towards the mobile web. We can continue to expect more power, more speed, and more capabilities from it in the future as this technology continues to mature.


Photography WordPress Themes 2013: Trends

Photokina 2012 just wrapped up recently and major camera manufacturers have just announced and released new camera models and camera products for all sorts of buyers. One of the major innovations to the professional digital camera line is the Wifi or GPRS feature that enables one to transmit and post images over a wireless network or the Internet – functioning in a way almost like a mobile phone.

The mobile market has also seen its own latest tech upgrades. The recent release of new and more powerful camera phone features and software updates for both iPhone and Android users boasts of more sophisticated camera features like panorama capabilities and multiple photo filters. The continued popularity of Instagram and Pinterest has flooded the Internet with images of food, places, and random stuff. Legitimate and professional photographers are also opting for lighter versions of their heavy gear allowing Lomography and iPhoneography to flourish.

Given the rate that this technology is gaining momentum and even its own following, we can anticipate that photographers who manage their own websites will want to incorporate quick and easy posting of their images straight from their cameras – no matter what type of camera or device they use – to the Internet.

In view of all that, what do we expect to see in 2013 as far as WordPress photography themes go? Here are some of the few things we think will become part or if not staple features in WordPress photography themes:

  • Eye-fi/Wifi/GPRS ready with Custom Image Resize Function – Mobile posting capabilities with built-in image resize function to resize large images to web friendly proportions.
  • Retina display ready – Crisper and clearer rendering of images without the added bulk or load time.
  • Social sharing function – Ability to post across multiple sites (Instagram or Pinterest integrated functions).
  • Infinite or vertical scrolling features (lite version) – Infinite scrolling is a great feature but sometimes it can cause frequent browser crashes. WordPress authors or developers can create a plugin that allows this feature while minimizing the bulk buildup that could result to slower loading sites.
  • Quick and easy bulk upload features (for mobiles) – Ability to manage multiple image uploads.
  • More eCommerce options – Some photographers prefer to use their website as an online gallery while others do that while also maintaining a store front. eCommerce should be a standard built in theme option which may be enabled or disabled if preferred.

As the world becomes increasingly mobile, WordPress theme users needs will continue to evolve. In line with that, theme authors and developers need to anticipate these developments and be two steps ahead of all these changes.


7 Stunningly Creative WordPress Themes for 2012

1. Creative Skeleton Responsive WordPress Theme

Attention Creatives! Looking for a colorful and creative theme to match your sense of creativity? If you are, then take a look at Creative Skeleton, a responsive portfolio style theme that will satisfy your colorful and artistic side. Creative Skeleton gives you several portfolio layout styles and two unique single portfolio layouts (Pile and HoverScroll) to choose from. Pile stacks your images on top of each other and brings each one to the forefront once you click on it while HoverScroll works like a carousel of images that scroll left or right when you hover on the directional arrows. All these layout configurations give you maximum flexibility to create the look and style of your online portfolio just the way you want.

Creative Skeleton Theme: $35 | Demo & Download

2. Melrose Responsive Portfolio WordPress Theme

Dramatic in white and even more dramatic in black – with a myriad of accent colors to choose from – that’s Melrose Premium WordPress Theme for you. Melrose is an impressive and professional looking WordPress theme for the serious creative agency. It’s the perfect backdrop to house an equally impressive portfolio. The design elements are amazingly well-thought out and the features included will surely make you feel like you’ve bought everything in a candy store. This easy to work with, beautiful and flexible theme will definitely create a lasting impact on your visitors and eventually on your site’s conversion statistics.

Melrose Theme: $50 | Demo & Download

3. Vitrux Responsive Fullscreen Portfolio WP Theme

Creative Agencies and Multimedia Professionals will love Vitrux Premium WordPress Theme. Many portfolio themes include full screen portfolios on the homepage but not all of them offer full screen sliders with audio and full-screen videos as alternatives. This is what sets this portfolio style theme apart from the rest. Not only that, you also have a variety of Gallery presentation options to choose from. If you’ve amassed a large body of creative work in different multimedia formats and you want to give each project the exposure that each portfolio item deserves, check out Vitrux Premium WordPress Theme. It just might be the portfolio theme you need.

Vitrux Theme: $45 | Demo & Download

4. Fashionista Responsive WordPress Blog Theme

Tired of your boring blog layout and want something fresh? Why not check out Fashionista Premium WordPress Theme, a blog style WordPress theme that’s meant for bloggers but can also be used for other purposes. Pinterest-styled themes are the latest trends today and their popularity is still on the rise. Fashionista is not strictly Pinterest but uses an Isotope Masonry plugin that mimics the Pinterest look. What is interesting about this layout style is that every post is accessible and available to the visitor. This means that posts and articles are not buried in the archives where they may be forgotten – out of sight, out of mind. For bloggers, this ensures that every post gets equal exposure and importance on the homepage. Check out Fashionista Premium WordPress Theme and bring your blog style up to date today.

Fashionista Theme: $40 | Demo & Download

5. Point Break Responsive Agency Theme

Point Break Premium WordPress Theme is a responsive portfolio theme and the sixth of the Super Skeleton Themes released by Epicera. This theme is more than just a WordPress theme because it also functions as a comprehensive HTML5 framework and a templating system as well. It’s an innovative way to creating and customizing themes and it’s primarily designed “for users, not geeks.” It’s innovative and definitely worth looking at especially if you want something that will be flexible enough to withstand the next WordPress update.

Point Break Theme: $45 | Demo & Download

6. Unique: Customizable WordPress Magazine Theme

What’s so unique about Unique? We included Unique Premium WordPress Theme in our list because of the guy behind it – Justin Tadlock. This premium magazine-style WordPress theme is Justin’s first foray into ThemeForest and is part of his experiment to “improve” ThemeForest from within, with the goal of getting as many authors to adhere to WordPress coding standards and practices. Unique may not stand out as far as “looks” are concerned but its creativity lies under the hood. It’s back to good old code and just enough cool features without going overboard with the bells and whistles. Check out Unique today.

Unique Theme: $40 | Demo & Download

7. Creative Portfolio Business WordPress Theme by Gavick

You have to see Creative Portfolio Premium WordPress Theme by Gavick in action to see what it does. This uniquely creative premium WordPress theme with parallax scrolling effect is surely going to catch the attention of your visitors and create a lasting impression. If you want to start your website with a bang or re-launch an old site with an ultra new look, then you need to check out Creative Premium WordPress Theme by Gavick. The experience will definitely be unforgettable.

Creative Theme: $99 | Demo & Download

5 Best Ecommerce Themes for October 2012

The holidays are almost here and what better way to spruce up your website than with some great eCommerce themes to improve the look and function of your e-store. Here’s a rundown of some of the best eCommerce themes to get you ready for holiday shoppers:

1. Sold! Responsive/E-Commerce Theme

Sold! Premium WordPress Theme is an excellent mix of style and function. The clean, white space design does not distract and serves as the perfect backdrop to highlight choice merchandise. Sold has a beautiful slider where you can put your most interesting items on sale. You can even define points on the slide where you can add comments or even zoom images ala Flickr. This is perfect for highlighting detail on specific points of the product. Sold! uses two of the most powerful plugins – WooCommerce and Jigoshop – making it an effective eCommerce solution. Its multi-lingual capability, responsive features and easy customizability enables your store to service both local and global market.

Sold! Theme: $55 | Demo & Download

2. Mercor Responsive WooCommerce WordPress Theme

Another interesting theme worth mentioning is Mercor. Mercor Premium WordPress Theme gives you the look and feel of a department store or supermarket weekly catalogue. This responsive theme’s clean, fresh layout and white space styling creates an uncluttered look that’s easy on the eye even if there are numerous images and texts on the page. Mercor has a dynamic Nivo homepage slider to highlight store specials or to announce store events and sales. Mercor is fully responsive and uses WooCommerce to power e-commerce transactions. This powerful feature combination makes your site current, competitive and able to address the emerging mobile shoppers market.

Mercor Theme: $55 | Demo & Download

3. Intrigue Premium WordPress Theme

This latest eCommerce theme from CSSIgniter is bold and eye-catching. Intrigue Premium WordPress Theme is a responsive eCommerce theme that combines the power of WooCommerce and CSSIgniter’s straightforward theme design. This means that setting up a powerful eCommerce site need not be a complicated and tedious task to accomplish. With Intrigue, you can use a plethora of widgets to create the functionality you require. This theme comes out of the box in a hot red and black color scheme but you can also choose from the available 7 color schemes to create the look most appropriate to your market. Intrigue Premium WordPress Theme is not over the top and includes just the right amount of features and functionalities for whatever you need.

Intrigue Theme: $39 | Demo & Download

4. Mearishop – Clean Responsive E-Commerce Theme

Mearishop Premium WordPress Theme is a great eCommerce solution that’s edgy and modern. The Lookbook-ish appeal makes it a perfect match for a fashion and accessories store. Customers can check out the portfolio or lookbook pages to determine the style that best suits them. Mearishop uses the powerful Hana panel combined with WooCommerce functionality to give you the power to control almost every aspect of the theme. With tons of options available, this features makes this responsive theme perfect for both WP noobs and experienced developers to use. Choose from unlimited color options, 7 backgrounds and 34 patterns to define your custom look. You can even upload your background image. With 7 sliders to choose from, Mearishop gives you the options you to reach your target market in style.

Mearishop Theme: $55 | Demo & Download

5. Xing Business/eCommerce WordPress Theme

Xing Premium WordPress Theme is a modern and clean theme designed to meet the eCommerce needs of both small and large scale business alike. Xing is primarily an eCommerce theme but it is also flexible enough to be used for creative portfolios or for magazine/editorial blog type websites. Xing uses several jQuery powered features like the Flexslider and the jQuery Product Carousels(for WooCommerce recent/featured products). This highly customizable and responsive theme gives you tons of options to create the look you want. Xing is not wanting in anything – from shortcodes, to custom post formats, to custom widgets, to 8 portfolio layouts, to social sharing features and other features and functionalities to help you to create and customize your eCommerce site. Check out Xing today.

Xing Theme: $55 | Demo & Download

Keep your eyes peeled for more WordPress holiday roundups in the next few weeks!


15 Sensational Mobile WordPress Themes

 

According to a survey I came across a few months back, the number of people who use a smartphone is larger than the number of people who use a toothbrush! This means that if your website is not mobile phone friendly then you are missing on on a lot of visitors. Some people feel that if the number of people who surf the Internet on smartphones is A and the number of people who use the Internet from their computer is B then the total number of Internet users is A + B. Wrong!

A lot of people browse the Internet on their smartphones only when they can’t access it via a computer for e.g. while travelling in a car, train or bus etc. This means that there is a big overlap between A and B. A major portion of smartphone browsers is a subset of computer browsers. So what does this has to do with your website? A lot. If you ensure that your site is easily accessible to smartphones then the number of page impressions your site gets can dramatically increase as the same people who were visiting your site via their computers can visit it even when they are…say…travelling.

Below we have collected 15 beautiful WordPress themes designed specifically for mobile phones. Some are free and some cost a nominal amount. Check them out and see which ones work best for you! NOTE: A post on great Responsive WordPress Themes for 2013 is coming soon!
(more…)


What Will Be The Biggest WordPress Theme Trend in 2013?

Web design is not a stand alone activity. It is affected by several factors like technology trends, business trends, market trends, and consumer behaviour. It takes a studied effort in order to intelligently and accurately “predict” what the market wants in the future. No one can claim to make 100% accurate predictions but by taking stock of what goes on not just in the web design industry but in the related industries that affect it as well we can somehow make calculated “guesses” as to what trends may happen in the near future.

Here are some of our predictions on what’s currently hot and what will continue to be hot up to the early portion of 2013:

  1. Mobile Driven – WordPress themes will continue to be responsive, adaptive, fluid. Older but still popular themes will come out with mobile-friendly versions.
  2. HTML5 and CSS3 – Stricter adherence to W3C Valid code and significant decrease if not obsolescence of Flash.
  3. Simplified and uncluttered call to action buttons per page – Simple, minimal and uncluttered themes with lesser number of buttons to click.
  4. Big Typography – Big, bold and readable fonts.
  5. Single Web Page Design – Infinite scrolling (parallax style).
  6. Authentically Digital – Windows 8 style graphics (less shiny, more flat).
  7. Simplified front end customization – Backend customizations will move to the front making it easier to preview specific customization choices.
  8. Social Media Management – Integrating social media into the WordPress design template (Instagram, Pinterest, Dribble streams etc).
  9. Modular Template Layouts – More drag and drop options with less coding required for customization.
  10. Adaptive to new SEO trends – WordPress Themes will be adaptive to new SEO trends like Voice search, mobile search, humanized ranking, social media factors, etc.

If you a WordPress professional or developer, what emerging trends do you foresee in 2013? Share your thoughts. We want to know what you think.