011 027 5098 | 079 157 2902
  • About Us
  • Blog
  • Support
  • Contact
BP Web DesignBP Web DesignBP Web DesignBP Web Design
  • Home
  • Websites
  • E-commerce
  • Custom Design
  • Hosting
    • Web Hosting
    • Virtual Private Servers
    • Dedicated Servers
    • Reseller Hosting
  • Corporate Branding

Blog

Home Archive by category "WORDPRESS"

HOW TO TAKE WORDPRESS TO THE CLOUD WITH AMAZON S3 & CLOUDFRONT

By kaimbi | WORDPRESS | 0 comment | 30 July, 2015 | 0

Cloud computing is among the buzzwords within the web design and computing trade that appears to have a quite simple definition, however a myriad of makes use of. It is a phrase used to outline the usage of the web and distant servers to retailer and handle information.

A widespread instance is Google Docs. You can create and work in your doc on the web, and if you put it aside, the file can also be saved on the web. Of course, whereas downloading it to your laptop is all the time an possibility, most of what occurs is on Google’s server.

There are a number of advantages to this technique of working.

You can assume that since you might be utilizing an organization as giant as Google that your whole paperwork shall be secure, plus you will have diminished arduous drive utilization and are utilizing much less sources to create the doc.

amazon_s3_homepage

Today I wish to speak about two cloud computing functions: Amazon Simple Storage Services (S3) and Amazon CloudFront. What these two providers do is save information out of your web site onto Amazon’s distant servers, and serve these recordsdata to your person from a number of places on the earth to optimize loading time and file supply, respectively. Amazon CloudFront is what’s usually referred to as a Content Delivery Network, or CDN for brief. There are many providers like these out there, however because of the versatile pricing buildings of every, and the reliability of Amazon, they appear to be a fan-favourite for cloud-based mostly companies.

Now that you’ve got a bit background on cloud computing and the Amazon companies we’re going to be specializing in, what precisely are we utilizing them for? Well, I am going to indicate you the only strategy to add your entire WordPress web site recordsdata to Amazon S3, after which use CloudFront to ship these information within the quickest means potential.

SIGNING UP FOR AMAZON S3 AND CLOUDFRONT

The first step to take is signing up for each Amazon S3 and CloudFront. You can accomplish that by going to this web page: http://aws.amazon.com/s3/, and when you join one of many providers, you’ll have all of them at your disposal. You solely pay for what you utilize, which is what makes the providers supplied by Amazon so nice. So when you’ve signed up, you possibly can head on over to the Amazon Web Services (AWS) Management Consolehttp://aws.amazon.com/console. Once you signal into the AWS Console, you may see all the providers that Amazon gives. The AWS Console is the place you’ll handle any of the companies you utilize, however for now we’re simply all for S3, so go forward and click on that hyperlink.

amazon_s3_console_dashboard

The person interface is fairly minimal and is definitely tremendous simple to work with. We are first going to click on on “Create Bucket” to create the bucket for our WordPress website. A bucket is successfully a container for all your recordsdata. All it does is establish what web site we’re storing information for, after which holds them. You can title your bucket no matter you need, however your web site or venture title would most likely take advantage of sense.

SETTING UP A CLOUDFRONT DISTRIBUTION

Now, we’ll keep within the AWS Console, however navigate to the CloudFront space by clicking “Services” within the high navigation.

amazon_cloudfront_console_dashboard

Now, all we’ve got to do is click on on the “Create Distribution” button, and from the 2 choices choose “Download”, as it should use the S3 bucket that we created beforehand. Click “Continue” and you’ll choose the “Origin Domain Name”, which is able to simply be our S3 Bucket. Now click on on “Create Distribution”. You ought to see the distribution present up on our CloudFront dashboard. Once the Status column says “Deployed” and State says “Enabled”, your web site is transferring from Amazon S3 to the CloudFront CDN.

USING W3 TOTAL CACHE AND CONFIGURING S3

Now that we now have our bucket created, we now have to arrange our WordPress website to speak with S3 and begin to add all of our recordsdata. We are going to be utilizing a well-liked WordPress Plugin known as W3 Total Cache as a result of not solely does the plugin have options for simply working with S3 (and any CDN for that matter), it does a fantastic job of dashing up your web site utilizing one of the best caching strategies — describing the caching facet of W3 Total Cache is exterior the scope of this text, however you could find a great tutorial here.

Once we have now the plugin put in and activated, we’re going to navigate to the General Settings inside the plugin choices. Once there, scroll down till you see the choices for CDN. Make positive you verify allow, and for CDN Type, scroll all the way down to Amazon CloudFront beneath Origin Pull/Mirror, and click on “Save all settings”.

w3_total_cache_cdn_configuration

Once we’ve set CloudFront as our CDN, we will now navigate to the CDN web page inside the plugin choices. Ignore the General choices on the high, and scroll all the way down to Configuration. Here we’re going to enter in our Access key ID, Secret key, and inform the plugin what S3 bucket we wish to retailer our recordsdata in. To discover your Access key and Secret key, merely click on your identify when logged into the AWS Console, and click on “Security Credentials” to obtain the required info. Once you’ve that data in, your buckets ought to robotically come up, so simply make sure that the right one you need to use is chosen. Don’t mess with SSL help or CNAME for now, simply click on the “Test S3 add” button. After a minute or so it is best to get a message that claims “Test handed”. If you don’t, you might have certainly one of your keys incorrect. Once you could have handed the take a look at save your settings and now we’ll begin to work with the General settings on the identical web page.

UPLOADING THE FILES

Now that we’ve every little thing arrange, it’s time to get to the thrilling half. We are going to start out importing our recordsdata to Amazon S3 utilizing W3 Total Cache. In the General settings for CDN, I suggest checking the next choices and saving them:

  • Host attachments
  • Host wp-contains/ information
  • Host theme recordsdata
  • Host customized information

This will host your entire attachments, theme, and WordPress core information on S3 so virtually your complete web site might be served from Amazon S3. We are going to go in reverse order as we will probably be importing our theme recordsdata first, then our wp-contains information, and lastly our host attachments. Go forward and click on on “Upload theme recordsdata” and you will notice a popup come up.

w3_total_cache_cdn_transfer

You will see the whole variety of information you’ve got, and you may click on Start. You will see progress because the recordsdata add, and likewise determine any issues which will have occurred within the add course of. Uploading is often fairly fast, and will solely take a minute or two, relying in your web connection, to add the theme information. Next we’ll do the identical factor for our wp-contains information and get these uploaded to S3.

I selected to do the Host attachments final as a result of personally, that was the longest means of getting all of my information uploaded to Amazon S3. I have a big weblog, with over eleven,000 photographs. If you wish to cut back the scale of your photographs and consequently, the time it takes for them to add to S3, I extremely advocate testing the WP Smush.it plugin. Now you may go forward and add your entire picture attachments. It might take you some time relying in your web connection and variety of photos. I needed to let the service run for half a day simply to get all of my pictures uploaded.

w3_total_cache_cdn_transfer_complete

Congratulations, your web site ought to now be hosted on Amazon’s S3 service, and the entire photos in your web site needs to be pulled out of your Amazon CloudFront distribution; you’ll be able to verify by proper-clicking a picture and checking its location URL.

CONFIGURING S3 AND CLOUDFRONT USING WP SUPER CACHE

If you’re extra a fan of WP Super Cache, another caching plugin for WordPress, you’re in luck: establishing Amazon S3 and CloudFront is simply so simple as utilizing the previous plugin.

To begin, you have to to put in and activate the plugin. You activate the plugin by merely checking the “Caching On” radio button on the “Easy” tab of the WP Super Cache Settings. This will get the WP Super Cache plugin to begin working.

wp_super_cache_cdn_settings

Next, navigate over to the CDN tab, and ensure “Enable CDN Support” is checked, after which we’ll enter in our CloudFront URL. You can discover this URL by navigating to the AWS Console and searching on the Distribution that you just simply created, and will probably be beneath the “Domain Name” column. It ought to look one thing like xxxxxxxxxx.cloudfront.internet. Don’t change every other settings, simply click on the “Save Changes” button.

Unfortunately, the WP Super Cache plugin doesn’t embrace a approach to robotically add all of our WordPress information to our Amazon S3 bucket. This means we must set up the CDNSync Tool plugin for WordPress. Install the plugin as you usually would, then navigate to the choices web page.

We will first be working with the CDN Options tab, and fill in our Amazon S3 data. Make positive S3 is chosen from the CDN dropdown menu. Next, kind in your Amazon S3 area identify, for instance domainname.s3.amazonaws.com, and kind in your Access Key and Secret Key, which you’ll be able to retrieve by clicking your identify when logged into the AWS Console after which clicking “Security Credentials”, and kind within the bucket title that you simply used earlier on this tutorial. Click the “Save and Test Changes” button.

cdn_sync_tool_sync_options

