Review Magnet Menu Bar (Navigation)

Magnet Menu Bar (Navigation)
Review Magnet Menu Bar (Navigation)

Magnet Menu Bar (Navigation) Description:


Magnet Menu Bar is a powerful CSS plus Javascript script that is used to create modern navigation menu for any sites with responsive design feature

Preview

Menu default mode


Sample preview one: Onclick menu


Sample preview two: Onclick menu


Sample preview three: Onclick Seach Icon




Compatible Browsers

This menu has been tested (and works !) with all the following browsers :

  • Internet Explorer
  • Firefox
  • Safari
  • Opera
  • Chrome


Update History

UPDATE 1.0

 - First Release 



Take a look at our other awesome WordPress plugins





Stay connected for updates, support and promotions



Buy it Now

Review Advance Ajax Contact Form (Forms)

Advance Ajax Contact Form (Forms)
Review Advance Ajax Contact Form (Forms)

Advance Ajax Contact Form (Forms) Description:


Advanced Contact Form is an AJAX based application which provides you with a simple code to embed the contact form to your existing website. It also includes extensive client as well as server side validations as well as a security captcha to secure the usage of the application. It also provides an inbuilt feature to sends well formatted HTML email to the requested contact as well as notifies the same to the admin of the application through a mail.

One line to display contact form anywhere using PHP :/> $ContactForm = $ContactUs->DisplayContactForm();



Buy it Now

Review Wordpress WDF*IDF SEO Calculator (SEO)

Wordpress WDF*IDF SEO Calculator (SEO)
Review Wordpress WDF*IDF SEO Calculator (SEO)

Wordpress WDF*IDF SEO Calculator (SEO) Description:


With the WDFIDF Top Ten Calculator wordpress Plugin you can optimize your texts for search engines according to the latest rules. Keyword-Density was yesterday! Get better rankings by adjusting your WDFIDF using this plugin.

This plugin is very simple and intuitive to use. It analyzes your text to the specified keyword and to determine the top 10 rankings of google. In the next step the plugin crawl the 10 most frequent keywords on every page of the google top 10 and analyzed this set of hand WDF * IDF formula in relation to the own content.

\

User: demo
Password: demo


Features:
- Graphic representation of maximum, average and private value
- Evaluation of up to 60 words
- Representation of the top 10 ranked sites in comparison to your own page
- Includes existing stopword list
- Add your own stopwords

The plugin checks important SEO criteria. Just imagine you have a text you want to publish and you are not sure if it is optimized for the search engines. Instead of using other tools, it is the easiest and fastest way for you to check your post or your page with this plugin. You only need to know your keyword(s) you want to rank for.








How to use the plugin

- Create a post or page. Going to Settings / WDF * IDF Top 10 calculator you can specify for which types of content the plugin should be active. You can also set which google domain to be used for the query.

- Under the text editor to see the options for the plugin. If you do not see this, enable the options by ticking the box for “Show on screen” for WDF * IDF Top 10 calculator.

- Enter the word (main keyword) that you want to analyze and click on “check WDF * IDF.” Please wait for about 10-15 seconds.

- After this short delay, the graphics appear.

- Now you see the IDF * WDF values for the defined words and terms that appear on the top 10 pages

- By clicking on the labels of the graphs in the legend you can show or hide them.

- If you edit your text, the post or the page must not be updated, clicking on “check WDF * IDF” is enough to update the values



Buy it Now

Review Twitter Tweets (Social Networking)

Twitter Tweets (Social Networking)
Review Twitter Tweets (Social Networking)

Twitter Tweets (Social Networking) Description:


Latest Version: 2.0

Twitter Tweets is a plugin for WordPress that allows you to easily display Tweets from Twitter using widgets, shortcodes and functions.

Twitters old API (version 1.0) is now depreciated and will stop working as of March 2013, Twitters new API (version 1.1) requires you to authorize yourself with Twitter using OAuth, Twitter Tweets makes this a breeze!

