Simple, Clean and Bold Three Color Pricing Table (Pricing Tables)

Simple, Clean and Bold Three Color Pricing Table HTML & CSS

Simple, Clean and Bold Three Color Pricing Table HTML & CSS.
Its include simple feature section, order now button, and three color for each plan.
its well commented markup, W3C Validate markup and Easy to use.
All major Browser Supported.

Please note that IE doesn’t support some CSS3 attributes.

Font-Used: Lato ( Google web font )

Download from : http://www.google.com/fonts#UsePlace:use/Collection:Lato

Download Simple, Clean and Bold Three Color Pricing Table (Pricing Tables)

Zlogin simple login system (Project Management Tools)

Zlogin is simple, secured and easy to customize Login & users management system crafted exclusively for CodeCanyon.

We built it as MVC so it’s OOP from it’s core so you can integrating it with your own website easily or use it as a start point to build your own CMS with a private user area where visitors to your website have to be logged in to view page content.

We used Smart template engine to separate the design from the code and you can easily re-design it with your own theme.

Designed with Bootstrap so it’s clean and yep HTML5 valid.

Easy to install just upload it and run!

Have advanced Admin panel and mutli-user groups so you can edit/add/delete user groups as you can, and add/edit/delete users from the back-end and sort theme as you like.

High security script with advanced login system with tokens and Captcha integration from reCAPTCHA, Email versification, Welcome email and activation email.

For Live Preview:

http://www.zamblek.com/zlogin
Email: [email protected]
Password: 123456

Download Zlogin simple login system (Project Management Tools)

OCArabia – Bestsellers Of This Year/Month/Week (OpenCart)

Bestsellers Of This Year/Month/Week Lists the best sellers in this Year or Month or Weak.

Featured:

  • You can choose Year / Month / Week for Bestsellers .
  • You can in Categories Layout to show the bestseller of a category .
  • You can show How Many times this product viewed in product block .
  • You can show How Many times this product Sold in product block .
  • You can Show Add to Cart Button in product block .
  • You can control of Slider auto scroll or not
  • This Module using carouFredSel Slider which have many features like swipe using mouse , responsive ! caroufredsel.dev7studios.com of course those options are default in our module :)

Look like this in front end :)

in left column

in content

Configuration setting admin panel

You can see live preview link to see it online

Download OCArabia – Bestsellers Of This Year/Month/Week (OpenCart)

Extrastrap – Deluxe Bootstrap Skin (Bootstrap)



Extrastrap is an bootstrap skin, which means that can be used with any site built with the Bootstrap framework.

This skin is based on a flat desing and also extends the styles directly applied to Bootstrap files. There’s no overwritten rules or bloating CSS, making a lightweight skin

as Boostrap is itself.

There is also included a new set of custom UI elements like toggles, buttons, select, radial progress bar, etc, all based on Bootstrap markup.

Features

  • Bootstrap 2.3.2
  • Retina Ready Icons by Font Awesome 3
  • Glyphicons from Bootstrap 3
  • Components from the Bootstrap 3 (and some from other frameworks)
  • Google Font Open Sans
  • Better checkbox & radio
  • New UI Elements (button, toggles, select, radial bar, etc.)
  • Well documented (like on bootstrap website)
  • Regularly updates
  • … and all the Bootstrap’s great features

Planned for next update

  • A lot of new buttons, buttons forms, etc.
  • Each component must have minimum 4 color scheme
  • A better integration with mobile phones and tablets
  • More examples and Windows HTML5 apps demo examples.
  • … and many more (that’s a surprise)

June 23,2013 – Version 1.0 was released.

Download Extrastrap – Deluxe Bootstrap Skin (Bootstrap)

Javascript Excel Creator (Miscellaneous)

Javascript Excel Creator is a component made with javascript and a small flash which allows developers to create excel files on fly just in browser.