Navigate to the Sync tab, and choose no matter recordsdata you need uploaded to the CDN. Click on the “Sync” button and this course of will occur for you.

Now your entire recordsdata must be synced up together with your Amazon S3 bucket and the WP Super Cache plugin ought to be serving your whole information by means of CloudFront.

WRAPPING UP

That’s it. Your web site ought to now be internet hosting all of its recordsdata from Amazon’s Simple Storage Service and distributing them by way of the CloudFront content material supply community utilizing your most popular WordPress caching plugin. If you might be like me and don’t wish to proceed internet hosting these pesky media recordsdata anymore to avoid wasting your VPS house, listed below are a few plugins you would possibly wish to take a look at:

  • http://wordpress.org/extend/plugins/wp2cloud–wordpress–to–cloud/
  • http://wordpress.org/extend/plugins/amazon–s3–uploads/

Both of these plugins will add information on to S3 and ensure they don’t reside by yourself server; make sure to learn the outline for each to see how they work.

Have you migrated your web site to the cloud? What companies did you select to make use of? Let us know within the feedback. 

OUR FAVORITE FREE WORDPRESS THEMES, OCTOBER 2013

By kaimbi | WORDPRESS | 0 comment | 30 July, 2015 | 0

There are greater than seventy one million WordPress websites on the web and new websites are going stay each single day.

One of the perfect methods to rise up and working rapidly — particularly if you happen to don’t have a lot design or improvement expertise — is to make use of a theme. And a few of the highest themes on the market are fully free!

Every month we’ll be bringing you our choose of the very best free WordPress themes launched within the earlier 4 weeks. Here are our favorites for October:

HOSTMARKS

This minimalistic theme has two choices — weblog and full web page type — that work nice for making a weblog. With non-compulsory widgets for tagging, a picture gallery, video and extra, this theme has virtually each software a blogger must get began. The theme is responsive and colours could be personalized.

hostmarks

LUMINESCENCE LITE

Luminescence Lite has an excellent-fashionable and enticing look inbuilt a responsive format. The weblog theme is in-built a straightforward-to learn traditional fashion with fashionable sort and detailing. The theme incorporates social sharing widgets and different enjoyable extras equivalent to customized gallery styling and a number of put up codecs. The responsive theme is Bootstrap-primarily based and features a baby theme. For a free theme, Luminescence Lite has a package deal of options that’s exhausting to prime.

luminescence-lite

ADELLE

With a smooth pink coloration scheme and lightweight look, Adelle is a female-styled theme designed for bloggers. The responsive theme consists of customizable menus and works in quite a lot of browsers. The theme additionally encompasses a sidebar with a number of widgets for weblog classes, an archive and Twitter and Facebook feeds.

adelle

CHERRY BLOSSOM

Cherry Blossom is a straightforward weblog theme designed in a female type. The featured colour is pink and headers use script typefaces. The theme is responsive and features a fashion for kinds and tables.

cherry-blossom

CUSTOM

If SEO is just not considered one of your strengths, Custom is likely to be an excellent theme possibility. The web optimization-pleasant, responsive theme has a variety of little add-ins to make optimizing your website for search engines like google and yahoo simpler. The easy theme is filled with choices for tagging and customized coloration, header, menu and background choices.

custom

KOTENHANAGARA

A enjoyable, Japanese styled theme that’s straightforward to make use of. The flower background in black and white pairs with a colour-blocked model (you’ll be able to choose the colour) and easy weblog and sidebar format.

kotenhanagara

LOBSTER

This theme is known as after one a fairly well-liked font of the identical title — Lobster. The Bootstrap-primarily based theme is constructed with cellular in thoughts and works properly as a easy cellular website define. The colour palette is customizable and the theme comes with Font Awesome (which incorporates greater than 350 icons) and Google Fonts help.

lobster

CHURCH

Despite its title, Church is a responsive theme that may work for a wide range of completely different web sites, from enterprise to non-public to running a blog. The theme permits for personalization of colours, footers, menus and header. Church additionally has a pleasant space for widgets that’s considerably outsized.

church

DUSKY

Dusky is constructed with a phenomenal, darkish shade palette because the title implies and is a good framework for a portfolio or picture-heavy web site. The theme is totally responsive and helps pictures in addition to video. Menus are customizable and pictures function non-obligatory textual content excerpts.

dusky

OPENSTRAP

This free theme comes with quite a lot of extras that you simply may not count on – eleven widget choices, three menu location choices, six layouts and two entrance web page templates. Openstrap, which is Bootstrap primarily based, can also be absolutely responsive and gives quite a lot of different customization choices. The design is straightforward with a contemporary, flat type and is optimized for search as properly.

openstrap

SIXTEEN

This picture-heavy weblog theme makes use of a grid format and contains parallax results. The theme is responsive and presents a wide range of customization choices, it’s good for a web site that options nice photos and contains galleries and is retina prepared.

sixteen

ACCESSIBLE ZEN

Accessible Zen is a minimalistic theme constructed on a responsive platform. The theme works properly for a easy weblog due to its one-column format and clear typography. It comes with 9 completely different put up-type choices. The theme can be made to showcase the blogger’s Gravatar within the header. But might be personalized with one other picture.

accessible-zen

POINT

Point is one other free theme full of lots of the extras which can be continuously present in premium themes. It is responsive and has a number of layouts, backgrounds and shade palettes. The theme is search engine optimization optimized, making it simple so that you can log on in a rush, and features a customized widget library, together with a really good associated posts widget for bloggers.

point

SHPRINK ONE

This theme with the humorous identify is tremendous-customizable, with choices for slideshows, totally different entrance pages, structure and theme customization, a number of language help, and customized menus and widgets. For a free theme, you get loads of choices to select from; plus, Shprink One consists of enjoyable options reminiscent of infinite scrolling. The Bootstrap-primarily based theme is absolutely responsive.

shprink-one

EPIC

This tremendous-easy weblog theme doesn’t have many bells and whistles however would make an incredible easy journal. It is responsive and contains buttons for social sharing.

epic

SIMPLEO

The totally responsive Simpleo theme is a good choice for a companies launching an internet site with WordPress as a result of it comes with built-in e-commerce instruments and performance. The theme affords quite a lot of customization choices in order that your website has a glance of its personal and helps social media integration, running a blog and is retina show prepared.

simpleo

TRAFFICA

Traffica is a straightforward theme that’s optimized for search and consists of a whole lot of customization choices from shade to log utilization to font choice. The responsive theme consists of six widget areas, permits for featured pictures and contains an non-compulsory sidebar.

traffica

ESPRESSIONISTA

With a static header and multi-column grid, Espressionista is a simple-to-look-at theme. With fairly a couple of customization choices — you’ll be able to change the colour or sort palette — anybody can publish a pretty web site. The colour define used is considerably flat by design and is responsive, giving this theme a contemporary feel and appear.

espressionista

FANCIER

If you like the look of Pinterest, Fancier is a theme after your individual coronary heart. The theme makes use of a 4-column card-fashion grid to group weblog entries. While the theme has a pleasant appear and feel, it’s not responsive and also you do want robust photos to benefit from this theme.

fancier

TRIBBIANI

This excessive-colour, excessive-distinction theme has an uber-fashionable appear and feel. Tribbiani is an effective possibility for picture heavy web site design; it isn’t the best choice for websites that lack photos. One of the important thing options of the theme is the large picture slider as a part of the retina-prepared template. Tribbiani can be has embedded website positioning instruments, helps galleries and commenting, and has a number of neat CSS transition results obtainable. The theme additionally integrates social media sharing and has some customization choices.

tribbiani

GRAY – BASE PLATE

The grey and orange Base Plate theme has one thing of a futuristic feel and look. The theme is responsive and has choices for a widescreen show, plus smaller bins under, making it a versatile for various functions. While this theme doesn’t characteristic lots of extras, it’s a good base template.

gray-base-plate

GREEN EYE

Green Eye is a function-crammed free theme. The responsive theme is marketed towards environmentally pleasant companies or web sites, however has loads of sensible use. The theme has an expert look and plenty of customization choices from background photographs to banners to widgets. The theme additionally options light-weight code and is a superb starter theme that can be utilized to showcase or hyperlink to different pages.

green-eye

MIXFOLIO

With a responsive grid format, Mixfolio is a good choice for a portfolio or weblog. One of the perfect options of this theme is the flexibility to pick out a put up format — picture, gallery, video, customary, quote or hyperlink — and the design matches corresponds to the format. And it’s all customizable, with out having to code.

mixfolio

Have we missed a free WordPress theme that ought to have been included? What options are important in a free WordPress theme? Let us know within the feedback.

THE BEST FREE WORDPRESS PLUGINS FOR NOVEMBER

By kaimbi | WORDPRESS | 0 comment | 30 July, 2015 | 0

Welcome, buddies, to WebdesignerDepot’s first month-to-month WordPress plugin roundup. (Try saying that out loud actually quick a number of occasions!)