Five Methods for Displaying Tweets

  • User Timeline – Displays a collection of the most recent Tweets posted by a specified Twitter user
  • Mentions Timeline – Displays your most recent mentions (tweets containing your @screen_name)
  • Home Timeline – Displays your collection of most recent Tweets, retweets and tweets of the users you follow
  • Single Tweet – Displays a single Tweet
  • Search Tweets – Displays a collection of relevant Tweets matching a specified query

Easy to Use

  • Easily authorize yourself with Twitter (required with Twitters API as of version 1.1)
  • Display Tweets using WordPress widgets
  • Display Tweets using WordPress shortcodes
  • Display Tweets using functions
  • Choose how many columns you want the Tweets to be displayed in
  • Easily configure styling in Twitter Tweets settings
  • No coding required!

Customizable

  • Pick from 62 Twitter birds
  • Choose from 4 Tweet templates (or create your own by placing a tweet.php file in your theme directory!)
  • Pick from 4 Twitter bird hover effects
  • Pick from 4 Twitter actions (reply, retweet and favourite buttons) hover effects
  • Pick from 2 favourite icons (heart or star)

Caching

  • Easily set amount of time to cache Tweets before updating them
  • As well as caching your Tweets, Twitter Tweets will back up your Tweets incase your server fails to retrieve Tweets from Twitters API while updating your Tweets (always displays Tweets on your website and never display errors!)

Built with Mobile in Mind

  • Tweets are fully responsive
  • If touch is detected, will disable hover effects

Developer Friendly

  • Clean Code
  • Functions to call for displaying Tweets
  • Tweet Templating – You can override the default tweet template by placing a Tweet template in your theme folder
  • Action and Filter Hooks

Other Features

  • Full localization support
  • Logs errors when you fail to connect with Twitter
  • Shows you how many remaining hits to the Twitter API you have available
  • Twitter Tweets admin interface fits in with WordPress and doesn’t look out of place

Support

If you encounter any bugs or require extra functionality, feel free to contact me and I’ll try my best to rectify the problem.

Shortcode Examples

User Timeline
[user_timeline count="15" screen_name="wickedbroccoli" cols="1" center="false"]
  • count – maximum amount of tweets to display
  • screen_name – screen name of user to display the timeline of
  • cols – number of columns to split tweets into (between 1 and 10)
  • center – if true, will center the twitter columns
Mentions Timeline
[mentions_timeline count="15" cols="1" center="false"]
  • count – maximum amount of tweets to display
  • cols – number of columns to split tweets into (between 1 and 10)
  • center – if true, will center the twitter columns
Home Timeline
[home_timeline count="15" cols="1" center="false"]
  • count – maximum amount of tweets to display
  • cols – number of columns to split tweets into (between 1 and 10)
  • center – if true, will center the twitter columns
Single Tweet
[single_tweet tweet_id="296149275824492545"]
  • tweet_id – the ID of the tweet you want to display
Search Tweets
[search_tweets query="cats" count="15" type="popular" cols="1" center="false"]
  • query – the query you want to search
  • count – maximum amount of tweets to display
  • type – the result type will dictate what tweets are returned (possible values are: mixed, recent and popular)
  • cols – number of columns to split tweets into (between 1 and 10)
  • center – if true, will center the twitter columns

Changelog

2.0 – 02/02/13
  • Feature – Added functionality for displaying Tweets in columns.
  • Feature – Added option to change default Tweet template (4 default Tweet templates now).
  • Feature – Added more styling options for changing font colours in settings.
  • Feature – Added option to disable Twitter bird.
  • Feature – Added options for always opening tweet links in new tab.
  • Fix – Fixed bug with transient and option names sometimes being too long that caused tweet caching and backups to not work.
  • Fix – Fixed bug where options were not saved first time saving them.
  • Fix – Fixed bug in user timeline shortcode, thank you Laurent!
  • Tweak – Only loads dynamic css on pages with tweets now.
  • Tweak – Removed need to add cache ID in shortcodes and functions parameters (done internally now).
1.1 – 30/01/13
  • Feature – Added 32 more Twitter icons.


Buy it Now

Review Metro Style Navigation (Navigation)

