Category: Utilities

  • AP Customized Testimonial Professional  (Utilities)

    AP Customized Testimonial Professional (Utilities)

    AP testimonial Pro - sales page

    Ap Custom Testimonial pro plugin allows you to create testimonial without losing any sweat and writing single code. Simply, you can generate shortcode either through testimonial shortcode generator page in plugin, pages, post along with widget. You can simply design your own custom layout with any of the predefined template layout from the plugin. With multi configurable shortcode attributes, you can build custom and strong testimonial simply like never before.

    Full feature lists

    Multiple Template Layout

    • List layout
    • Slider layout

    Beautifully designed 12 template layouts

    – 12 predefined beautifull template layouts

    – 11 most popular Social links included to match your need to connect with social feeds

    Custom Number of Testimonials

    – You can choose to show either custom number of testimonils or those testimonials only that you want to, while generating shortcode either single or multiple testimonials with additional sorting order feature available to display in specific order as you need.

    Multi-Configurable Shortcode

    – Shortcode with multi configurable attributes to display strong testimonial in your site

    Custom Template Layout Design

    – Allow you to change default template layout to change various components of testimonial as per your need or to match any of your theme design.Various editable components are listed below:

    • Image radius of image displayed
    • Image radius color for image
    • Image color radius width
    • Font color the title
    • Rating Icon Color
    • Font color for the content
    • Testimonial background option either plain color or background image
    • Typography Font size
    • Custom text for Read More/ Read Less for excerpt content

    Ability to Enable/Disable Custom Layout Design

    -You can enable or disable custom layout. If you enable custom layout you can change the testimonial display layout using Custom Display Setting page. Else, default desgin for specific template will be assigned.

    Dynamic Shortcode Generator Popup

    – Dynamic shortcode generator in for simplified shortcode implementation in post/pages

    Eased Widget Control

    – Plugin’s own widget with simplified select options for layout and template

    Slider Control Option

    – You can configure slider layout control option individually for each slider shortcode while generating dynamic shortcode. Options to control slider layout

    • Slider Speed
    • Show/Hide Pagination
    • Show/Hide Slider Controls
    • Enable/Disable Auto Slide Feature
    • Pause Duration for Auto Slide

    Full Responsive

    – Mobile ready Layouts for both list layouts and slider template designs to support mobile friendly display of testimonials

    Translation Ready

    – Translation ready plugin with multilingual support

    WordPress Compatible

    – Tested with multiple themes and wordpress versions

    Dedicated Support

    – You can find us anytime when you have some queries, problems or with any valuable suggestons for plugin or us. you can find us through following ways:

    Free updates

    – Get free updates for lifetime.

    Documentation:

    Find the plugin documentation here:

    https://accesspressthemes.com/documentation/documentation-of-ap-custom-testimonial-pro

    Update Logs:

    Please find the plugin update log here:


    https://accesspressthemes.com/updatelogs/ap-custom-testimonial-pro-update-logs

  • AZEXO HTML Customizer (Utilities)

    AZEXO HTML Customizer (Utilities)

    How to use:

    1. After plugin activation post and page HTML editors will be replaced by AZEXO HTML Customizer.
    2. You can disable AZEXO HTML Customizer by clicking on “Switch to html” button.

    Plugin can be used in two modes:

    1. Customization (previously entered) of post/page content by non-technical users.
    2. Build landing pages based on active theme CSS styles by use previously created HTML sections.

    In second mode HTML sections must be placed in “azexo-html” folder of active theme. If this folder not exists in theme plugin automatically will work only in first mode.

  • Map Show off – Exhibit-off Your Just right Addresses (Utilities)

    Map Show off – Exhibit-off Your Just right Addresses (Utilities)

    Map Showcase is a complete tool to display your addresses with style.

    Based on Mustache and Google Maps API, Map Showcase is ultra fast even with 100+ addresses.

    An import tool is provided so you can import your addresses using a properly formated CSV file.

    Here is the full list of features:

    • Easy to use
    • Ultra fast
    • Search by address or zip code
    • Order by distance using search address
    • Responsive and works well on any screen size
    • Display anything you want below the address name with Display Fields
    • Fully Customizable from colors to markers
    • No configuration required: you can use it without API key if limit rate is not an issue with you
    • Stylize your map in three clicks
    • Translation ready
    • Dedicated support

    Current version: 1.0.1

    Credits

  • Offline Creator (Utilities)

    Offline Creator (Utilities)

    Offline Writer lets you easily generates posts based on the documents created with your favorite desktop applications.

    Create posts with a word processor

    Use Microsoft Word, OpenOffice, LibreOffice (or other word processors able to generate .odt documents) to create your WordPress posts.

    Watch the video: Offline Writer – Create a post from an .odt file

    Speed up your workflow with the Markdown syntax

    Markdown is a lightweight and easy-to-use syntax for creating HTML. With just regular text with a few non-alphabetic characters you will be able to control the display of the document, format words as bold or italic, add images, create lists and more.

    Watch the video: Offline Writer – Create a post from an .md file

    If you still don’t know what is the Markdown syntax check out these two great resource:

    Easily create your posts with a word processor

    With Offline Writer you will be able to use Microsoft Word, Apache OpenOffice, LibreOffice, and basically any ODT-capable word processor, to create the content of your posts, pages or custom post types.

    Writing your posts in a word processor gives you the advantages that:

    • You don’t need to go online, log in or pass other security checks each time you have an idea for a new post.
    • You can make use of the extensions available for your word processor, like advanced spell checker and grammar checker usually not available in WordPress. This helps you improve the quality of your articles.
    • Considered the user-friendliness of word processors, you might collect contributions for the creation of new content from non-technical people.
    • You can work on your articles even if a internet connection is not available.

    If you don’t have a word processor currently installed on your computer dozens of alternative are available, both free and paid. Check out this list from Wikipedia for details.

    Details about the ODT parser

    Technically when .odt files are uploaded and imported the ODT parser make use of XMLReader to read the embedded XML documents and convert the tags that are common between the XML part used by the .odt format and HTML.

    The difference between the HTML documents generated with the word processor built-in feature and the HTML documents generated by this plugin is that:

    • The word processor built-in feature generates a real conversion of the document with all the style embedded inline. The resulting HTML is accurate but clearly not suitable to be used as a content for a WordPress post. (at least without spending a lot of time cleaning all the inline style applied to each element and removing all the additional span elements injected in the code)
    • The ODT parser included in this plugin is selective, converts a limited set of elements and ignore all the rest. The resulting HTML is clean and suitable to be published on your blog.

    To be specific all the styles applied by the word processor in the .odt file and all the elements that are not included in the following conversion table are completely ignored by the parser.

    • text:p -> p
    • text:a -> a
    • draw:image -> img
    • text:h -> h1, h2, h3, h4, h5, h6
    • text:list -> ul/ol
    • text:list-item -> li
    • table:table -> table
    • table:table-row -> tr
    • table:table-cell -> td

    For the reasons explained in this section the ODT menu should be used to import content that make use of this set of common elements and not to create complex layouts based on the styles applied on the .odt files.

    How the images embedded in the uploaded .odt files are handled

    The images included in the .odt files are automatically uploaded in the WordPress upload directory (the actual directory depends on your selection performed in the Settings -> Media menu), along with the images manually added in the posts with the “Add Media” button.

    During the upload process you will prompted with a form that allows you to set the following details related to the images:

    • Filename (the name of the image in the filesystem)
    • Alt attribute
    • Title attribute
    • Link (this allows to link the image to the specified URL)
    • Link target attribute
    • Link nofollow attribute

    All these details are optional, you can even leave all the fields blank if you want and in this case the filename will be auto-assigned.

    Speed up you workflow with the .md format

    Markdown is a lightweight and easy-to-use syntax for creating HTML. Let’s see some of the advantages of using this emerging format with the Offline Writer plugin:

    • Markdown is extremely easy to use, the tokens available with the Markdown syntax can be learned in less than 30 minutes
    • Markdown translates to perfect HTML. No missing closing tags, no improperly nested tags, no blocks left without containers.
    • The Markdown files are simple text files editable with any text or code editor, on any operative system.
    • The Markdown files are extremely lightweight text files which don’t need to be compressed to be transported or sent on the internet.
    • Writing with the Markdown syntax requires and average of 25% less characters than writing HTML.
    • You can stop thinking about html and focus on what’s important, the content.
    • You can start writing your posts in your personal distraction free editor, like a simple text/code editor customized for your needs or one of the specific Markdown editors available on the market.
    • Programmers no longer need to manually convert to HTML entities the problematic characters present in code snippets. The Markdown parsers do this job for you.
    • With five included parser and three Markdown variations supported, this plugin can certainly satisfy even a Markdown expert who make use of any possibility provided by the syntax.

    Five Markdown parsers and three markdown flavors

    At this time there isn’t a clearly defined Markdown standard and different implementations are currently used on the web. For this reason this plugin doesn’t force you to adopt a specific Markdown syntax, but instead allows you to select your favorite parser between the five available.

    In the Offline Writer options you will be able to selected one of these five parser. In this list for each parser you have a reference to the supported syntax.

    Improve your publishing workflow

    Unlock the ODT menu or the MD menu to specific categories of users, so that your authors will be able to upload their posts with these two handy formats.

    Feature-specific requirements

    Basic functionalities:
      - WordPress 3.8 or higher
      - PHP 5.3 or higher
    ODT Parser:
      - WordPress 3.8 or higher
      - PHP 5.3 or higher
      - XMLReader
      - Zip
      - Zlib
    Parsedown Parsers:
      - WordPress 3.8 or higher
      - PHP 5.3 or higher
    Cebe Markdown Parsers:
      - WordPress 3.8 or higher
      - PHP 5.4 or higher

    Credits

    This plugin make use of the following resources:

    The name “Markdown” is used with the only purpose of making clear to the visitors and possible buyers the type of syntax supported by this plugin.
    You should not assume that the original author of the “Markdown” syntax, defined in 2004 with this post, endorses this product.

  • Web page Pet Builder (Utilities)

    Web page Pet Builder (Utilities)

    Show notifications, messages or make and display animations to your site visitors using a tiny virtual pet.


    Instructions Manual

  • eight Level Notification Bar Professional (Utilities)

    eight Level Notification Bar Professional (Utilities)

    8 Degree Notification Bar Pro is a premium WordPress plugin to enable you to display an engaging notification in your website. You can notify your website visitors about your new releases, offers, messages, news etc through notification in your website at the most effective way. The plugin is responsive and feature rich which is built up to simplify the user needs.
    8 Degree Notification Bar Pro plugin allows you to create multiple notification bars, date wise and scheduled notification bars which can be customized highly and it also provides multiple notification bar templates with 10 Pre templates and custom design features. Besides, it allows you to add various bar components such as social icons, email subscription form, contact popup form, twitter tweets and posts title. You can choose the bar visibility type(Sticky,Show after some time, Hide after some time) as per your choice. Not only that, it has more appealing features stored in for you. Get it now!

    Check out all features below:

    • Multiple Notification bars
      • Page based notification bars
      • Date wise notification bars
      • Notification bars which will show from this to that date (Scheduled notification bars)
    • Notification bars 10 Pre Available Templates and custom design
    • Notification bars Left and Right Components
      • Add Social Icons
      • Static Content / Multiple Content Display
      • Email subscription form (Opt in Settings)
      • Third party such as mailchimp subscriptions form, Constant Contact Subscribe Form Integration
      • Twitter tweets fetch and display
      • Posts Title Display with read more link
      • Custom html codes
    • Notification Bar effects
      • Ticker with various configurations(duration, animation, speed)
      • Slider with various configurations(duration, animation, speed, auto)
      • Scroller (left, right direction) with Animation type as Reveal or fade.
    • Notification bars Custom Designs
      • Background color configurations
      • Google Fonts integration
      • Font size
      • Font color
      • Error message Font Color
      • Success Message Font Color
      • Button Text Color
      • Button Background Color
      • custom css
      • Top
      • Top Absolute
      • Bottom
      • Left
      • Right
    • Notification bar visibility
      • Sticky (Always Show)
      • Show After some time
      • Hide after some time
    • Notification Bar Close button
      • Disable
      • Show/Hide option
      • User can Close
    • Enable/ Disable Notification Bar Pro Plugin
    • Default Notification bar (Choose Option)
    • Show Notification bar on all pages, specific posts/pages/custom posts or only on home page
    • Constant Contact and Mailchimp subscription Integration
    • Username, API Key, Token Key, Password
  • Opt In Subscribers Lists
    • List of all subscribers
    • Export As CSV.
  • Constant Contact and Mailchimp subscription Integration
  • Support

    Documentation:

    We’ve detailed documentation which leaves you with no question. Find the plugin documentation here:

    https://8degreethemes.com/documentation/8-degree-notification-bar-pro/

    Feature request:

    Click here to submit feature request. It can also be used to notify bug .

    https://8degreethemes.com/contact/

  • WordPress Popup Meister (Utilities)

    WordPress Popup Meister (Utilities)

    Popup Meister© is a commercial WordPress plugin to create multi-purpose & beautiful popups in your website. You can collect emails from your visitors, create contact forms or display notification popups..

    Version 1.0.1Changelog

    Features

    • Beautiful design
    • Lightweight and fast
    • Not annoying customers
    • Multi-purpose popups (email newsletter, contact form, etc.)
    • Easy to use
    • Advanced scenarios
    • Unlimited popups

    Creating a perfect popup

    Popup Meister offers a different kind of popups so you can choose which one works the best for your webpage and your needs.

    You can choose between one of available popups:

    1. Collect email
    2. User profile
    3. Contact Form
    4. Click link
    5. More coming soon…

    Features

    • Cute skin (Fully customisable)
    • Different popup types
    • Position popup somewhere nice, not only the center of the page
    • Create display scenarios ;) when and how to display your popup
    • Set time and schedule it
    • Add your custom form fields

    Compatibility

    • WordPress 4.0 and newer
    • IE9+ and all major browsers

    F.A.Q.

    Is everything saving into my server?
    All data are saving in your server like logs, API keys and analytic data. Nobody has access those data except you. Of course, emails and other user data will be sent to 3rd party platforms you allowed (like MailChimp).

    Can I use this plugin on more than one webpage?
    No, your licence is only for one domain. You will need to buy another licence for your other website.

    Can I use all popups at the same time?

    Yes, you can use the all in the same time but make sure that they are not interrupting your visitors.

    Will I pay for additional Popups?

    No, with the new updates more popups will be available for you if it is not a new extension by Screets or other author.

  • WPBruiserPro  no-Captcha anti-Junk mail  (Utilities)

    WPBruiserPro no-Captcha anti-Junk mail (Utilities)


                     WordPress spam, comment spam, registration spam,

                                 fake subscriptions, brute force attacks…

                these are all thorns in the sides of WordPress site operators.

    What is WPBruiser?

    WPBruiser is an anti-spam and security plugin based on algorithms that identify spam bots without requiring the use of any annoying and tedious Captcha schemes.

    Armed with state of the art technology, WPBruiser always stays at the forefront of spam and abuse-fighting protection methods. It is on guard for you, protecting your WordPress site so that you can rest easy.

    What makes WPBruiser different?

    • Friendly User Experience
    WPBruiser completely eliminates spam bot signups, spam comments and brute force attacks, from the second you install it on your WordPress website.
    It is completely invisible to the end user, there is no need to ever fill in a Captcha or any other “human-detection” fields ever again.
    And… WPBruiser just works!

    • Ultra-Fast Turnaround Times
    Unlike other anti-spam plugins, which detect spam comments and signups after the fact and use up not only your website’s resources, but your time as well,
    WPBruiser prevents the bots from leaving spam in the first place. The result is that your site is not only spam-free, it’s faster and more secure.

    • Enhanced Security
    WPBruiser is completely self-contained and does not need to connect to any outside service.
    Your logins remain 100% yours. WPBruiser protects your site against brute force attacks and eliminates spambots on comments, signup pages and login and password reset pages. At the click of a button, you can decide which forms to protect.

    WPBruiser Features List

    • Offers protection for standard WordPress Comments/Login/Registration/Lost Password forms
    • Ability to set the maximum number of characters for each comment field
    • Optional blocked attempts logging
    • Automatically purge logs older than a certain number of days
    • Manually whitelist trusted IP Addresses/CIDR Ranges (IPV4 and IPV6)
    • Manually block/unblock IP Addresses/CIDR Ranges (IPV4 and IPV6)
    • Ability to block form submissions by Country
    • Ability to hide WordPress version
    • Ability to remove RSD and WLW headers
    • Ability to Disable XML-RPC Pingbacks
    • Ability to Completely Disable XML-RPC service to prevent DDoS Attacks – it seamlessly works with the Jetpack plugin activated
    • Provides statistics, reports, maps and charts showing all blocked spam attempts
    • Can be switched to “Test Mode” – for testing features prior to going live
    • Fully compatible with WordPress Multisite – network admin interface ready
    • Compatible with cache plugins (WP Super Cache, W3 Total Cache, ZenCache, WP Fastest Cache and others)
    • Properly detects the client’s real IP address when using CloudFlare, Incapsula, Cloudfront, RackSpace, Sucuri CloudProxy, AWS ELB

    Brute Force & DDoS Attacks Protection

    • Automatically detects Brute Force and DDoS attacks
    • Ability to automatically block IP addresses when an attack is detected
    • Optional blocked attempts logging
    • Prevents User Enumeration – accessing URLs like http://site.com/?author=1
    • Ability to block the most dangerous IP addresses involved in brute force attacks
    • Ability to block the most dangerous anonymous proxy IP addresses including TOR Networks, TOR Nodes and TOR Exit Points
    • Optional email notifications in case a brute force attack is detected
    • Contact Form Plugins
      • Contact Form 7
        All of your forms created with Contact Form 7 plugin will be protected
      • Formidable Forms
        All of your forms created with Formidable Forms plugin will be protected
      • Fast Secure Contact Form
        All of your forms created with Fast Secure Contact Form plugin will be protected
      • Gravity Forms
        All of your forms created with Gravity Forms plugin will be protected
      • Ninja Forms
        All of your forms created with Ninja Forms Form plugin will be protected
      • Quform

        All of your forms created with Quform plugin will be protected
      • Jetpack Contact From
        All of your contact forms created with Jetpack plugin will be protected
    • Membership Plugins

      • User Pro


        The Login, Registration, Lost Password and Change Password forms will be protected

      • User Profiles Made Easy


        The Login and Registration forms will be protected
      • Ultimate Member
        The Login, Registration and Lost Password forms will be protected
      • MemberPress
        The Login, Registration and Lost Password forms will be protected
      • BuddyPress
        The Registration form will be protected
    • eCommerce Plugins
      • WooCommerce
        The Login, Registration, Product Review, Lost Password and Reset Password forms will be protected
      • AffliateWP
        The Login and Registration forms will be protected
      • Easy Digital Downloads
        The Login and Registration forms will be protected
    • Subscriptions Plugins – WPBruiser blocks spam/fake subscriptions
      • MailPoet Newsletters
      • MailChimp for WordPress
      • Easy Forms for MailChimp
    • Other Plugins
      • Epoch
      • wpDiscuz
      • Postmatic
      • PlanSo Forms
      • Theme My Login
      • Login With Ajax
      • Seamless Donations
      • ZM Ajax Login & Register

    Rated five stars


    We consider WPBruiser to be the most effective anti-spam solution for WordPress websites.
    But don’t just take our word for it, see what our users have to say:






  • Maps Professional (Utilities)

    Maps Professional (Utilities)

    The best plugin to insert and organize Google Maps into your WordPress site only in a few clicks. This plugin lets you create, reuse, and customize maps with no coding skills required. You can draw unlimited markers, shapes or edit your maps with 1000+ custom styles available.