If there’s one phrase that I would use to explain the WordPress group, it’s this: large. It ought to come as no shock, then, that there are plugins being launched and up to date each single day. Some of them carry options that all of us want WordPress had by default. Some of them may solely be helpful to any given web site creator as soon as of their lifetime.

Either approach, there’s so much to discover, and each month, I’ll be writing in regards to the freshest plugins making their means out of beta.

Now, with out additional ado, right here’s this month’s batch of eye-catching plugins:

SUBSCRIBR

Subscribr is an easy plugin in idea. You activate it, and every person can select to obtain updates about new posts in any class. As of now, anybody who needs to subscribe to your posts should have an account in your WordPress web site. It’s a naked-bones plugin at present; however there are a slew of deliberate options, together with: entrance-finish notification signup by way of a widget, integration with mass-mailing programs like MailChimp, notifications by way of SMS, and extra.

subscribr

GOOGLE PAGE SPEED INSIGHTS

As its title would counsel, this plugin requires a Google API mission and key. Once you create a type of, activate The Page Speed Insights service, and paste the API key into the plugin’s admin part, you’re good to go.

It begins by performing an evaluation of each web page in your weblog, and scores them primarily based on how gentle/heavy on the bandwidth they’re. It’ll let you know what the heaviest parts on the pages are (normally photos, in my case), supplying you with… effectively… insights (sigh) into the way to cut back the scale of your website.

There are two “professional” variations, however the free plugin is greater than sufficient to get you began on the trail to a lighter, sooner web site.

My solely downside to date: it provides sure pages and posts to a listing of “ignored” hyperlinks, and I can’t work out why.

google_pagespeed

SIMPLE HIERARCHICAL SITEMAP

A dead simple plugin that creates a web site map out of unordered lists. The plugin’s authors recommend utilizing it to offer your customers with a solution to discover the entire content material in your website.

For bigger websites nonetheless, that could be impractical. On the opposite hand, it may be the proper manner to supply search engines like google and yahoo with a fast and simple index of all of your content material.

MANUAL IMAGE CROP

Manual Image Crop distinguishes itself from different cropping plugins by permitting you to create any variety of cropped thumbnails from the identical picture.

Here’s the factor although: the size of those thumbnails are those outlined in your WordPress theme. This signifies that as an alternative setting your picture sizes, and hoping to no matter deity it’s possible you’ll or might not pray to, that the cropped thumbnail seems good in your theme, you may just be sure you at all times put essentially the most related a part of the picture on show.

manual_image_crop

IFRAMELY RESPONSIVE EMBEDS

You have to like a plugin that does precisely what it says. With Iframely all you must do is put a hyperlink to some content material from one among an extended record of web sites in your web page or submit content material, and will probably be embedded there. The embedded component might be responsive, the place potential (it’s apparently not at all times doable), and that’s that.

You can embed content material from Youtube, Vimeo, Instagram, GitHub, Google Plus, Imgur galleries (I like Imgur, so I like this), and fairly a number of extra.

It is not going to have an effect on any present plugins that embed content material through shortcodes, so you possibly can set up from the primary plugin repository, and go. It’s that easy.

EASY PRICING TABLES

Allowing a plugin to dictate issues like markup, particularly for UI components as vital as pricing tables, goes in opposition to my nature. However, there are occasions whenever you want a system that might enable your consumer to simply edit the mentioned UI components, and that’s when a plugin like this is useful.

The interface for modifying your value tables isn’t simply good, it is sensible. A lot of sense. Calling up the value desk is an easy as utilizing a shortcode. The plugin comes with its personal types and colour scheme; however these are straightforward sufficient to override.

easy_pricing_tables

ADVANCED COMMENTS MODERATION

A great plugin for anybody who has to take care of a whole lot of feedback regularly. It strips out feedback that both aren’t feedback (comparable to pingbacks), feedback by the submit’s creator (if that’s what you need), and so forth, leaving solely the feedback that require a response.

Of course, it’s all configurable.

AEOLUS – CREATIVE PORTFOLIO

Where portfolio “performance” is normally one thing that may include a theme, this pluginprovides you the means to simply combine a great-trying portfolio with an current theme. If you’re not a coder, and also you need to have a very good-wanting portfolio with out committing to a specific WordPress theme, this might be an important possibility.

My solely qualm thus far is the web page template for the person portfolio objects. When you click on on an merchandise, it takes you to a web page that’s purported to be cross-theme appropriate. However, it doesn’t work very properly with mine, which signifies that it would require some customized styling in any case. Your mileage might range.

Overall, although, I like the way it handles portfolio-type content material.

aeolus

BAN – BLOCKED ADS NOTIFIER LITE

Who really likes advertisements? No one, actually. But then, a few of us make a residing from them. BANdetects advert-blocking software program, and lets you exchange the lacking adverts with unobtrusive messages asking the person to show their software program off on your web site.

Their compliance is, fairly understandably, not assured.

ban

CONDITIONAL THEMES

This plugin could be very a lot for builders solely. It supplies a easy API that lets you change the web site’s theme based mostly on particular situations.

The first instance offered on the plugin’s web page adjustments the theme if the consumer is shopping with Internet Explorer. (I suppose that may be one approach to hold the CSS hacks out of the principle stylesheet.) There are different makes use of, although, similar to altering the theme if the consumer is on a cell system.

Why would you, particularly, wish to use this plugin? Well, that’s as much as you. Whatever your causes, the performance is there. It raises some fascinating prospects.

GCAL-TABLE

This plugin simply does what’s says on the field: it calls in a Google Calendar feed, and presents the data in a desk.

Since it’s a brand new plugin, that’s all it does. In the long run, I’d wish to see methods to customise the info that will get output. Imagine with the ability to change large, difficult occasion calendar plugins with one which simply will get all of its data from a Google Calendar, thus simplifying the method of managing it.

Just put in your shortcode (with the general public XML hyperlink supplied by Google) and go.

However, it presently has some teething issues, and will not work for everybody. But the idea and the potential makes use of are simply that cool. Or they are going to be, if the devs get on this!

Have you tried any of those plugins, and if that’s the case, what did you suppose? Have we missed one in every of your favourites? Let us know within the feedback.

THE BEST FREE WORDPRESS THEMES FOR NOVEMBER 2013

By kaimbi | WORDPRESS | 0 comment | 29 July, 2015 | 0

WordPress, one of the vital widespread running a blog and web site platforms on this planet, accounts for 1000’s of recent blogs and web sites day by day.

One of the perfect methods to stand up and operating shortly — particularly should you don’t have a lot design or growth expertise — is to make use of a theme. And a number of the highest themes on the market are utterly free!

Every month we’ll be bringing you our decide of the very best free WordPress themes launched within the earlier month. Here are our favorites for November:

DEVDMBOOTSTRAP3

Unlike many themes that are designed for newcomers, this theme with the humorous identify was created for builders. DevDMBootstrap3 is for builders who’re already acquainted with Twitter Bootstrap and is a cellular-first theme. The modern interface makes it simple to develop for the web even faster.

DavDm

FRESH LITE

What’s good about Fresh Lite is that this responsive theme works utilizing drag and drop instruments, making it very simple for newbie WordPress customers. The easy theme features a slider, sidebar and contact-pleasant buttons as its high options.

fresh-lite

FRUITFUL

Fruitful is a straightforward, responsive theme that’s constructed with lots of choices to be used. It’s simple to make use of and magnificence, comes with loads of choices for logos, background photos, menus, social icons and a slider. Plus this theme is WooCommerce-prepared. You may also customise the CSS.

fruitful

CLEAN BLACK

You get precisely what you anticipate with Clean Black, a darkish minimalist theme. The easy theme contains search, a favicon possibility and quantity paging navigation. Clean Black is totally responsive.

clean-black

CODIUM GRID

Codium Grid is a totally responsive theme that incorporates a tremendous-clear appear and feel. It is designed in order that the consumer solely has to consider content material within the construct course of. It is customizable when it comes to shade, backgrounds and header and is widget-prepared. (The Instagram widget is especially good.) This theme additionally has some nice constructed-in SEO instruments to make getting on-line a breeze.

codium-grid

DELIGHTED

Delighted is a extremely customizable light-weight theme that’s made only for bloggers. One of the perfect choices is the featured picture possibility, which is out there on primary and single pages so as to add a component of sleekness to the general design. Color and language choices are limitless with this theme.

delighted

GREENPAGE

GreenPage is an easy running a blog theme with a pointy layered look. The theme has loads of room for featured or thumbnail pictures, weblog posts and sidebar and header navigation.

greenpage

ALDEHYDE

Aldehyde is a minimally-designed theme with an important above-the-scroll slider to showcase photos. The responsive theme additionally contains bonuses typically discovered solely in premium themes comparable to a parallax header, 4 completely different format choices, customized widgets and many theme choices. Aldehyde additionally contains highly effective social media instruments for sharing and hyperlinks, retina-prepared icons and is web optimization-prepared.

