Coffee Stop Motion (Stop Motion)
Stop motion footage with roasted coffee beans forming the sign “COFFEE” on gray background.
Stop motion footage with roasted coffee beans forming the sign “COFFEE” on gray background.
WordPress A/B Theme Conversion Testing is a plugin based on the marketing a/b technique
Are you curious which of your WordPress Theme converts better in terms of leads generation?
This plugin is exactly what you need
Eliminate curiosity and get your reality testing done: get reports by switching the theme for each visitor from a selected set.
Randomly show different wordpress theme from a selected set to every visitor
See real reports rather than assuming your current theme is the best:
Easy to configure and get started
FlatAds – Classified AdsWordPress Theme
The FlatAds WordPress theme is so clean, super flexible and has a fully responsive design (try resizing your browser). Built with HTML5 and CSS3 . A lot of thought and care were put into FlatAds making it a pleasure to use. The FlatAds comes compatible with woocommerce 2.1, bbpress, MailChimp for WP plugin.
I carefully handcrafted this template with a strong focus on typography, usability and overall user-experience. It’s very quick to setup and easy to customize.
Features
Updates
Version 1:
- Initial release
Credits
Subscribe to agurghis’s New File RSS Feed
Latest Themes
Quick Update 1.0.1 – Status: Pending
- Fix Level issue (when the player go to the next level the button disappears from the screen).
Squares is fully implemented iOS 7 game for iPhone 5/5S. The gameplay is like the gameplay of Candy Crush. It has build in:
iAd
Game Center
Shop
Great Graphics
Easy to customise the UI and the Game Mode
Great gameplay
Next Week Update: iPad Support
There is shop from where the player can buy different tools to help him out as well as new levels and option to hide the ad. To buy this features the player need “GIMS”. He can collect them by playing. You can select after how many points to receive 1 GIM.
Peekaboo Timer is a handy wordpress plugin which allows web sites owners to control visibility of the content in accordance with various time-related criteria.
You can choose to automatically display or hide content through time using any of the 28 shortcodes, and thus make your WordPress site more dynamic and “intelligent”.
Hide or show the content on specified days of the week, months, days of the month, time periods, date intervals, etc…
Shortcodes can be combined for even more specific and precise time frames.
They can be used in text widgets as well.
Many criteria can be set to use either blog time (specified in the admin dashboard of the WP site) or visitors’ times.
Even though the total of 28 shortcodes and the variety of attributes make this a Swiss army knife of plugins, using it is extremely easy and user-friendly because it comes with an intuitive set of click-through dialogs and friendly forms integrated in the WordPress’s text editor.
INSTALLATION
BASICS OF THE USAGE
Peekaboo Timer uses shortcodes for marking the parts of the content you wish to have affected. There are two sets of shortcodes: one set is consisted from the shortcodes that are meant to HIDE the selected content, and the other set is consisted of the shortcodes that will DISPLAY the content to visitors, both according to various time-related criteria. Every HIDE function has it’s SHOW counterpart.
There are 14 shortcodes in each set, which makes a respectable total of 28 shortcodes, but fear not – you don’t have to remember the exact syntax for any of them, as Peekaboo Timer comes with a user-friendly extension for WP’s text editor and an intuitive click-through dialog for setting the shortcodes and their parameters.
Once you install the plugin, you will see a couple of new buttons in the text editor.
Selecting a part of the text and then clicking on an icon opens up a modal dialog where you can choose which criterion for displaying/hiding content you want to use.
Clicking on an item from the list opens the accordion and reveals options for tailoring the shortcode to your needs.
Like this:
SHORTCODES
Show until… / Hide until…
SHORTCODE: pbt_show_until
and pbt_hide_until
ATTRIBUTES: date
and time
These shortcodes display/hide content until a specified moment in future – date and time. The time
attribute value is not included in the interval.
[pbt_show_until date=”23-Jun-2014” time=”16:45”]This content will be visible to visitors until 23rd of July 2014, at 16:45[/pbt_show_until]
[pbt_hide_until date=”15-Nov-2015” time=”9:13”]This content will be visible to visitors until 15th of November 2015, at 9:13[/pbt_hide_until]
Show from… / Hide from…
SHORTCODE: pbt_show_from
and pbt_hide_from
ATTRIBUTES: date
and time
These shortcodes display/hide content from a specied moment in future (date and time) onward. The time
attribute value is included in the interval.
[pbt_show_from date=”10-May-2015” time=”23:20”]This content will be visible to visitors from 23rd of May 2015, at 23:20[/pbt_show_from]
[pbt_hide_from date=”25-Apr-2015” time=”12:10”]This content will be hidden from visitors from 25th of April 2015, at 12:10[/pbt_hide_from]
Show in a time interval / Hide in a time interval
SHORTCODE: pbt_show_time
and pbt_hide_time
ATTRIBUTES: start
and end
These shortcodes display/hide content during a time period each day. There are four spinners in the dialog, which allow you to choose the parameters. The final minute is not included in the interval.
[pbt_show_time start=”9:45” end=”17:30”]This content will be visible to users from 9:45 to 17:30, every day.[/pbt_show_time]
[pbt_hide_time start=”22:10” end=”2:35”]This content will be hidden from visitors from 22:10 to 2:35 next day, every day.[/pbt_hide_time]
Show in a time interval / Hide in a time interval – CLIENT TIME
SHORTCODE: pbt_show_time_visitor
and pbt_hide_time_visitor
ATTRIBUTES: date
and time
These shortcodes display/hide content during a time period each day, according to the time set in the client’s operating system. The final minute is not included in the interval.
[pbt_show_time_visitor start=”9:45” end=”17:30”]This content will be visible to visitors from 9:45 to 17:30 - their times.[/pbt_show_time_visitor]
[pbt_hide_time_visitor start=”22:10” end=”2:35”]This content will be hidden from visitors from 22:10 to 2:35 next day - their times.[/pbt_hide_time_visitor]
Show in a minute interval / Hide in a minute interval
SHORTCODE: pbt_show_minute
and pbt_hide_minute
ATTRIBUTES: start
and end
These shortcodes display/hide content during a time period every hour, 24 times a day. The ending minute is not included in the interval.
[pbt_show_minute start=”50” end=”15”]This content will be visible to users every hour from the 50th minute to the 15th minute in the next hour.[/pbt_show_minute]
[pbt_hide_minute start=”23” end=”42”]This content will be hidden from visitors from 23rd to 42nd minute, every hour.[/pbt_hide_minute]
Show in a minute interval / Hide in a minute interval – CLIENT TIME
SHORTCODE: pbt_show_minute_visitor
and pbt_hide_minute_visitor
ATTRIBUTES: start
and end
These shortcodes display/hide content during a time period every hour, 24 times a day, according to the time zone set on the client’s computer. The ending minute is not included in the interval.
[pbt_show_minute_visitor start=”50” end=”15”]This content will be visible to users every hour from the 50th minute to the 15th minute in the next hour - users’ times.[/pbt_show_minute_visitor]
[pbt_hide_minute_visitor start=”23” end=”42”]This content will be hidden from visitors from 23rd to 42nd minute, every hour, users’ times.[/pbt_hide_minute_visitor]
Show on these days of the week / Hide on these days of the week
SHORTCODE: pbt_show_week
and pbt_hide_week
ATTRIBUTE: days
These shortcodes display/hide content only on the selected days of the week. Attribute values have to be in the form of 3-letter abbreviations.
[pbt_show_week days=”Sat, Sun”]This content will be visible to visitors only on Saturdays and Sundays.[/pbt_show_week]
[pbt_hide_week days=”Mon, Wed, Fri”]This content will be hidden from visitors only on Mondays, Wednesdays and Fridays[/pbt_hide_week]
Show on these days of the week / Hide on these days of the week – CLIENT TIME
SHORTCODE: pbt_show_week_visitor
and pbt_hide_week_visitor
ATTRIBUTE: days
These shortcodes display/hide content only on the selected days of the week, according to the time zone set on the client’s computer. Attribute values have to be in the form of 3-letter abbreviations.
[pbt_show_week_vistor days=”Sat, Sun”]This content will be visible to visitors only on Saturdays and Sundays, their times.[/pbt_show_week_visitor]
[pbt_hide_week_visitor days=”Mon”]This content will be hidden from visitors only on Mondays, their times. [/pbt_hide_week_visitor]
Show on these days of the month / Hide on these days of the month
SHORTCODE: pbt_show_day
and pbt_hide_day
ATTRIBUTE: days
These shortcodes display/hide content only on the selected days of month (1-31).
[pbt_show_days days=”1, 10, 21”]This content will be visible to visitors only on 1st, 10th and 21st day in each month.[/pbt_show_days]
[pbt_hide_days days=”7, 14, 21, 28”]This content will be hidden from visitors only 7th, 14th, 21st and 28th day in each month.[/pbt_hide_days]
Show on even days only / Hide on even days only
SHORTCODE: pbt_show_even
and pbt_hide_even
ATTRIBUTE: -
These shortcodes display/hide content only on even days of the month (2nd, 4th, 6th,…, 30th). No attribute is needed.
[pbt_show_even]This content will be visible to visitors only on even days of the month.[/pbt_show_even]
[pbt_hide_even]This content will be hidden from visitors only on even days of the month.[/pbt_hide_even]
Show on odd days only / Hide on odd days only
SHORTCODE: pbt_show_odd
and pbt_hide_odd
ATTRIBUTE: -
These shortcodes display/hide content only on odd days of the month (1st, 3rd, 5th,…, 31st). No attribute is needed.
[pbt_show_odd]This content will be visible to visitors only on odd days of the month.[/pbt_show_odd]
[pbt_hide_odd]This content will be hidden from visitors only on odd days of the month.[/pbt_hide_odd]
Show in these months / Hide in these months
SHORTCODE: pbt_show_month
and pbt_hide_month
ATTRIBUTES: months
These shortcodes display/hide content only on the selected months. For the attribute’s value use months’ ordinals (01, 02, 03, …, 12), or 3-letter abbreviations (jan, feb, mar, …, dec)… or simply use this friendly form with checkboxes.
[pbt_show_month months=”01, 03”]This content will be visible to visitors only in January and March.[/pbt_show_month]
[pbt_hide_month months=”sep, oct, may”]This content will be hidden from visitors only in September, October and May[/pbt_hide_month]
Show in a date interval / Hide in a date interval
SHORTCODE: pbt_show_dates
and pbt_hide_dates
ATTRIBUTES: start_month
, start_day
, end_month
and end_day
These shortcodes display/hide content only during the desired date interval each year.
Use dropdown lists and spinners to select the start and the end date. The starting date can be earlier than the end one, which means that the interval will span into the next year.
Use 3-letter abbreviations (jan – dec) or ordinals (1 – 12) for start_month
and end_month
attributes’ values. The end day is included in the interval.
[pbt_show_dates start_month=”jan” start_day=”21” end_month=”may” end_day=”1”]This content will be visible to visitors only from 21st January to 1st May.[/pbt_show_dates]
[pbt_hide_dates start_month=”8” start_day=”15” end_month=”12” end_day=”10”]This content will be hidden from visitors only from 15th August to 10th December[/pbt_hide_dates]
Show in a date interval / Hide in a date interval – CLIENT TIME
SHORTCODE: pbt_show_dates_visitor
and pbt_hide_dates_visitor
ATTRIBUTES: start_month
, start_day
, end_month
and end_day
These shortcodes display/hide content only during the desired date interval each year, according to the time zone set by the visitor.
Use dropdown lists and spinners to select the start and the end date. The starting date can be earlier than the end one, which means that the interval will span into the next year.
Use 3-letter abbreviations (jan – dec) or ordinals (1 – 12) for start_month
and end_month
attributes’ values.
The end day is included in the interval.
[pbt_show_dates_visitor start_month=”4” start_day=”15” end_month=”sep” end_day=”20”]This content will be visible to visitors only from 15th April to 20th September - their times.[/pbt_show_dates_visitor]
[pbt_hide_dates_visitor start_month=”Jun” start_day=”24” end_month=”oct” end_day=”3”]This content will be hidden from visitors only from 24th June to 3rd October - their times.[/pbt_hide_dates_visitor]
ADDITIONAL INFO
- functions that use visitor time do not “physically” remove the marked content from the HTML code, but only from the layout of the web page. Bear that in mind if you want to make sure the non-displayed content is unreachable from a user’s side.
- feel free to combine and nest Peekaboo Timer shortcodes
[pbt_show_until date=”15-apr-2015” time=”8:30”][pbt_show_odd]This is going to be visible on odd dats of month only, until 15th April 2015, at half past nine in the morning.[/pbt_show_odd][/pbt_show_until]
[pbt_show_month months=”apr”]
[pbt_show_week days=”sat, sun”]
[pbt_show_time_visitor start=”13:30” end=”20:00”]
This is going to be visible only on weekends in april, from 13:30 to 8 in the evening, user’s time zone.
[/pbt_show_time_visitor]
[/pbt_show_week]
[/pbt_show_month]
- you can use Peekaboo Timer shortcodes in text widgets
FINAL NOTES
If you like Peekaboo Timer, please rate it with 5 stars.
Before assigning it a mark lesser than 5* please feel free to contact us and let us know what you didn’t like about our plugin. We will do are best to fix it ASAP.
Thank you!
Android Hotel App Features
If you have question, please first visit the Support Tab for more information and FAQs.
Please before purchase read carefully the product’s features and the content of the Support Tab. If you have any questions about the functionality, please ask them before purchase – we will be glad to answer you and to clear all doubts about the product
Demo .apk: here
Latest Versions:
Version 1.0 (19.03.2014)
Video Info:
Included:
Suitable for:
Music:
Woocommerce Quick Edit Products
With this plugin you can quick edit woocommerce products all on one page. Including simple products, and products based on variations. You can display all products, or just display products based on a category.
You can edit as many products as you want in just one step and edit many fields such as Title, SKU, Stock, Regular Price, Sale Price, Weight, Height, etc.
Tested up to WooCommerce 2.1.5 & WordPress 3.8.1
If you liked this plugin and you found it useful please rate it:
If you have issues or concerns please contact us and we will help you. Rating our items really helps support us to build more plugins and themes and we greatly appreciate it!
Looking for something else? Try our WooCommerce Bulk Edit Plugin
Changelog
Version 1.0 - March 21 2014
- First stable release
CCR WordPress Pricing Table Plugin is for WordPress users. This Multi-functional WordPress Pricing Table Plugin is a pack of CSS3. The dynamic Option panel is easily customizable and its flexible user interface makes so easy to use this Plugin. Colors option of this plugin is also customizable. This Plugin can be used for any blog or website to make an attractive pricing table for any business or service. This is another Premium WordPress Plugins presented by CodexCoder.
The Shortcode facility can reduce your trouble when you are trying to use this plugin more pages. In each pricing table column, you will be able to add up to 12 features. We made this plugin Fully Responsive to diminish your perturbation. Anyone can use this plugin in any template because CodexCoder coders developed it very carefully to avoid any kind of conflict with the theme. And this plugin WordPress 3.8.1 Compatible.
Just click the Demo to view our CCR WordPress Pricing Table Plugin that can help you to decide on this product. Just take a look at a screenshot that how to see the outlook of this cool Plugin.
We tried to give a professional outlook of this plugin by using several exciting features with some common features. Just take a look at its feature and let us know is this WP Plugin eye-catching? Or how can we improve it? We wish to improve this product in its next version and it will be a continuous process.
Features of CCR Pricing Table Plugin
Setting API
Credits:
Latest Updates
==Change log==
Initial Release
Visit our product and if you feel it’s nice, then throw a comment to inspire us. After purchase if you feel it’s really cool how we describe it then Rate us. We are eagerly waiting for your response.
More Products of Us
Quiver, Minimalist Responsive E-newsletter Template
Quiver is a minimalist email newsletter template designed for many purposes of email marketing campaign. It comes with flexible & repeatable modular you can mix and match as your needs. It’s also mobile friendly, adapt to your mobile phones. Also packed with many other additional featues like MailChimp, Campaign Monitor, and MyMail ready templates
Read on for further
CLICK HERE TO SEE DEMO Click the color of each layout to see the demo
Features at glance
Compatible Browsers:
Pre and or after-purchase questions, feel free to contact me directly via this contact form!
What you’ll get in the download package:
Support requests
For support related, please send me your support request / question, or any advice via this contact form. I will respond you usually within 24 hours in Monday – Friday.
Credits
Font awesome icons
A city street in Amsterdam on an overcast day. Beneath the road, a boat travels down the canal.
Bokeh lights and light rails with some people at Istanbul, Sultanahmed District.
ORA – One Page Creative Agency Theme is a very clean and modern designed PSD template for multi purpose for any business. The PSD files were made in Adobe Photoshop CS6, and should run in any other Photoshop version. All PSD files are fully layered and organized, so the customization is easy. ORA – One Page Creative Agency Theme was built on the 12 column grid (1170px) and grouped
Pages
01_home
02_home_open_portfolio
03_blog_posts
04_blog_posts_detail
Credits
Shutterstock
Fonts
Roboto
Icons
http://www.entypo.com/
IMPORTANT! Images are used only for preview purposes and are not included in the download files. Thank you!
Green lizard enjoying in sun – close up.
Music: http://ift.tt/1nO8ngk
iOS Finance App for Groups is a full native App for iPhone and it is compatible with iPhone 4 & iPhone 5.
This app allows you to manage group expenses and incomes in a really easy way. iOS Finance App for Groups helps you create a group, enter the participants names and their income and expenses, manage each person’s cash flow, follow the activity balance and view/email reports.
Really easy to setup and modified for your needs. All the code is really cleaned and commented.
Easy to customise, all the images for the design organised in sub-folders.
Features:
-Easy to use. Create your group expense and income reports directly on your mobile during your activity (group, team, month, travel...)
- Groups. Add as many groups as you want (no limit).
- Users. For each group you can add as many users as you want (no limit).
- Reports. Generate your own reports for each user, then you can send the report by email or print it.
- Cash Flow. Track all the expenses and incomes for each user and check their the cash flow.
- Unlocking. Lock the app with a secret key so no one can check your finances even if you lose your iPhone.
- Categories. Create your own categories for both, expenses and incomes. With categories all the expenses and incomes are easier to track.
More information on Screenshots page.
If you have any doubts about compatibility with your website, please feel free to contact me.
Softr is created for startups and software companies.I gave my best to avoid template like look. If you need a sophisticated site,this is the perfect solution for you.
Features
Credits
Please Note
Images used in demo are not provided with download files.
The Delete Order extension allows you to delete the order in the online store. This extension simplifies the way of deleting order via an Action drop-down box.
Overview:
Magento doesn’t allow you to delete orders. You can only mark it to canceled but you can’t delete it. This extension allows you to delete order in back end seamlessly through the Action drop down box on the native Order Manager.
The extension is easy to install and use. The Order Delete Extension is Lightweight, fulfills the task with minimum obstruction and is in line with the Magento Standard Work flow.
The extension is easy to install and use. The Order Delete Extension is Lightweight, fulfills the task with minimum obstruction and is in line with the Magento Standard Work flow.
Panning close up footage of a PC computer mother board.
Teresa – BLOG THEME DESCRIPTION
Teresa is a classy and elegant blog Theme for WordPress. It is designed to be a fashion portfolio and blog Theme, but can suit various other styles also. Our second preview shows how the Theme looks like an old fashioned newspaper Theme (meant for a few articles).
Theme comes with a Revolution Slider which is the best selling Premium WordPress Plugin for creation of Slideshows. It is one of the most advanced and highly customizable slideshows ever created. See the heaps of custom transitions/animations for each object on the page! Customize this slider with our convenient drag&drop backend to your very needs. This is an extra $15 of value (price of the plugin)
PSD FILES
PSD Template is available on our website for free.We decided to not include it in the Theme, but instead share it with everyone. So you can get it even if you do not purchase the Theme.
TERESA BLOG THEME CORE FEATURES
Below is a quick visual presentation of some of the main features of Teresa WordPress Blog Theme.
OLD NEWSPAPER VERSION
Teresa can be used to present articles in an old fashioned way, like in an old newspaper
Teresa WordPress Theme Features
AJAX LOADING
Teresa is using an advanced AJAX loading of the Projects and Posts on the front page. If you click on one of the Projects it will open live on the Front Page. From there you can choose to either close it or read it in full details (user will then be taken to the single static page of the recent Project or Post). With this functionality a user can easily check all the Projects and recent Posts without leaving the Home Page.
REVOLUTION SLIDER
Create a responsive(mobile friendly) or fullwidth slider with must-see-effects and meanwhile keep or build your SEO optimization (all content always readable for search engines). See the heaps of custom transitions/animations for each object on the page! Customize this slider with our convenient drag&drop backend to your very needs.
This plugin features tons of unique transition effects, an image preloader, video embedding, autoplay that stops on user interaction and lots of easy to set options to create your own effects.
Some video Tutorials to help you get started with the Slideshow. Also please note that you will get the demo txt file to recreate the same Slideshow as in Live preview in seconds:
VIDEO TUTORIALS
Unlimited home pages will allow you to present your site in a way suited for your company. Simply create any kind of Home Page with the Aqua Page Builder.
FAQ
We also have an ever growing FAQ section with new Answers added as more questions arise:
FAQ section for our WordPress Themes
Support for Teresa WordPress Theme
Our new support portal just went live. You will find knowledgebase, faq and new forums. Link to the portal:
http://ift.tt/Mltdka
Make an account with your Envato login name. Choose your password and enter your purchase code. Below is a tutorial for registration:
http://ift.tt/OYYk2L
For General inquiries go to General section of the forum and post your questions / suggestions about our Themes and plugins. You can also find demo content in our forum.
Check our other WordPress Themes
Munditia – Responsive Ecommerce WordPress Theme
Munmarket – A One and Multi Page Ecommerce Theme
Mundus – One Page Responsive WordPress Theme
Gothicus – Responsive Ecommerce WordPress Theme
PowerAd Panel is a great product that helps you earn directly from your inventory into your website, blog and more. Make no otdarzhane commissions from other sites you simply install it and create campaigns and need to generate code to paste into your site from there thereabouts work is easy
Features
Admin account:
WordPress A/B Theme Conversion Testing is a plugin based on the marketing a/b technique
Are you curious which of your WordPress Theme converts better in terms of leads generation?
This plugin is exactly what you need
Eliminate curiosity and get your reality testing done: get reports by switching the theme for each visitor from a selected set.
Randomly show different wordpress theme from a selected set to every visitor
See real reports rather than assuming your current theme is the best:
Easy to configure and get started
Description
Stability is a clean, multi-purpose and responsive template. It is suitable for your corporate business sites, a creative agency or a portfolio projects.
Stability comes with premium slider, 6 homepage layouts, 4 portfolio layouts, 4 blog pages, coming soon page, contact pages and more. Stability template includes more than 40 html files.
Features
Sources and Credits
Changelog
Version 1.0 – March 21, 2014
Initial release
IMAGES ARE NOT INCLUDED!
Steak and other meat on barbeque grill with flames. A man returns with a fork the meat on the grill.
Artee is a portfolio Ghost theme. It’s perfect for creative blogs and portfolios.
Features:
Credits:
All drawings used in Artee theme demo belongs to Tomasz Szyrwiel (tesz.pl) (I’ve got permission to use them) You are not allowed to use them without his permission.
Of course they are not included in the Artee Theme package. Youtube video is randomly selected.
At times, you need to display certain fields for certain users based on their geographical location, be it their country or continent. Perhaps a user is from Australia and you need to collect a different set of information to those users who are in the rest of the world. Perhaps in certain countries you may need to collect extra information for verification purposes or feed your users different terms and conditions based on their geographical location. What about even using conditional logic to send specific notifications to an admin or user based on which part of the world the form is being submitted from.
If you can identify with any of these scenarios, then you have come to the right place. The Gravity Forms Geo Conditional Fields plugins creates an additional 2 hidden field types that you can use to determine what country and what continent the user filling out your form is from. Whether it’s purely for viewing this information when a submission is made, geographically customising who receives notifications using conditional logic or customising the fields the user will complete based on their geographical location, this field is for you.
It’s simple. Just install and activate the plugin and you’re good to go. All you need to do is add a Geo Conditional (country or continent) field into your form and then save it. The plugin will immediately start collecting data the next time your form is submitted.
The plugin will determine the users geographical location based on their IP address which is a unique identifier of the user completing your form. It will perform a lookup using the MaxMind GeoLite2 database to find a match. The plugin will also ensure this database is automatically downloaded on a monthly basis to ensure it stays up to date and current.
The plugin has been set up for translation and includes the English translation.
You must have Gravity Forms 1.7.x or higher installed and activated on your WordPress site. If you want to use conditional logic for notifications, you must have Gravity Forms 1.8.x or higher installed.
This product includes GeoLite2 data created by MaxMind, available from
http://www.maxmind.com. The accuracy of this plugin is subject to the accuracy of the GeoLite2 database provided by MaxMind.
You must have the WP Cron system enabled so regular updates can be downloaded from MaxMind. Updates will be downloaded from MaxMind so long as the database remains open and free to download.
You are welcome to email me@nathanfranklin.com.au if you require support or have any questions/comments.
Follow Me
Description
Pure CSS3 pricing table, very flexible and easy to customize.
Features
Support
If you have any questions regarding this item, feel free to contact me.
Tisa Admin is a clean HTML5/CSS3 backend template based on Twitter Bootstrap 3 Framework, it’s cross-browser compatible and works great on mobile devices. Tisa Admin has a lot of features, custom pages and has very handy style switcher so you can easily change colors and side navigation width. For easy customization less files are included in this template.
Key Features
Support/Updates
Tisa Admin comes with documentation that covers most of the aspects regarding using this template. If you need more help with setting some pages or plugins please don’t hesitate to contact me. Also if you have any request regarding Tisa Admin template please send me message and I’ll try to include your request with next update.
Changelog
v1.0 (20.03.2014)
- initial release
Red Travel – is a multipurpose PSD template for travel agency. Template include all important pages. Tour search, selection, booking and payment. It will perfectly suit the needs of small and big travel agency. Clean, minimalistic and bold design will push your work. The template consists of well-organized components that are easy to modify.
RealTime Image Presenter tool for WordPress
Create realtime multiuser presentations in few minutes to share products, slides or photos
.
You can use a WordPress page that acts as remote controller and another one to display the presentation.
RealTime Image Presenter tool for WordPress includes two different shortcodes: [wp-realtime-controller] and [wp-realtime-gallery].
Both, the “controller” and “the gallery” can be included in any wordpress page or post and can be syncronized even if they are on different blogs and domains.
You can use your mobile phone/tablet as controller and your desktop or a video projector to display the gallery.
To use the plugin you need a free Firebase account. Read the documentation to get more info about this simple step.
Features
Examples of use
1. one-to-one:
2. one-to-many:
How to use
The plugin includes two different shortcodes: [ wp-realtime-controller ] and [ wp-realtime-gallery ] .
Both, the “controller” and “the gallery” can be included in any wordpress page or post and can be syncronized even if they are on different blogs and domains.
Compatibility
This plugin is a tool and the goal is not to use it in a traditional website (although you can do it).
So both components, the controller and the gallery, works fine on most of mobile devices, tablet and smartphones, such as IOS, Android, Blackberry 10 and many others.
While the best fullscreen desktop experience is available on Google Chrome for desktop (IE9 is not supported).
Responsive
The controller and the gallery works on any resolution.
Anyway you can manually update the plugin CSS if you need to customize it.
Dependencies
RealTime Image Presenter takes advantage of AngularJS, Angular Carousel, JQuery and Firebase.
Squares is fully implemented iOS 7 game for iPhone 5/5S. The gameplay is like the gameplay of Candy Crush. It has build in:
iAd
Game Center
Shop
Great Graphics
Easy to customise the UI and the Game Mode
Great gameplay
Next Week Update: iPad Support
There is shop from where the player can buy different tools to help him out as well as new levels and option to hide the ad. To buy this features the player need “GIMS”. He can collect them by playing. You can select after how many points to receive 1 GIM.
A long haired man walks down a small street in Amsterdam
MERCURY is a Multipurpose Premium HTML5 template suitable for any type of business. 32 is number of total HTML pages that are included. It has a lots of options. It is 100% Responsive, Well Documented, Working Contact Form, and it is built upon 1170px framework.
PSD Files are also included and the Files within PSD are grouped well and organised in a clean way, in order to access them as easy as possible.
Features
Fonts used
Note: The images you see in the screenshots are used for demo purposes only, they are not included in the download package, the orignial ones are replaces with placeholders.
Thank you very much and I wish you all the best.
Check our Fullscreen HTML5 Template also
People are getting in to the ship at night. These ships are for public transportation and uses at Istanbul, Turkey.
Trinity is a responsive church theme for WordPress. This theme has many features that you can use to describe about your church believes and philosophy, inform members on upcoming events and share sermons via text, mp3 or YouTube video.
Features:
Updates:
Version 1.0, 19.03.2014
A handy wordpress plugin which allows web sites owners to control visibility of the content in accordance with various time-related criteria.
You can choose to automatically display or hide content through time using any of the 28 shortcodes, and thus make your WordPress site more dynamic and “intelligent”.
Hide or show the content on specified days of the week, months, days of the month, time periods, date intervals, etc…
Shortcodes can be combined for even more specific and precise time frames. They can be used in text widgets as well.
Many criteria can be set to use either blog time (specified in the admin dashboard of the WP site) or visitors’ times.
Even though the total of 28 shortcodes and the variety of attributes make this a Swiss army knife of plugins, using it is extremely easy and user-friendly because it comes with an intuitive set of click-through dialogs and friendly forms integrated in the WordPress’s text editor.
Android Hotel App Features
If you have question, please first visit the Support Tab for more information and FAQs.
Please before purchase read carefully the product’s features and the content of the Support Tab. If you have any questions about the functionality, please ask them before purchase – we will be glad to answer you and to clear all doubts about the product
Demo .apk: here
Latest Versions:
Version 1.0 (19.03.2014)
Kcalb is a ghost theme with minimal style. It is ideal for photographers, illustrators and anyone whose blog contents mainly consists of photos and pictures. The name is a Black with its letters in inverse order. The elegant dark background will make your images look even brighter and prettier.
Features
Credits
Change Log
+03/16/2014 Initial release
Looking for Contact Form for your website which supports different devices?
Responsive AJAX Contact Form uses latest trends in web development to provide best user experience for your customers.
The Form validate, process and send the completed form to your e-mail address without page reload.
It allows you to easily add standalone or pop-up like contact form to any of your existing HTML of PHP page.
Main features:
Customization features:
Updates:
Girl Using Tablet with Green Screen.
Shot on RED Digital Cinema Camera in 4K (ultra-high definition (UHD)), so you can easily crop, rotate and zoom, without losing quality.
Easy for tracking and keying.
Full HD is also included.
Masala is a very clean,flexible, neat and 100% responsive blogger template forever. This template help you how to make a professional blogging,portofolio,tech,elegent website as your like. It’s created by using HTML5/CSS3.
All Features
Credits
Support
If you face any problem Submit a ticket. I will try to reply you in 24 hours. Also you can chat with us by skype, you will find SkypeID in documentation file.
AAC radio App is a native android app, a simple solution to create your own radio app, easy to costumize, Just add your station name, stream url and station image; then build with Eclipse & submit to Google Play store.
Features:
Description
Multi-links checker with a fedora hat checking a link with his galactic looking glass.
Multi-links checker, checks Web sites for broken links. Link verification is done on “normal” links, images, frames, plug-ins, backgrounds, local image maps, style sheets, scripts and java applets. It displays a continously updated list of URLs which you can sort by different criteria. A report can be produced at any time.
Additional features:
Simple, no-frills user-interface
Can re-check broken links (useful for temporary network errors)
Simple report format, can also be e-mailed
Executable file smaller than 1MB
Supports SSL websites ("https:// ")
Partial testing of ftp, gopher and mail URLs
Detects and reports redirected URLs
Site Map
eClipse Photo Portfolio WordPress Theme
We would like to announce a brand new Photo Portfolio Theme. Three months of development, many hours of researches and hard work, liters of strong coffee and finally, the wp theme you’ve never seen before. Endless possibilities, fully customizable, clean and optimized code …
Theme Features
Important:
Please note that the theme does not include GT3 Page Builder and the images in the source zip file.
Copyright © 2013 code-Mad. All rights reserved.
Designed by Blogger Tuts | Blogger Theme by GalleryBloggerTemplates.com And Technolies