Features:

  • Create Excel file completely on client side.
  • No server interaction required.
  • The file contents could be created programmatically on client side
  • No browser interaction required from end user except when the user clicks the save button
  • String and Number cells are currently supported.

Download Javascript Excel Creator (Miscellaneous)

WP Best Ranker (SEO)






Open a Support Ticket
Video Demo

Benefits:

  • Install and Setup which will take few minutes then forget
  • It will be publish fresh content for you in background
  • Can Pull Full Content with image and other content from RSS Feed in a schedule
  • Can Spin Content Manually or Autometically using spinrewriter API
  • Can Create Keyword to Hyperlink text
  • Can Comment as visitor in a schedule with real ip
  • Can Change all link in the post to defined link with celo silo structure
  • Can Add Social Button into post footer
  • It can publish post using only keyword
  • More, more ,more…..

There are six module-

  1. RSS Collector:



    This simple RSS Aggregator makes sure that you can populate whatever RSS content you desire in any amount and on your schedule. You simply pick your category, set it on your schedule and let it run in the background by collecting relevant, fresh, up to date content from the web.

    You can put in an unlimited amount of different RSS feeds with different categories as you like, there is no limit on that

  2. Article Collector:


    This powerful module allows you to pull content from an article directory (http://ezinemark.com), based on any keyword that is entered, this is as easy as entering any keyword, the Plugin will then pull fresh relevant articles based on the keyword you entered, it also embeds relevant images automatically along with the article.

  3. Content Refiner:



    This feeds the Google Algorithm with the Unique Content that it needs by Scrambling and Spinning your site content and Automatically Protecting your keywords. It spins the text by adding relevant synonyms and phrases which makes it readable, and takes out all the manual work of you having to add in words yourself, you can literally spin unique readable content with just a few mouse clicks or Automatically .

  4. Comment Curator:




    Upload and schedule comments to drip out on your own sites at your own rate. This will add unique content to your pages, entice user interactivity, and improve your SEO efforts by making your posts and page content fresh and updated when crawled by Google, Yahoo, Bing etc

  5. Link Curator:



    It’s able to automatically change any external anchor text links that’s already on the RSS feeds/articles, which can be changed to the URL’s you put in link curator. If you have a post that already has 2 or 3 or more anchor text links on them which came from the RSS feed/articles, then you can have each anchor text link rotated with different URL’s you place on link curator.

  6. Social Syndicator:


    This new module allows you to get more social signal back links and more traffic to your site from sites such as Facebook, twitter, and google plus. Increases the chances of getting posts indexed more quickly and ranked more faster.

    You can make your site go viral by allowing other people to Facebook Like, Google+1 or Tweet about your posts.

Video Of All Module



version: 1.0.3

Download WP Best Ranker (SEO)

Event/Hook class (Miscellaneous)

Features

  • Use static class or instantiate multiple event objects or simply use the trait to add event handling for your other classes (I have examples for all of them below!)
  • Listen & Trigger events
  • Temporarily suppress and unsuppress events if needed
  • Programmatically clear listeners on specific events
  • Have multiple listeners on the same event, ordered by a custom priority from 0-100
  • Trigger events and pass any number of parameters/arguments to the listeners (modifications are “gathered” through all the listeners) and the final parameters are returned, modified or not.

Why use an event/hook class? and how does it work?

The use of event-driven programming allows you to modularize your core code or allow parts of the system to alter the behavior of other parts.

If you have ever used a CMS like WordPress or Drupal, you have used a CMS with a event/hook system.
In the drupal community there is a saying that goes “Never hack core!” and for a good reason because whenever you update your drupal installation from say 7.0 to 7.1, if any of the files you have changed is updated – You lose your changes!

Here the event (or hook) system solves that problem.

Using the eventObject class (eventObject.php)

Ok, consider the following
You have a website of some sort and in profile.php you tell the visitor about a person (this could be a social site or forum etc)
Now, if you want to allow other parts of the system to modify the output of that, one way is using an event class.

profile.php
$person->name = 'John';
$person->age = 20;
echo $person->name;

Here we output the name of a person.
Now, if we want to allow modules/plugins or other parts of the system to modify that, we can use the event class. Let’s say we have an index.php (Main file).

index.php
require('event.php');//we load the event class
$event = new event();//Semantically, "new event()" may sound like we're creating ONE event. We're not, we're creating an entire event system.

Now, let’s say we have a module (which has been enabled and loaded up and what not)

module_modifyprofile.php
//here, we set up a "listener", a function that "listens" for the event, in this case the event is "person_modify".
$event->listen('person_modify', function($person){
    $person->name .= ' Smith';
});

So our module_modifyprofile is enabled, and is being run. Now let’s return to our profile.php, here we “trigger” an event.

profile.php
$person->name = 'John';
$person->age = 20;

//anyone want to modify this?
$event->trigger('person_modify', $person);

echo $person->name;
Final Output
John Smith

Note

The name of the events you listen on and trigger are up to you, they can be any arbitrary string.

Using the “static” event class (event.static.php)

The static class is great, it solves two problems: one is it’s easier to use in that you will always have access to it wherever you are (Avoiding the need for a registry class or the use of “global”), secondly it allows your site to have one site-wide “master event” system across your entire application.

Here’s how to use it

require_once('event.static.php');
event::listen('404', function($message) {
die($message);
});
//...
//...
event::trigger('404', 'something went wrong');

I advice you to use this class for “main” events that lie at the root of your application and then consider either the eventObject which I talked about previously or the trait for events on specific objects or other parts of the system. Which leads me to the next section, the eventTrait!

Using the eventTrait trait (event.trait.php)

Consider a person object again.. actually, the class. This time we’ll add a “display” function/method. This could be the function that displays the profile to the user.. something like that :)