aldehyde

SHOPPING

While there should not a lot of free e-commerce themes on the market, Shopping does provide some primary gross sales performance in a free, WooCommerce-primarily based theme. The easy theme consists of loads of room for product photos, costs, scores and gross sales info.

shopping

BEARDED

This theme takes the stylish “Movember” idea to a different stage, saying, “not simply moustache.” The running a blog and portfolio theme is designed in a flat type and consists of loads of neat animation instruments and customization choices. The responsive theme additionally helps the Custom Content Portfolio plugin.

bearded

Neutro

Neutro is a responsive theme constructed within the tremendous-fashionable flat design model. What makes this theme distinctive is that it features a contact-prepared content material slider, which is ideal for cell and pill units. Neutro is designed with photographs in thoughts as effectively with a pleasant show area. You can customise the theme’s CSS and quite a lot of different options as properly.

neutro

ONECOLUMN

Simple and cell-pleasant are the important thing highlights of OneColumn. The fundamental theme contains some customization choices however nothing fancy. As the identify implies, it’s designed with a single column for running a blog and has room for pictures, search and up to date posts. While this theme may not have sufficient goodies for extra seasoned customers, it’s good for inexperienced persons.

onecolumn

WP JURIST

While WP Jurist is marketed to authorized companies, this absolutely responsive theme might work for a wide range of enterprise varieties. The design is straightforward and daring. It features a slider, widgets and a separate weblog template with the choice so as to add writer bios. Plus, WP Jurist consists of a lot of customization choices to assist make the theme your personal.

wp-jurist

ZEEMINTY

This light-weight enterprise-oriented theme options a big header picture to draw customers. The card-type theme is responsive and has loads of room to customise it from coloration to sort to totally different sidebar choices.

zeeMinty

HANNARI

Hannari is an easy enterprise-oriented theme with a easy design and loads of bonuses for a free theme. The responsive theme contains instruments comparable to a web site map, search engine marketing optimization, a contact type and e mail publication integration. Hannari additionally contains social media widgets and a wide range of customization choices so that you could use the theme with out worrying that your website will look an excessive amount of like another person’s.

hannari

WRITR

Look like a professional blogger with Writr, a responsive theme within the flat design model that’s merely stunning. The theme seems to be nice on a wide range of units and has extras which are usually solely related to premium themes. Some of one of the best bonuses are the customized header, background and gravatar choices and put up format icons. Writr additionally contains an infinite scroll, a number of column width choices and completely different sidebar choices. The theme is social-media prepared as properly (with one other set of nifty icons) and contains six shade palette choices.

writr

HUEMAN

If a magazine-type theme is your factor, Hueman is an easy theme with a deal with sturdy visuals. The totally responsive design is modeled within the flat fashion and is ready up to be used with excessive decision pictures. This theme makes for an ideal platform for storytelling or a portfolio.

hueman

MODERN REAL ESTATE

Modern Real Estate targets actual-property professionals with a plugin that enables for the addition of agent profiles, property listings and buyer testimonials. The virtually-flat responsive theme has a easy look however could be custom-made in quite a lot of methods.

modern-estate

WHITE PAPER

White Paper is a brilliant-mild running a blog theme. The minimal design is designed to showcase easy textual content and picture content material with out a whole lot of bells and whistles. The theme is responsive and extremely straightforward to make use of, making it a easy alternative for first-time bloggers.

white-paper

MOUNTAIN CREEK

This easy darkish theme is designed for showcasing images and slideshows. The responsive theme features a good sidebar possibility and loads of social media icons and instruments. The rustic background makes this an ideal match for websites associated to nature or the outside. The theme permits for personalization as effectively and contains each Facebook and Twitter integration.

mountain-creek

PROMAX

This responsive journal-model theme features a ton of widgets that make it simple to connect with social media. But the most important bonus that comes with ProMax is constructed-in connectivity to Google AdSense and placements for widespread promoting sizes. The advert-prepared options are simple to make use of and nice for a blogger seeking to bounce into the world of weblog income technology. ProMax contains a wide range of customization choices as effectively, from shade to background and buyer header and favicon.

promax

TIME TURNER

Time Turner is designed for designers who nonetheless need to work within the skeuomorphic model. The theme options easy textures, shadows and design methods all through. The portfolio theme is responsive and affords loads of nice picture and picture show areas. It contains 5 coloration choices, slider, calendar and search options.

time-turner

THE NEWSWIRE

This absolutely responsive theme is designed for websites which have a deal with information-fashion content material. One of one of the best options of The Newswire is the big slider. The theme additionally consists of “sticky posts,” a number of navigation choices and loads of shade and font customization.

the-newswire

WIZIAPP

While a lot of the WordPress themes featured listed here are for desktop gadgets or characteristic responsive templates, WiziApp is designed only for cell units. The theme has showcases an app expertise for cell web customers and options contact controls for small screens with iPhone, Android and WP8 compatibility. The vertically-based mostly theme consists of house for a header picture and single column of posts.

wiziapp

 Have you used any of those themes? Have we missed one in all your favorites? Let us know within the feedback.

THE BEST FREE WORDPRESS THEMES, DECEMBER 2013

By kaimbi | WORDPRESS | 0 comment | 29 July, 2015 | 0

With the vacation season in full swing, you’ll virtually count on a plethora of vacation themes to saturate the market. But that’s not the case in any respect.

Designers launched fairly a couple of wonderful free WordPress themes on this vacation month, most that can work day by day of the yr.

Every month, we’ll be bringing you our decide of one of the best free WordPress themes launched within the earlier 4 weeks. Here are our favorites for December 2013:

TWENTY FOURTEEN

The default WordPress theme for the brand new yr is the appropriately named Twenty Fourteen.Their responsive journal-type format has a glossy, trendy design and content material might be featured as both a grid or slider. Use the three widget areas to customise your web site, and alter your content material’s format with a full-width web page template and a contributor web page to point out off authors.

twenty-fourteen

ASTERIA LITE

Asteria Lite is a clear responsive theme with a fantastic slider, a number of structure choices, social icons and three web page templates. The theme additionally features a neat emblem designer with greater than 600 typeface choices. This theme contains an ajax pagination function which suggests you’ll be able to navigate by posts with out web page refresh. Plus, Asteria Lite is WooCommerce suitable, making it an choice for websites with retail gross sales. It can be translation-prepared and totally translated into French, Italian, German, Spanish and Chinese.

asteria

BUTTERBELLY

ButterBelly is a litter-free and absolutely responsive theme for enterprise-oriented web sites. The stunning picture-primarily based theme contains loads of customization choices for logos, intro textual content and backgrounds. ButterBelly helps 5 widget areas (two within the sidebar, three within the footer) and featured photographs. It additionally contains stylesheets for print and the admin visible editor, particular kinds for posts and has an elective one-column web page template.

butterbelly

DARK ORANGE

Dark Orange is a responsive theme in-built a minimalistic model. While this theme doesn’t embody any extras, it’s a nice starter theme for a small weblog or web site.

dark-orange

DELLOW

Dellow is a responsive theme constructed with a minimal model and parallax scrolling options. The free theme contains some enjoyable extras which can be usually solely out there with premium themes corresponding to numbered web page navigation, a responsive slider, customizable header and footer choices, 4 completely different web page format choices, customized widgets and a time show. As an added bonus, Dellow can be retina-prepared.

dellow

FLOUNDER

Flat design remains to be in and Flounder is a theme that showcases the most effective of this stylish type. The colourful theme is totally responsive and makes use of a easy clear model for a wide range of featured publish sorts. While some customization choices are supplied with this theme, it’s designed to work nice proper out of the field.

flounder

INKNESS

Inkness is a theme that’s designed with nice pictures in thoughts. It is a contemporary theme in look and framework and is absolutely responsive. Inkness consists of two and three-column layouts, a responsive slider, is retina prepared and consists of some neat CSS transition results. Add a customized emblem, widget space and extra to make this theme appear like something however a free obtain. This is among the extra full free themes launched this month.

inkness

MEDICINE

While the title implies that Medicine is just for medical-associated websites, this theme has a wide range of enterprise functions. This responsive theme comes with a number of prepared-made web page templates, commenting, widgets and website positioning optimization instruments. Plus, you possibly can customise this theme in virtually any manner possible.

medicine

ONE PAGE

One Page is a single-web page theme that shows all of the important options of your web site on the house web page. One Page is an expert and excellent responsive theme with a slider and easy navigation. The single-web page design is muddle-free and simple to navigate. One web page additionally contains customization choices, commenting and is translation-prepared.

onepage

OSIRIS

Osiris contains pixel excellent typography and responsiveness in a free theme. With three constructed-in widgets and a pair of font choices, this theme can be utilized for any kind of web site from company or enterprise to a portfolio or weblog. The theme additionally features a responsive slider.

osiris

PREMIUM STYLE

