Author: alex

  • Depraved Snap Scroll wordpress Plugin (Miscellaneous)

    Depraved Snap Scroll wordpress Plugin (Miscellaneous)

    Wicked Scroll Snap is a great way to enhance any WordPress site.

    It can be used to snap menus, paragraphs, images, and anything else into clear view within the browser window.

    Who is this plugin for?

    Anyone with a WordPress site!

    Features

    1. Settings to change the speed, distance, direction, and animation type.
    2. 6 wicked animations are included.
    3. Snap any site element(s) using any jQuery CSS selector.
    4. Works on all mobile, tablet, and modern desktop browsers.

    Testimonials

    I love how my blog images just snap into place!
    Daniel H.

    Demo

    Check out our live demo here.

    Installation

    The setup process takes less than 1 minute! Click here for the specific steps.

    Documentation

    Read the documentation here.

    Example Live Sites

    Engage Site (Snaps site sections)
    Daniel Hewes Photography (Snaps blog images)
    Theory of Thought Blog (Snaps blog post titles)

    Version Changes:

    Version 1.0.1 (Nov. 11, 2013)
    Minor change to "snap-scroll-custom.min.js" to prevent a jQuery conflict.
    
    Version 1.0 (Nov. 3, 2013)
    Initial Release
    

    About Engage:

  • Retailer & Locations Locator with Google Maps (Miscellaneous)

    Retailer & Locations Locator with Google Maps (Miscellaneous)

    Store & Placement locator for WordPress fills the gap of having a map based location finder for almost any requirement. Whether you want to show your branch offices, distribution locations, showrooms or pickup points this plugin helps you to conveniently visualize your network using simple shortcodes. Works with any theme and integrated seamlessly.

    If you like this plugin, please remember to rate it Large-star-onLarge-star-onLarge-star-onLarge-star-onLarge-star-on

    Features:

    • Ability to override default marker
    • Ability to add different markers for each location if needed
    • Simple area selection based on latitudes and longitudes (obtained from Google maps)
    • Marker positioning based on latitudes and longitudes (obtained from Google maps)
    • Categorized markers
    • Importing large location lists via CSV import
    • Sample CSV file
    • Ability to adjust map size in pixels or percentages
    • Control marker name and description from within the plugin
    • Category selection will automatically show only the markers in a particular category
    • Especially suitable if you have different types of distribution points. (EX: Stores, Retail)
    • Default Google map controls are available within the map
    • Simple short code integration to any post or page
    • Simple and easy to use backend interface
    • Ajax based front end
    • User guide provided

    Version: 1.2

    Change log:
    – CSV import/export
    – Fixed some spelling
    – Added drop down menus for main map size controls

    Version: 1.01

  • Pricing Tables Builder WordPress Plugin DZS (Miscellaneous)

    Pricing Tables Builder WordPress Plugin DZS (Miscellaneous)

    WordPress Pricing Tables Builder Intro – top

    WordPress Pricing Tables Builder is the WordPress Plugin you have been waiting for creating Pricing Tables / Pricing Boxes.

    Powerful Admin Panel
    Features Unlimited Colors Customization
    Ultra Responsive from Mobile to HD

    WordPress Pricing Tables Features

    • HTML5 technology – this gallery uses the latest html5 tehniques ( like Histroy API ) to deliver a never seen before experience to your clients
    • fully responsive – looks great from mobile to HD
    • five skins – full skins to fit every brand
    • CSS3 technology – this player uses cutting-edge css3
    • Retina-ready – graphics have double resolution for smooth retina viewing
    • easy install – purchase, download the zip, read the docs
    • iPhone / iPad optimized – this gallery has been optimized for Apple touch devices
    • Android optimized – this component has been tested on Android 4.0 and works awesome
    • developer / SASS powered – this component’s CSS has been built on top of SASS which means SASS users will have an easy time modifying the skins. For non-SASS users it’s no problem either because CSS files ( generated by SASS ) are provided
    • 100% css skinable – want to make slight modifications to the skins ? The skins are 100% built from the css and it is very easy to edit with css knowledge
    • SEO friendly – built with search engine optimization on mind from the ground up, the Testimonial Rotator uses non hidden valid html markup to build the widget
    • compatible with all major browsers, including IE – compatible from IE7 to IE10, Chrome, Safari and Firefox
    • WYSIWYG editor – the first Pricing Table Builder with a WYSIWYG editor
    • unlimted color options – choose color for backgrounds, text, hightlight directly from the generator.

    Other Great Plugins

    WordPress Plugin Portfolio
    WordPress Plugin Video Gallery

    Credits

     

  • WordPress Seat Reserving Gadget (Miscellaneous)

    WordPress Seat Reserving Gadget (Miscellaneous)

    This scripts allows you to create a seat booking system, that can be applied to anything where you need seats i.e cinema halls, buses, trains, shows, etc. It allows admin to design the interface as per the need. The customers(users) can see that interface to select seats and process them. Here are some of the features

    Users can book seats without payment gateway for free booking, or they can pay by paypal for paid booking systems.
    Admin can create custom seats with colors, name and cost visually with few clicks.
    Admin can set limit for users to book some seats only, also maximum and minimum selectable seats can be set.
    Shortcode can be used in any post types and pages.
    In case of free seats, they get booked instantly. But in case of paid seats, seat is temporarily booked for some time so that no one else can book it, and this person can make the payment without any hassle. If user fails to make the payment in time, seats will automatically get cancelled and will be available for other user to choose.
    Lifetime Free Support and Updates
  • Data Base / Wiki WordPress Plugin (Miscellaneous)

    Data Base / Wiki WordPress Plugin (Miscellaneous)

    Create Knowledge Base In Minutes

    Plugin Features

    • Drag & Drop Knowledge Base Posts and Categories Reorder
    • Public or Member Only Voting
    • Set Link Color Using Color Picker
    • Latest Posts and Search Widgets
    • Responsive Design
    • Easy To Setup
    • Translation Ready
    • Fast Plugin Support

    Support

    If you need support we got you covered, support questions are typically answered within 24 hours during working days.

    Changelog

    Version 1.1.0 (14/11/2013)
    • Added Pretty Permalinks
    • Minor bug fixes
    Version 1.0.0
    • Initial Release
  • Scroll-It For WP – Scroll Web page Parts (Miscellaneous)

    Scroll-It For WP – Scroll Web page Parts (Miscellaneous)

    Scroll Any Element On The Page Up Or Down When The Page Scrolls.

    Set distance, duration, easing, type, direction

    Scroll HTML Elements (div, span, h1, h2, h3, h4, h5, h6, p, img, ul, ol, section, aside, etc)

    Options:

  • Set the data options for the movement amount, direction, type, speed and easing.

    <h3 class="scrollit" style="position:absolute; top:20%; left:5%;" data-scroll="0.5" data-duration="2600" data-easing="swing" data-type="top">Here is some text to scroll. </h3>

    • data-type=”top” – The data-type property is the style propety to apply the scroll to. Can be “top”, “bottom”, “margin-top” and “margin-bottom”. When scrolling by margin-top and margin-bottom set the scrollit element to a relative position.

    • data-scroll=”0.5” – The data-scroll property is the amount to scroll “0.5” is equal to 1/2 percent of the elements height per scroll.

    • data-direction=”up” – The data-direction property is direction to scroll when scrolling down the page. It can be “up” or “down”. If set to “up” the element will scroll up when scrolling down the page and down when scrolling up the page.

    • data-duration=”1000” – The data-duration property is speed of the scrolling if using as animation. “2000” is 2 seconds or 2000 milliseconds.

    • data-easing=”swing” – The data-easing property is the scroll animation easing. Can be any jquery easing “swing” is default. See http://jqueryui.com/resources/demos/effect/easing.html for all options.

    • no-animate – Using a CSS scroll instead of an animation scroll is as easy as adding the “no-animate” class to the scrollit element like so:

      <h3 class="scrollit no-animate" style="position:absolute; top:20%; left:5%;" data-scroll="0.5" data-direction="up" data-duration="2000" data-type="top">Here is some text to scroll. </h3>

  • It is beneficial if you have some html experience to use this plugin. It requires you to add elements to the page and set positions and styles.

  • CloudFlare Supervisor (Miscellaneous)

    CloudFlare Supervisor (Miscellaneous)

    CloudFlare Manager integrates your blog with the CloudFlare platform.

    Major features in CloudFlare Manager include:

    • Show real IP in your blog.
    • Block selected country to access your blog.
    • Whitelist IP to access your domain name.
    • Blcklist IP to access your domain name.
    • Purge entire cache for your domain name.
    • Purge single file URL for your domain name.
    • Check your domain name analytic.
    • Check your domain name latest visitor IP.
  • flipinja – A WP Plugin To Flip Posts (Miscellaneous)

    flipinja – A WP Plugin To Flip Posts (Miscellaneous)

    flipinja is a WordPress plugin that turns your post to a set of flip-able pages just like Flipboard. It simply adds a button on top of your posts for your readers to click and switches to reading mode, where they can easily flip the content with their fingers in mobiles or by scrolling in computers. It hides all the sidebars and other stuff in the page and moves the focus back to your content. This is why it’s called reading mode.

    Please ! I f you have any requests or questions don’t hesitate to ask. Thank you

  • Responsive Animate Quote Rotator WordPress Plugin (Miscellaneous)

    Responsive Animate Quote Rotator WordPress Plugin (Miscellaneous)

    This plugin help you to add animate quote or customer testimonial to your WordPress. The quote’s style depends on your theme’s blockquote.

    followrss

    Features

    • Easy to install and setup with WordPress.
    • Compatible with latest jQuery(1.10.x) and latest WordPress.
    • Multiple Quote instance on same page.
    • Live preview on the WordPress backend. The live preview will be available after you saving the quote.
    • Enqueue the js and css only when needed. Keep WordPress page size smaller.
    • You can add/edit the Quote without touching the code. Customize/update the quote link and author with WordPress backend.
    • CSS3 transition support. Note: the animation works on the Modern browser only, like Safari, Firefox, Chrome.
    • Auto delay slideshow.
    • FAQ and source code are included in the package. Free update in the future.

    The HTML/JS version

    jQuery Responsive Quote Rotator

    Recommendation for you

    Image Map HotSpot WordPress Plugin:

    hotspot

    Credit

    jQuery http://jquery.com
    Add and Info icons from: http://www.icojam.com and https://www.iconfinder.com/icons/11086/attention_information_icon#size=32.