class person {
    public $name = 'John';
    public $age = 20;

    public function display() {
        echo 'name: ' .$this->name .'<br />';
        echo 'age: ' .$this->age .'<br />';
    }
}

This might not be a very good example of a person class but bare with me.
Let’s make this display function modular and extendable so that other modules/plugins can modify it’s behavior… Let’s try using the static class:

class person {
    public $name = 'John';
    public $age = 20;

    public function display() {
        event::trigger('person_display_before', $person);
        echo 'name: ' .$this->name .'<br />';
        echo 'age: ' .$this->age .'<br />';
        event::trigger('person_display_after', $person);
    }
}

Sure, that works. we simply

event::listen('person_display_before', function(){//...})

But wait.. what if there are several dfferent “users” being displayed through this person class, and suppose the ‘admin’ users should look a bit different according to say.. a module or plugin in our system? – We might be able to ask “is this an admin?” inside the event listeners but that would give some overhead (it would require more if statements and more logic…). Let’s try creating a new event object in the person class. So each person has it’s own event object.

class person {
    public $name = 'John';
    public $age = 20;
    public $event;   

    public function __construct() {
        $this->event = new eventObject();
    }

    public function display() {
        $this->event->trigger('display_before');
        echo 'name: ' .$this->name .'<br />';
        echo 'age: ' .$this->age .'<br />';
        $this->event->trigger('display_after');
    }
}

<

That’s a bit better, but what if we could change ”$this>event->trigger()” and consequently ”$person->event->listen()” to something easier to write?
Here’s where the trait comes in. If you don’t know how to use traits, refer to the php documentation.
A trait is basically a list of members (properties and functions) that can be used in a class. Like this:

class person {
    public $name = 'John';
    public $age = 20;

    use eventTrait;

    public function display() {
        echo 'name: ' .$this->name .'<br />';
        echo 'age: ' .$this->age .'<br />';
    }
}

Now, the “person” class is actually an event class too! It has the “listen” and “trigger” (and more) methods. Using it is super simple:

class person {
    public $name = 'John';
    public $age = 20;

    use eventTrait;

    public function display() {
        $this->trigger('display_before', $this);
        echo 'name: ' .$this->name .'<br />';
        echo 'age: ' .$this->age .'<br />';
        $this->trigger('display_after', $this);
    }
}

You might ask, why not use inheritance? (class person extends eventObject). Sure, that would work but using traits allows your person class to extend other classes as well.

In conclusion

I hope that helps you get up and running with events! Now go make something awesome ;)
If you have any questions feel free to ask, feedback is welcome too of course!

Download Event/Hook class (Miscellaneous)

Shhrink & Share – Woocommerce Social Sharing (WooCommerce)

Shhrink & Share – WordPress & Woocommerce Social Sharing – Share your wordpress posts, pages and woocommerce products with friends and family via social networks.

Social Buttons Included at the moment are Facebook, Twiiter, Google+, Pinterest and Linkedin.

Plugin is linked with shhrink.it url web shortener. You can sign up to this service for free, and will be able to see clicks on your social sharing links and locate where they are coming from.

Easy to use admin interface to select which social networks you would like to display.

The option to add the social links automatically to wordpress posts, and woocommerce products. Or you can manually add a template tag or shortcode.

Download Shhrink & Share – Woocommerce Social Sharing (WooCommerce)

Zhen Distribution Maps (Navigation)

Need a distribution/mapping system for your business? Need to track distribution metrics and problems on a map backed by a database?

Zhen Distribution Maps is the solution for your needs! Zhen Maps can run on any shared host with PHP and MySQL installed, and provides a great-looking and easy-to-use UX that allows you to easily track your distribution in a web-based application.

Best of all, this is self-hosted, so you can install it once on your servers and have peace of mind that you have full control of the product and usage!

Zhen Distribution Maps provides the following features and models:

  • Dashboard: full-featured dashboard with a map of locations on it, as well as a list of locations and latest problems.
  • Full map: a full-window browser map of all your locations. You can also automatically hide or show specific categories of locations!
  • Location: add as many locations as you want, and tie in distribution numbers and problem tracking to each location.
  • Distribution: add distribution metrics for each location, keeping a running history of distribution numbers corresponding to each location.
  • Problems: add problem history for each location to keep track of problems that have occured with any location.

Demo: Use admin/admin@123 to login to the demo.

Changelog:

  • V 1.0 (June 20, 2013): First release

Download Zhen Distribution Maps (Navigation)

Clear FAQs WordPress Plugin (Utilities)

Allow your site to answer questions and answers!

Clear FAQs provide a clean, easy way to create a frequently asked question, question & answer or knowledgebase section on your WordPress pages, posts or text widgets.

The FAQs and categories are as easy to create and edit as any other WordPress post, it uses the same familiar WordPress interface.

Items can be displayed in categories with descriptions and are stored within a custom post type to avoid any interference with your existing site content.

Options can be set in a custom options panel and on a case-by-case basis if you want multiple FAQ pages.

Available Options / Features

  • Built-in expand/collapse functionality
  • Built-in smooth scroll to section or back to the table of contents
  • Decide whether to show/expand all by default
  • Control which category of FAQs to display
  • Hide or show category counts
  • Hide or show the top table of contents section
  • Hide or show the “To Top” scrolling feature
  • Reusable across any number of pages/posts
  • Fluid width, fills to fit the content area from mobile to desktop sites
  • Localized

The plugin is designed to blend in, not override your existing theme styles/colors with minimal styling to worry about.

Download Clear FAQs WordPress Plugin (Utilities)

Bootstrap Stripe Payment Forms (Forms)

Mammothology Bootstrap Stripe Payment Form:

Twitter Bootstrap Ajax Stripe payment forms to get you up and running quickly accepting payments.

Features:

– Ajax payment form with verification and loading icon
– Subscription billing form example
– Stripe webhooks example to respond to Stripe events
– Integrated into Stripe to accept payments
– Securely accepts credit card information never storing it on your server
– All you need is a Stripe account and you’re good to go!
– Example code of how to process payments on the server, with error handling

Support:

Support is available at http://mammothology.com/forums

Download Bootstrap Stripe Payment Forms (Forms)

WordPress Social Invitations (WordPress)

Summary

Allow your visitors to invite friends of their social networks such as Linkedin, Google, Yahoo, Hotmail and more directly into your WordPress site. This plugin works perfectly with Buddypress and also hooks into Invite Anyone Plugin.

Documentation

Full documentation is included with this plugin. Check inside the wsi-plugin folder after you extract the zip downloaded in Codecanyon.

Installation

  • Extract the file downloaded in codecanyon
  • You will have two folders inside. a- documentation b- wordpress-social-invitations
  • Upload wordpress-social-invitations folder in to the wp-content/plugins/ folder or zip the folder and install it using the plugin installed inside your wp-admin
  • Read the provided documentation to enable providers

You can use shortcodes or php functions to include the widget on anyplace. Also it will hook automatically with Buddypress or Invite Anyone plugin

Changelog

V1.0 First version released

Download WordPress Social Invitations (WordPress)

WP Events Calendar Plugin (Calendars)

Events Calendar allows you to easily add to your own wordpress website a powerful interactive calendar to present your events.

How it works
Administrator can create one or more calendars (e.g. a calendar for each events category or for different locations…) with unlimited events to add.
Events can last one or more days and you can add a lot of information such as starting and ending time and date for each event, number of available places, free or paid event admission, textual description, photos, videos, location map… etc.

Have you got events in different cities? Create calendars with cities names and add all the events per city.
Managing a convention center? Easy! Create a calendar for each room and add all the conferences.
Are you a travel agent? Add to calendar all the vacations and tours of your agency.

User:
– number of events per day immediately visible
– instantaneous preview the available events on rollover
– made easier netsurfing in choosing months and days
– possibility to share every event
– easy to use interface

Admin:
– unlimited number of calendars to set (each calendar can refer to a different category)
– unlimited number of events
– each calendar has its own independent set of settings
– once created a calendar, possibility to modify each event, one by one or in group, at any time
– switch between US and UK date formats
– you can add single and multiple day events
– ability to add time (start/end) and a starting and ending date for each event you add
– optionally add videos and a photo gallery for each event
– possibility to add a google map for each event
– optionally show tweets related to the event hashtag
– possibility to show flickr photos with the keyword you have chosen for the event
– you can spotlight the link to the online ticket store
– possibility to add the event website link
– bg and colors management
– fully translatable to any language!
– no coding skills required

Download WP Events Calendar Plugin (Calendars)

YoGallery (Galleries)

If there is one thing in WordPress we, all, would like to change that would be gallery functionality, it is easy to handle, and yes we love it but it is also limited and cumbersome in the options and look department. yogallery is a magical plugin that fixes and adds functionality to your beloved built-in WordPress gallery. No more installing additional gallery plugins, confusion, duplicated galleries, complicated settings and so on. There is no need to be a super-wordpress-geek to have a jaw dropping gallery. You can have one too. Simply install yogallery plugin and carry on with managing your galleries as you would normally do. It is really a simple and elegant solution. We love it, hope you will too. Looking forward to you feedback!

Note:

Due to the WordPress structure, this plugin is only compatible with WordPress version 3.5+

With YoGallery you get:

  • same, old, familiar way of managing your galleries – we are not a stand alone plugin, we enrich the built-in one gallery functionality
  • creating stunning full-screen galleries is a blast
  • trigger activates full-screen gallery
  • auto full-screen galleries
  • auto full width gallery in a single post
  • different animations to choose from
  • caption support
  • user-define thumbnail size
  • user-defined columns and rows
  • zoom effect on hover
  • inner / outer shadow option
  • random order supported
  • possibility to exclude gallery of your choice from the plugin
  • optional auto-adoption of you existing galleries to new look
  • localization ready

Download YoGallery (Galleries)