Premium Style is totally responsive and features a ton of customization choices, making it a sensible choice for nearly any kind of weblog or web site. This merely-designed theme can be full of extras, together with customized emblem choices, dwelling slider, breadcrumbs, social icons, Google Analytics field and creator data.

premium-style

PROSE

This easy textual content/private running a blog theme is simple to make use of and handle. The easy design ofProse is nice for bloggers who need to create an emphasis with phrases relatively than results or photographs. Prose is totally responsive as effectively.

prose

ROMANGIE

This retina-prepared theme is absolutely responsive and tremendous simple to make use of. Romangie relies on the Twitter Bootstrap 3 Framework and consists of a large number of customization choices. The look is straightforward and clear however contains enjoyable extras equivalent to galleries, commenting, Twitter embedding, a calendar, classes and good navigation menus.

romangie

STARGAZER

Taglined as “The Best Theme within the Universe,” Stargazer has some fairly spectacular choices for a free theme. It could be very customizable, constructed with good search engine optimisation-optimization instruments, sticky posts and is constructed on the Hybrid Core framework. Stargazer can be a mother or father theme with a wide range of little one choices obtainable for an much more customized really feel, together with a particular vacation little one themes equivalent to Christmas Joy and Dancing in the Moonlight.

stargazer

SUGAR AND SPICE

This is a theme for the women, with a classy female really feel created particularly for wedding ceremony blogs.Sugar and Spice is totally responsive and contains customizations choices, together with three completely different format types. This theme additionally features a set of social icons, slideshow gallery, 10 obtainable colour palettes and a instrument for constructing a customized favicon.

sugar

TRAVEL LITE

Travel Lite is designed only for jet-setters or journey-primarily based enterprise. This elegant theme is totally responsive and options each images and textual content effectively. It gives a wide range of easy customization choices, sticky posts and talent to create a customized background.

travel

TRVL

Trvl is an easy theme with a darkish colour palette that works nicely for blogs. With some colour customization choices, this theme is nice for learners or somebody on the lookout for a quite simple textual content-posting web site format.

trvl

WHITE XMAS

White Xmas is without doubt one of the few vacation-themed themes launched this month. It incorporates a blue and white coloration scheme with Christmas imagery and ornate typography. While the theme is aimed on the holidays, it could even be used as a seasonal (winter months) weblog theme.

xmas

WP ROOTSTRAP

We all the time attempt to embody slightly goody for builders and WP RootStrap is it. This flat, minimal theme, which is powered by Twitter Bootstrap, is a good starter theme for the event of an internet site. The theme is absolutely responsive and generally is a nice visible, theme possibility for managing improvement initiatives. The flat design can also be appropriate for blogs as effectively and features a sidebar with promoting area.

rootstrap

Have you used any of those themes? Have we missed one in all your favorites? Let us know within the feedback.

11 FREE, MUST-HAVE WORDPRESS PLUGINS, APRIL 2014

By kaimbi | WORDPRESS | 0 comment | 29 July, 2015 | 0

Welcome again, WDD readers! It’s time for this month’s spherical of WordPress plugin goodness.

As ordinary, we’ve acquired fairly a wide range of plugins, with a wide range of potential use instances. Take notice, although: a few of these plugins are very new, and a few would possibly want a number of extra iterations earlier than they’re excellent; that mentioned, they’re all fairly superior proper now, so let’s bounce proper in…

Bump This

Bump This provides a button when viewing a submit that can enable customers to “bump” the publish. If sufficient individuals click on that button, the “bumped” put up will likely be moved to the highest of the checklist of posts. This is a good way in your customers that will help you to place in style content material the place others will see it.

Some small points: at the moment, solely logged-in customers can “bump” posts. Worse, one person can bump the identical put up over and over by navigating away from the publish, coming again, and simply hitting the button once more. That mentioned, I’m to see the place this concept goes as soon as the plugin will get up to date a few occasions.

bump_this

Video Capture

This plugin brings video capturing to your WordPress set up. Place a shortcode into any web page or put up, and customers will be capable to document quick movies, as much as three minutes in size.

Once the movies are recorded, you possibly can entry them from the WordPress admin panel. You can obtain or delete them… and, I think about, embed them elsewhere.

The movies themselves are fairly low-high quality .flv information, and are saved on a 3rd-occasion server. (Boy does that ring just a few alarm bells!) Still, when you want a easy, free strategy to get webcam video out of your customers, and also you’re okay with the phrases and circumstances, this plugin can do it effectively.

capture_this

LeadIn

LeadIn is without doubt one of the extra polished plugins on this checklist, and extremely helpful. It integrates with various kind plugins for WordPress, and anytime somebody submits a kind (ie. a contact type) in your web site, they’re added to a database of contacts.

The web page view historical past for every contact is listed of their file, so you possibly can see what components of your web site them most.

The plugin additionally comes with a easy, elective e-newsletter signal-up type that solely seems when a consumer scrolls all the way in which to the underside of any web page in your website. Signing up, or just closing the “pop-in” enroll kind retains the consumer from ever having to see it once more.

lead_in

Gmail Comment Approval

Gmail Comment Approval takes a little bit of set-as much as make it work, however the finish outcomes are fairly superior. Once the plugin is put in, your WordPress notification e-mails are DKIM signed, and also you’ve registered your e-mail handle with Google for doing this sort of factor, you may approve new feedback in your WordPress website with out ever leaving Gmail.

gmail_comments

Flaunt Your Clients – Free

While it was initially designed with photographers in thoughts, this plugin could possibly be used for quite a lot of eventualities. Essentially, it creates a brand new customized put up sort designed to accommodate shopper tales and testimonials. These “shopper pages” might be sorted by class, linked to weblog posts, and extra.

Google Web Fonts Customizer (GWFC)

Not pleased with the fonts in your pre-made theme? GWFC provides a piece to the “theme customizer” in your admin panel. This will let you select any font from Google Web Fonts in your headings, paragraph textual content, blockquotes, and for some unfathomable cause, record objects.

Meet My Team

Ever seen a kind of web sites the place they’ve footage of their group members, and you may click on on them to load extra data in a lightbox-like modal window? I can let you know from expertise that these generally is a ache within the rear to make from scratch (although it’s doable).

If you may’t make one from scratch, this plugin will offer you a customized publish sort designed for displaying staff members and their data. A shortcode shows the staff members in a responsive grid on any web page or publish you want.

There aren’t any settings as such. Any visible adjustments you want to make will have to be performed by way of CSS. If you must do this, may as effectively simply roll your personal. However, if all you want is a plug-and-play answer, this’ll do it!

meet-team

tinyfier-wp

tinyfier–wp optimizes your CSS, JS, and (if you need) HTML belongings, eradicating all pointless knowledge to make your website load sooner. I tried it out, and effectively… it really works. The code will get minified.

I didn’t see an enormous improve in pace, in all probability as a result of I’m utilizing a fundamental WordPress set up with the default theme as a check surroundings. Still, if counting bytes is your factor, give it a attempt.

WP Club Manager

Here’s one for the sports activities geeks. Simply put, WP Club Manager is designed for managing sports activities membership web sites. I’ll let their function checklist inform the remainder of the story:

  • Can be used for nearly any crew sport
  • Manage a number of groups
  • Player and employees profiles
  • Player rankings
  • Player stats for every season
  • Fixtures and outcomes tables
  • League tables
  • Match reviews
  • Sponsors
  • Fixture, outcomes, participant, desk and sponsor widgets

Firefox OS Bookmark

Firefox OS Bookmark could also be a newcomer to the market, however the critiques are glowing. If you need to register your WordPress-primarily based web site as a “hosted app” on their market, this plugin provides you with all the pieces you must pull that off.

Firefox-OS-Bookmark

Zethos for WordPress

A cellular app that has lately piqued my curiosity is Spritz. Basically, it makes velocity studying simpler by permitting you to give attention to only one phrase at a time.

Zethos has re-created this performance with JavaScript, permitting anybody to embed it of their web pages. This plugin embeds Zethos in each put up, enabling readers to decide on how they wish to learn your article.

The plugin wants work as a result of, at present, there aren’t any configuration choices by any means. In addition, the Zethos embeds presently present up in posts in the principle loop. If there may be a couple of publish on a web page, every occasion of Zethos will “play” all of them.

With time, although, I might see this plugin turning into a helpful and enjoyable addition to textual content-heavy blogs.

zolmeister

25+ FREE WORDPRESS THEMES FOR APRIL 2014

By kaimbi | WORDPRESS | 0 comment | 29 July, 2015 | 0

It’s been a busy month for theme designers & builders as a lot of new themes have been launched, making this a good time to replace your web site whether it is in want of a brand new look. Some of the general tendencies in web design are displaying via in theme design as properly: flat design and large images rule.

Every month we’ll be bringing you our decide of the most effective free WordPress themes launched within the earlier 4 weeks. Here are our favorites for April:

AADYA