Metro Style Navigation (Navigation)
Review Metro Style Navigation (Navigation)

Metro Style Navigation (Navigation) Description:


Features

  • Easy to use.
  • Metro UI.
  • Changeable color.
  • Animated transition.
  • Containing with sub-menus.


Buy it Now

Review WP-SwinxyZoom (Media)

WP-SwinxyZoom (Media)
Review WP-SwinxyZoom (Media)

WP-SwinxyZoom (Media) Description:


WP-SwinxyZoom is the WordPress counterpart to SwinxyZoom a jQuery plugin which takes the ImageZoom paradigm to the highest level, not content with a single level zoom and jerky movements we’ve packaged together everything you need for a myriad of effects and variable zoom levels whilst taking care performance and compatibility to ensure a consistent look and feel.

Designed to work across a large range of designs, screens (mobile, tablets, laptops) and devices from the latest UltraBooks to memory constrained mobile devices SwinxyZoom you can be sure the largest number of people will be able to see your imagery the way it was intended.

Features

  • Mousewheel zoom support
  • Single touch drag moves the image just like your cursor
  • Touch drag slider handle for single touch zooming
  • Multi touch support for the pinch zoom gesture
  • Friendly markup if JS is disabled
  • Super smooth animations

Performance

Not all of your visitors have the latest and greatest hardware, many will still be on old laptops or simply on lower spec’d mobiles and tablets. From the ground up we’ve taken performance seriously to keep animations silky smooth.

Compatability

  • Works in all major browsers including IE6
  • Tested in mobile browsers on multiple mobile devices to ensure performance and smooth touch control.

Don’t forget to check out our demo and bookmark us if you like it !



Buy it Now

Review Responsive Gallery, Slider and Portfolio Manager (Images and Media)

Responsive Gallery, Slider and Portfolio Manager (Images and Media)
Review Responsive Gallery, Slider and Portfolio Manager (Images and Media)

Responsive Gallery, Slider and Portfolio Manager (Images and Media) Description:


Hezecom Responsive Gallery, Slider and Portfolio Manager is 3 in one tool for web developer and web masters. This app support Image Galleries, Portfolios and Sliders. It is full of exciting features which includes easy drag and drop list order with fully customizable options. The Admin control panel is protected with password to secure your uploads. It is very easy to use and understand.

Main Features

  • Admin Control Panel
  • Drag and drop list order
  • Fully Responsive
  • Retina Ready
  • Create unlimited categories
  • Bootstrap multiple columns (span1 – span6)
  • Full Ajax and jquery support
  • Compactable with iPhone and Android devices
  • Bootstrap support
  • Multiple customizable options
  • Gallery or Portfolio auto slide (Enable or Disable)
  • Gallery Layout
  • Portfolio
  • Sliding gallery and portfolio
  • Image and content slider
  • NIVO Slider
  • 3 Uploads methods (Ajax multiple, multiple and Single)
  • Fully customizable image upload and resize
  • Retain transparent image background
  • Simple Application

  • Copy one of the following to where you want it to display inside the body of your html code.
  • Gallery
     < ?php $list->GalleryDisplay('Gallery','bootstrap','span3','allowpad','noslide');?> 
    Auto Sliding Gallery
     < ?php $list->GalleryDisplay('Gallery','bootstrap','span3','nopad','playslide'); ?> 
    Portfolio
     < ?php $list->GalleryDisplay('Portfolio','bootstrap','span3','allowpad','noslide'); ?> 
    Portfolio Auto Sliding
     < ?php $list->GalleryDisplay('Portfolio','bootstrap','span3','allowpad','playslide'); ?> 
    Slider
     < ?php $list->SliderDisplay('random');?> 

    Requirement

  • PHP 5+
  • MySQL 5+
  • PDO Driver Enabled
  • GD Library Enabled
  • Demo

    User Area: http://products.hezecom.com/GalleryManager/
    Admin: http://products.hezecom.com/GalleryManager/HezeGallery/
    Username: admin
    Password: admin

    Support

    For support, suggestion, pre-sales and others contact us at info@hezecom.net



    Buy it Now