This absolutely responsive, retina-prepared theme is constructed on the Twitter Bootstrap framework and consists of fairly a number of options usually discovered solely in premium themes. Some of the very best choices embody 12 widget areas, a number of web page layouts, a pleasant entrance web page slider, customized emblem and background choices, a number of menu places and comes “out of the field” search engine optimized.

aadya

CUBBY

This fully responsive theme comes with an intensive admin panel with loads of choices to maximise your web site and customise it. The theme is examined and works with hottest browsers. Plus, Cubby contains a number of social media icons that you should utilize in your total web site design and a pleasant homepage slider.

cubby

REDPRO

Designed for enterprise web sites, RedPro is constructed on the Twitter Bootstrap framework and contains a easy design. The theme contains three web page layouts, is W3C validated and search engine marketing pleasant.

redpro

MAXFLAT CORE

This theme options enjoyable styling results with excessive shade distinction and enjoyable typography. The responsive theme permits for colour and brand customization and features a software to see modifications in actual-time earlier than you save. The theme is constructed on Zurb’s Foundation framework and can be a great weblog choice.

maxflat

MIDNIGHT CITY

If you want choices, then you’ll love Midnight City. This theme is filled with typography selections (together with 220 Google fonts), one- or two-column layouts, two completely different header choices, 4 totally different colour schemes, a number of language translation and customized CSS choices. The theme can also be responsive and works in quite a lot of browser environments.

midnight_city

SOCIALIZE LITE

This lightweight theme is straightforward and would make an incredible match for a weblog or journal-model web site. Socialize Lite is responsive and options each prime navigation and card-model posts and a sidebar space. As the identify suggests, this theme can be full of instruments to assist share posts on social media.

socialize

AGENCY

The free model of the Agency theme contains sufficient choices to get began with a pleasant and clear web site design. It features a featured slideshow, a number of theme choices, sidebars that can be utilized for widget areas, drop-down menus and threaded commenting. The theme additionally has a clear look, making it acceptable for a small enterprise web site.

agency

NEW GAMER

This modern and masculine theme is designed only for video avid gamers, with a darkish coloration scheme. Both the colours and format are created to accommodate a recreation-based mostly web site. Neat Gamer additionally contains loads of customization choices and a widget space.

new-gamer

SUNRAIN

SunRain is a strong theme with plenty of extras, making it an possibility for nearly any kind of website from private to enterprise. The theme is straightforward to make use of and full of customization choices. SunRain additionally features a multi-layer slider (a highly regarded choice), widget areas, customized areas for menus and backgrounds, a number of web page templates and “sticky” posts. The two-column format additionally options easy and fashionable kind kinds for a themed web site that may stand out.

sunrain

TARALI

This simple responsive theme options areas for giant photos and loads of textual content. The theme contains a number of sidebar choices and full customization of the header and residential web page. The search engine marketing-pleasant theme contains loads of coloration and font choices as effectively to assist create a website that’s your individual.

tarali

WPCHIMP COUNTDOWN

Planning to launch a web site quickly? This is the countdown theme to make use of if you are placing the ending touches in your remaining web site. This easy counter tells guests when the brand new website will go reside and may also help generate buzz on your product or web site launch. The minimal and clear look has a contemporary really feel and contains an e-mail signup kind.

wp-launch

ATHENEA

Athena is a completely responsive theme with a number of totally different configurations for content material. The theme additionally options a big primary picture space and header that collapses as customers scroll down by way of the location. This theme is nice for web sites that will likely be seen by worldwide audiences as properly with 25 language choices.

athena

CAPTURE

While there aren’t that many free themes designed for photographers, Capture makes essentially the most of showcasing photographs. The photograph running a blog theme encompasses a full display picture slideshow device and has light-weight code in order that the whole lot masses shortly. The design of the theme is tremendous-easy, permitting the photographs to face out within the design.

capture

CATCH KATHMANDU

You wouldn’t know from a fast look that Catch Kathmandu is a free theme, as a result of it’s full of options which can be usually present in premium choices. The theme is full of customization choices, is absolutely responsive and has loads of area for textual content and visuals. This theme additionally features a featured submit slider; webmaster instruments; customized favicon, header, footer, background and menu; and customized widgets. Plus Catch Kathmandu is WooCommerce prepared and can be utilized for enterprise web sites.

catch-kath

DW TIMELINE

This theme makes probably the most of one of many large web design developments proper now, blurred photos behind a shade overlay. This theme design can work for each weblog and portfolio websites and helps six completely different put up codecs. The theme has customization choices for the header picture and background and name to motion buttons.

dw-timeline

GRAPHY

The prime function of Graphy is typography. This theme is made for bloggers who wish to showcase their phrases with lovely and chic kind and little else. The responsive design was developed utilizing cellular-first pondering and contains 5 widget choices.

graphy

HEMINGWAY

Hemingway is a good theme for websites with spectacular photos or visuals. The two-column design options massive picture areas and a number of publish codecs. The theme is responsive and retina-prepared, so your pictures will at all times look crisp and sharp. Available widget areas embody feeds for video, Flickr and Dribbble, making this an excellent portfolio theme.

hemingway

RADIATE

Radiate is a good theme with numerous trendy extras. The theme features a parallax header, customizable colour choices, customizable CSS, infinite scrolling, translation to a number of languages and helps the WordPress gallery. The header impact is particularly good with a touch of transparency. This is a strong bundle for a free theme with a contemporary appear and feel that includes a flat design model.

radiate

SKELETON

Skeleton is a straightforward, responsive WordPress theme constructed on the “smpl” framework from Simple Themes. Skeleton options a number of widget areas—a well-liked aspect—a number of coloration palettes, multi-stage navigation, web optimization instruments and Adobe Photoshop supply information. The theme package deal additionally consists of CSS customization choices for extra superior customers.

skeleton

CIRCUMFERENCE LITE

Circumference Lite is a clear, versatile and totally responsive theme for enterprise web sites, retailers and organizations. The theme is constructed on the Twitter Bootstrap framework and comes with loads of customization choices for colours, structure and styling. This theme additionally contains a number of put up codecs.

circumference

SPLIT ME

This super–simple theme includes a cut up panel design for 2 forms of content material. In this design, you’ll be able to pair textual content and a picture, or navigation and posts, or a picture and gallery. There aren’t any bells and whistles right here and only a few choices for personalization, however the theme is clear, easy and able to use.

split-me

STARTPOINT

This single–page theme has a brilliant-clear format and is made for simplicity. While it doesn’t have numerous customization choices, customers can obtain this theme and have a easy and simple to have a look at web site on-line in only a few minutes. StartPoint is absolutely responsive and options full-width photos.

startpoint

INFINITE

This responsive theme contains a clear and easy design that would work for each enterprise or private portfolio web sites. The theme is retina prepared and contains a wide range of customization choices, together with a number of coloration schemes. Infinite is constructed on the Twitter Bootstrap framework and makes use of the most recent HTML5 and CSS3 instruments for a terrific person interface.

infinite

LUPERCALIA

Lupercalia is made for social professionals. This theme contains instruments for linking to quite a lot of social media websites, together with Facebook, Flickr, Google+, Instagram, Pinterest, twitter, Vimeo and YouTube. It additionally contains loads of customization choices, sliders and featured posts. The general look of the responsive theme is considerably female however could be altered.

lupercalia

MARKET

This theme is designed with e-commerce in thoughts and is WooCommerce-prepared. The theme is in-built a minimalistic type and consists of nice areas for pictures and a few good CSS3 animations. Market is absolutely responsive and in the event you just like the look and don’t want the gross sales instruments, it may be used with out these plugins.

market

MINIMA LITE

This theme has a contemporary and flat design that includes a 12-column responsive structure. The free model of the theme features a highly effective look editor for altering shade schemes, typography and format choices. Minima Lite additionally incorporates a ton of weblog components comparable to brief codes, customized widgets and is translation-prepared.

minima-lite

HOW TO LIMIT WORDPRESS’ COMPATIBILITY, AND WHY YOU SHOULD

By kaimbi | WORDPRESS | 0 comment | 29 July, 2015 | 0

As net designers, it goes towards our nature to limit entry to our code. We’re taught to maximise compatibility of our web sites and attempt for backwards compatibility wherever doable; to create progressively enhanced and gracefully degrading websites. If we are able to make it work on IE1, that’s no unhealthy factor…

The downside, no less than for WordPress builders, is that WordPress is a monster; it can swallow you and your beautiful little undertaking entire in case you let it.

When you’re producing a WordPress theme, both as a bespoke job for a selected consumer, or to resell on one of many many WordPress marketplaces, your objective can by no means be to cowl all the pieces that has ever been a part of WordPress. Instead, your objective needs to be to make use of the important thing capabilities, options and filters in one of the simplest ways doable to maximise the present codebase.

As knowledgeable, your time is cash, the longer you spend in your improvement the much less revenue you make; it’s a easy equation. The dimension of WordPress means you can simply spend eighty% of your time catering to twenty% of the market. Far higher to spend eighty% of the time catering to eighty% of the market. In phrases of high quality product and your personal financial institution stability, it’s the surest method.

In 14 key WordPress functions to jump–start theme development we went via among the capabilities that, with out fail, I embrace in my starter theme’s capabilities.php. In this text, we cowl one other essential perform that ought to go in your record of key WordPress features. It will prevent each head, and coronary heart, aches down the highway.

WORDPRESS ALREADY LIMITS BACKWARD COMPATIBILITY

When an avoidable exploit brings your shopper’s website (that runs in your theme) all the way down to its knees, who do you suppose they’ll name? Let me prevent the guesswork: its you, m’kay? It doesn’t matter that no matter’s inflicting the issue isn’t at all of your fault, to the consumer, it solely issues that you simply’re the closest hyperlink to the doable downside. The last item they bear in mind doing is hiring you to construct a brand new theme for them.

If upon inspection you discover that the shopper’s web site nonetheless runs on WordPress older than the present secure model, take a couple of seconds and slap your self throughout the face: left cheek first, then proper cheek. Your theme ought to not enable them to try this!

If you’ve been paying consideration, as of about Version 3.6 of WordPress, you’ll have began to note a perform fairly excessive up within the default theme’s capabilities.php that restricted use of the default theme to variations of WP newer than 3.6. In reality it’s the second operate outlined in Twenty Fourteen’s features.php!

That perform appears one thing like this:

/**
* Twenty Fourteen solely works in WordPress 3.6 or later.
*/
if ( version_compare( $GLOBALS['wp_version'], '3.6', '<' ) ) 
    require get_template_directory() . '/inc/again-compat.php';

We’re curiosity within the contents of that again-compat.php file. The capabilities outlined there are what we’re after to be used with our personal themes.

NO COUNTRY FOR OLD WORDPRESS

It nearly doesn’t matter what options you’re implementing but when attainable, restrict using your themes to fairly new variations of WordPress. That’ll be sure the tip person updates their set up (all the higher for them by way of safety) and ensures that you simply’re spending the vast majority of your improvement time on nearly all of customers.

Defining the perform

To obtain this, we use the PHP version_compare() operate to verify the at the moment put in model of WordPress towards the most recent accessible model ensuring that the most recent put in model isn’t decrease than 3.6—make your personal choice on what model to check for, 3.6 isn’t a advice, simply an instance. That operate appears one thing like this:

if ( version_compare( $GLOBALS['wp_version'], '3.6', '<' ) ) 
    // do (or don't) one thing
    operate butter_never_get_old() 
        switch_theme( WP_DEFAULT_THEME, WP_DEFAULT_THEME );
        unset( $_GET['activated'] );
        add_action( 'admin_notices', 'butter_step_your_game_up' ); // we add some admin notices right here (we've not outlined this perform but)
    
    add_action( 'after_switch_theme', 'butter_never_get_old' );

What this operate does is outline an motion operate butter_never_get_old() that may solely run when the after_switch_theme() core perform known as. So far, the butter_never_get_old()operate, which sits inside our model verify, does the next:

  1. Checks what model of WordPress is presently put in
  2. Makes positive that model is newer than Version 3.6
  3. Runs the cosmically related If/Else:
  4. If it’s: Activate the theme.
  5. If it’s not: Do not activate the theme. Instead re/activate the default theme and, to be good, output a pleasant little message that instructs the consumer to improve their ridiculously outdated set up. Come on, Grandpa!

Nudge, nudge! Upgrade that s#%*

Next, we have to outline the butter_step_your_game_up() operate which prints out our admin notices if one thing ought to go awry which might ostensibly imply that the WP model is older than we’d like.

operate butter_step_your_game_up() 
    $update_message = sprintf( __( 'This theme requires WordPress model 3.6 or newer. You're at the moment utilizing model %s. Please improve.', 'butter' ), $GLOBALS['wp_version'] );
    printf( '<div class="error"><p>%s</p></div>', $update_message );

The above butter_step_your_game_up() perform units our translatable error message string within the $update_message variable as outlined (this theme requires… and so on) which is then printed and exhibited to the consumer (from inside the earlier outlined butter_never_get_old() perform ) and visually, inside a div with class of ‘error’. This message, you’ll be able to then fashion as desired.

So, all instructed, our operate ought to appear to be this:

if ( version_compare( $GLOBALS['wp_version'], '3.6', '<' ) ) 
    // This perform deactivates our newly activated theme if WP is not newer than 3.6
    // It then re/prompts the default theme
    perform butter_never_get_old() 
        switch_theme( WP_DEFAULT_THEME, WP_DEFAULT_THEME );
        unset( $_GET['activated'] );
        add_action( 'admin_notices', 'butter_step_your_game_up' );
    
    add_action( 'after_switch_theme', 'butter_never_get_old' );
    // This operate, known as from inside the above perform
    // outputs the related message that nudges the theme's consumer
    // to improve
    perform butter_step_your_game_up() 
        $update_message = sprintf( __( 'This theme requires WordPress model 3.6 or newer. You are at present utilizing model %s. Please improve!', 'butter' ), $GLOBALS['wp_version'] );
        printf( '<div class="error"><p>%s</p></div>', $update_message );
    

With that in place, you’re making certain that your theme can’t be activated on WordPress installations older than model 3.6.

Keep it clear

As far as attainable, you must hold your capabilities.php clear. It must be clear within the sense that it is best to be capable to shortly scan and instantly discern what every perform is doing. To that finish, we would wish to transfer our perform into an consists of folder.

If you haven’t already, create a folder and title it ‘inc’ inside your theme’s listing. Inside that, create a php file and identify that again-compat.php. Copy and paste the contents of the operate we simply created leaving solely the version_compare() in features.php:

if ( version_compare( $GLOBALS['wp_version'], '3.6', '<' ) ) 
    require get_template_directory() . '/inc/again-compat.php';

Inside the /inc/again-compat.php file, paste the capabilities we outlined earlier:

operate butter_never_get_old() 
    switch_theme( WP_DEFAULT_THEME, WP_DEFAULT_THEME );
    unset( $_GET['activated'] );
    add_action( 'admin_notices', 'butter_step_your_game_up' );

add_action( 'after_switch_theme', 'butter_never_get_old' );
perform butter_step_your_game_up() 
    $update_message = sprintf( __( 'This theme requires WordPress model 3.6 or newer. You are at present utilizing model %s. Please improve!', 'butter' ), $GLOBALS['wp_version'] );
    printf( '<div class="error"><p>%s</p></div>', $update_message );

CONCLUSION

It’s all the time a troublesome promote to inform developer that they should restrict the compatibility of their code. But the sheer dimension of the WordPress codebase, particularly once you deal with backwards compatibility, makes limiting the scope of your theme a sensible necessity. WordPress themselves doing so ought to spotlight its validity.

And now, free of the fixed obstacles offered by old-fashioned code, you’ll be able to focus your energies the place they belong: on harnessing the superior energy of WordPress.

25+ FREE WORDPRESS THEMES FRESH FOR MAY

By kaimbi | WORDPRESS | 0 comment | 29 July, 2015 | 0

Spring is in full bloom and WordPress designers are busy as ever. The market is crammed with tons of recent themes and the overarching theme is responsiveness. Not many builders are releasing themes that aren’t usable throughout a number of units. This makes it a bit of simpler so that you can select a theme that may work in a number of environments and look nice on the identical time.

Every month we’ll be bringing you our decide of the perfect free WordPress themes launched within the earlier 4 weeks. Here are our favorites for May:

ADVERTICA LITE

Advertica Lite simply seems to be cool. This self-proclaimed “uber-clear” theme is absolutely responsive, optimized for search engines like google and yahoo and full of options, together with multi-degree navigation, threaded commenting and limitless shade pores and skin choices. 

advertica

BRICKS

Bricks is an easy brick-type weblog design with a female appear and feel. The theme consists of sticky posts, textual content markup, a number of picture codecs with featured pictures and is concept for bloggers. The types from colours to fonts are gentle and open.

briks

BUNNY

While there aren’t that many themes on the market with a glance that might go well with youngsters, Bunny is the exception. This cute little theme is responsive and options an animated bunny, customized menu, widget space and sticky posts. The massive enjoyable on this theme is that a single click on can flip the bunny animation into an Easter bunny. Great enjoyable for an internet site geared toward youngsters.

bunny 

COUNT DOWN

Almost able to launch a brand new web page? Count Down is the theme for you. The easy single-web page theme options commonplace code and a launch web page countdown clock. This theme lets you change the colour, photographs, sidebar and different theme choices. Count Down additionally comes with a strong set of social media sharing hyperlinks and instruments.

count-down

ELMAX 

This two-column theme is a blogger’s dream with a clear type and responsive structure.Elmax permits for the customization of menus, is translation-prepared and consists of good publish thumbnails. 

elmax

FAQ

Sometimes all of your website must do is reply a couple of questions. That’s the place FAQ is available in. FAQ, which stands for ceaselessly answered questions, is a theme that has a easy query and reply format. Add customized shade choices and a brand or background and this theme may assist customers perceive extra about you or your organization. The theme features a constructed-in class tree for constant navigation, sticky posts and built-in search.

faq

 

FIFTEEN

With greater than 19,000 downloads so far, customers love the design and performance of Fifteen. The weblog theme encompasses a grid-fashion structure, that’s good for showcasing pictures. The absolutely-responsive theme can be retina-prepared (one other bonus in relation to photos) and contains parallax scrolling. Fifteen is a brilliant fashionable theme with tons of recent options and a fantastic general aesthetic.

fifteen

 

HARDPRESSED

Hardpressed is one other theme that takes benefit of the stylish flat design model with shiny colours and easy typography. The running a blog theme has easy customization instruments (no coding data wanted) and customized widget areas and social media instruments. The theme additionally consists of writer bio instruments so you’ll be able to spotlight a number of authors on a single weblog.

hardpressed

IGNITE

This responsive theme incorporates a modular design and works nice for a weblog. The design options a big picture space, sidebar widgets and a contemporary flat-type look. But the theme is easy sufficient to make the primary focus textual content, an actual bonus for bloggers and content material suppliers.

ignite

 

ITEK

This theme is designed for enterprise and e-commerce web sites. With an included store, WooCommerce plugin and weblog pages, the theme is able to get you promoting very quickly. The iTek theme additionally contains a big parallax header and loads of open house for a lightweight really feel to the design.

itek

 

LOOKI LITE

Looki Lite is a responsive theme has a enjoyable masonry-model format that options each photographs and textual content in a simple-to-learn format. The sidebar is widget-prepared and the theme contains six totally different publish codecs – apart, gallery, quote, video, audio and hyperlink. The highly effective choices panel additionally permits for loads of theme customization. 

looki

MARKETER

This business theme makes customization simple. Marketer encompasses a responsive design that’s optimized for retina shows and comes with sixteen pores and skin choices for a website that’s all yours. The design is optimized to coordinate with advertising targets and consists of Google Fonts and greater than 350 Font Awesome Icons which might be prepared to make use of.

marketer

 

MN FLOW

MN Flow is an easy card-fashion theme that encompasses a full-display screen customized background and smaller photographs for featured posts. The theme options sticky posts in a fluid structure with a number of submit codecs and lightweight code.

mn-flow

 

PADHANG

This responsive theme contains a easy model that greater than 5,000 customers have downloaded this month. Padhang has a minimalist fashion with the supply to incorporate a customized background and header, customized theme colours and menu, two widget areas and is translation-prepared.  

padhang

 

PAPERCUTS

PaperCuts is a straightforward absolutely responsive theme with an open design. The theme consists of three coloration customization choices and the choice to make use of a one- or two-column format. The theme contains widget areas, breadcrumb navigation and greater than 200 Google Font choices. It additionally helps a number of languages.

paper-cuts

 

PISCES

This simple black and white theme has a classy and trendy really feel in a completely responsive framework. The stylish design options playing cards with coloured sort on a black and white background. Pisces contains two widget areas, helps customized backgrounds and good social navigation. 

pisces

 

RADIANT

This starter theme is nice from somebody simply getting accustomed to WordPress. The drag and drop fashion interface is straightforward to make use of with this theme that has a contemporary look. Radiant is absolutely responsive and features a contact-pleasant design for cellular units.

radiant

 

RESOLUTION

This responsive journal-type theme is filled with options within the free model (with much more within the full launch). Resolution has a practical card-type design with freedom to make use of as many sidebars as you want, a featured submit slider, social sharing instruments, customized shortcodes and a number of structure choices. The theme additionally contains a number of class types.

resolution

 

REWIND

This easy small enterprise theme encompasses a good slideshow and have posts kinds.Rewind is a responsive theme with two widget-prepared areas, built-in weblog pagination and threaded commenting. The theme is simple to put in and arrange and the design is able to use proper “out of the field.”

rewind

 

SKT FULL WIDTH

This theme is constructed for a website that’s picture-heavy with a full-display screen background rotating picture. The responsive theme helps photos and video and consists of web optimization-pleasant coding. The menu bar will also be personalized or moved from one facet of the display screen to the opposite. 

skt

 

SPARKLING

Sparkling is a extremely visible theme designed within the nonetheless-fashionable flat design type. The responsive theme features a brilliant colour scheme, easy fonts and has extras equivalent to search engine optimization instruments and a enjoyable slider. Sparkling is retina-prepared and consists of infinite scrolling—one other tremendous development characteristic. The theme is a robust free choice with a number of shade and font customization choices accessible as nicely.

sparkling

 

STAIRWAY

StairWay is a straightforward minimalistic-model theme with a featured picture slider and widget areas. The totally-responsive theme contains 220 Google Fonts for personalisation and three completely different coloration schemes. The delicate look of this theme is nice for a web site that’s not making an attempt to be within the face of the consumer. The theme additionally helps breadcrumb navigation, a customized header and skill to create customized CSS.

stariway

 

STORK

This easy flat-type running a blog theme options giant pictures and easy typography for writers who need influence. While Stork will not be full of among the options of different themes it’s sufficient for a easy private weblog.

stork

 

STORY

Inspired by Designmodo’s Flat UI, the Story theme contains a easy design within the flat type. The theme has a stylish look and would work for a wide range of functions. The theme provides customization choices for colour and consists of social icons utilizing the Simple Social Icons Plugin. The design helps giant photos, video and consists of tremendous-clear typography kinds.

story

 

TONAL

Tonal is an easy running a blog theme that adjustments primarily based on the colour of the background. The theme makes use of giant featured photos, full-width video and submit codecs that work on a wide range of units. The theme additionally incorporates a versatile header, sticky posts and a number of publish codecs. 

tonal

 

VISION

Vision is for bloggers who love typography. The responsive theme features a nice palette of typefaces that mesh completely. The theme was designed with cellular-first pondering and can look excellent on any system. Vision contains a number of widgets, a slider, customized background and versatile configuration.

vision

 

VRYN RESTAURANT

This child theme for Sixteen is a enjoyable possibility for a restaurant. The card-fashion design makes it simple to show menu choices in a coloration scheme that’s interesting. The responsive theme additionally options sticky posts, threaded feedback and featured photos. 

vryn

 

WHY HELLO THERE

This theme with the enjoyable title is simply as a lot enjoyable to have a look at. The flat design options Flexslider integration for flagging content material with ease, loads of shade customization and a terrific mounted header type. The two-column design works nice for that includes a number of objects and contains a big photograph space. Why Hello There consists of 4 nice plugins as effectively – Font Awesome, prettyPhoto, Modernizr and Basline.

why-hello

TRANSFORM WORDPRESS INTO A WYSIWYG WITH MOTOPRESS

By kaimbi | WORDPRESS | 0 comment | 29 July, 2015 | 0

If you’re employed with WordPress websites, then you understand how irritating the constructed-in editor may be. Whether it’s superfluous markup, outdated CSS, or its behavior of truncating spacing, the default editor in WordPress can value you hours of time.

There is an alternate although: MotoPress.

MotoPress is an thrilling plugin that truly replaces the default WordPress editor, offering all the identical performance, after which some. Just check out the awesome demo.

No have to hack away at HTML and hope that WordPress doesn’t strip out your exhausting work: MotoPress allows you to design your content material by dragging and dropping. Just create a brand new web page and manipulate content material simply as you’d in a design software.

ui

MotoPress features a ton of further components designed to make your life simpler. There are charts, tables, buttons, picture sliders, picture holders and far more. You can merely drag the content material you want onto the stage, prepare it to your liking, even outline properties like alignment and shade, and also you’re able to publish.

If you’re constructing on your personal website, the MotoPress is at present simply $29 per 12 months, however it can save you a ton of greenbacks when you’re a enterprise—or extra possible, an online designer—by choosing their enterprise, or developer plans that help you deploy to 5, or limitless websites respectively.

pricing

Because MotoPress has been designed for the wants of right this moment’s WordPress skilled, its output is totally responsive, which implies that nevertheless you select to configure your content material, it will likely be absolutely adaptive to any display dimension.

Best of all, MotoPress works with any theme. You don’t must make any adjustments to your set up, and even set up a particular theme, simply set up MotoPress in your dashboard and also you’re good to go.

12

LIKE US ON FACEBOOK

CATEGORIES

  • INSPIRATION
  • MARKETING
  • Uncategorized
  • UX DESIGN
  • WEB DEVELOPMENT
  • WORDPRESS
Copyright 2019 BP Web Design | All Rights Reserved. A BP Web Group Company
  • Home
  • Websites
  • E-commerce
  • Custom Design
  • Hosting
    • Web Hosting
    • Virtual Private Servers
    • Dedicated Servers
    • Reseller Hosting
  • Corporate Branding
BP Web Design