Category: Utilities

  • Demo Builder for any WordPress Product (Utilities)

    Demo Builder for any WordPress Product (Utilities)

    MotoPress Demo Builder is an all-in-one plugin to easily build an effective demo of any WordPress product. Whatever it’s a plugin, theme or any other item to present.

    There is no better way to win trust of your potential customers than providing them with a chance to test your WordPress products firsthand. MotoPress Demo plugin allows to do it both ways: frontend and backend. Easily create memorable demos to impress the visitors and provide access to the product backend to give users freedom of customization test-drive.

    With this plugin you don’t only get an ability to build a stunning presentation of your products and increase chances to outperform your competitors in a natural way, but also enhance your marketing opportunities thanks to such built-in tools as MailChimp and Responsive toolbar (to refer to your other brand products).

    Demo Builder Highlights:

    What you get as a plugin administrator
    You create a demo version of any WordPress product just once, your potential clients are free to discover all other advantages by themselves. Your management tools are unlimited.

    What demo users get
    Frontend and backend access to your WordPress products. Ability to test the plugin as on their own websites (backend access is defined by a plugin administrator). Confidence that all their backend updates are saved during a demo website lifetime.

    Powerful and Exclusive Features:

    Tuneable Demo Lifetime
    Set any trial period you think is enough for proper testing of your WordPress products.
    MP Demo administrator has full control over the trial period applied for all demo websites. Setting demo lifetime is performed in several clicks and can be changed at any moment. After the user’s demo website (sandbox) expires, it’ll be automatically cleaned up in order for you not to keep old demo data.

    Automatic Demo Data Cleanup
    Demo data are automatically cleaned up upon account expiration.
    When a demo website is due to clean up depends on a previously set demo lifetime. It means, firstly, you get rid of all unused demo data on time and, secondly, all demo users are aware for how long they can use their accounts so no further misunderstanding on data loss should appear.

    Isolated Sandboxes
    Independent demo user accounts are guaranteed.
    Every user is able to experiment with the demo version of your WordPress products without worries of their updates being affected by other users. All user changes will stay intact until the trial period is finished.

    User Roles and Restrictions
    You define what Dashboard pages a user can access and modify.
    Allow users to access only needed options within their sandboxes (user demo websites). For example, you may block access to all posts or to only particular posts as well. Access to particular page of demo accounts can be also restricted by any network admin.

    Redirecting upon Sandbox Creation
    Land your demo users right on the most attractive and handy demo product page after account confirmation.
    Choose the most optimal way to firstly present your demo product to a user: it can be a dashboard, particular post, plugin settings or whatever you think is a right place for your demo users to get started. They’ll be automatically redirected to this page.

    Responsive Toolbar
    Great cross-marketing tool to boost popularity of your brand and other products.
    This can be especially useful for featuring your WordPress themes and plugins. A toolbar on top of a demo product page lets your users see your logo, images and links to other related products and all needed buttons. You are free to optionally hide this bar or show only on the needed pages.

    MailChimp Integration
    Collect email addresses of your users with the best email marketing service from MailChimp.
    Converting your demo users into clients is much easier with MailChimp plugin integrated. Group your users by interests and let them stay updated on your latest product news even after their the demo websites are expired.

    Easy Management of Created Demos
    View all existed demo website and analyze what features your users test the most.
    You get flexible tools for managing and viewing of all sandboxes and delete the needed ones easily. As a network admin, you are also allowed to edit any of the created sandboxes.

    Statistics
    Handy tables to monitor an amount of created/activated sandboxes per certain period of time.
    Choosing any date from the calendar you can browse a detailed statistics on total created and total activated demos. Even if the demo website was already deleted, you still can see information about its creation in statistics.

    Shortcodes
    Use handy shortcodes to output all needed demo content data.
    A great range of shortcodes are your disposal. Using one of them you can easily create a new demo account Registration form outputting all needed form fields and customizing system messages/notifications. You have full freedom to make the registration process for your users maximum clear and handy. Switch between a standard demo form and a pop-up form to change its appearance.

    Email Confirmation
    Demo user accounts validation via email will prevent any spam.
    You won’t need to fight with spam. A new sandbox is created only in case the confirmation link in the user’s email inbox is clicked. You’ll just rest assured all fresh accounts are created by real people. Email templates are also fully customizable.

    Optional Admin Notifications
    Stay updated on all new demo accounts created.
    It’s totally up to your needs to receive notification about all created demo websites or not. If this option is switched on, you’ll get appropriate notifications right to your email inbox. If you prefer periodic manual checks of statistics, simply turn the option off in the plugin settings.

    Opportunities for Developers
    Action hooks are at your command.
    The plugin comes with multiple useful action hooks to help programmers improve the plugin or adjust to their requirements. A great range of filters and functions is your powerhouse to control plugin’s behaviour maximum customizing it to your needs.

  • Scripts Dequeuer Backend (Utilities)

    Scripts Dequeuer Backend (Utilities)

    “Scripts Dequeuer Backend” helps you dequeue WordPress backend scripts and styles from administration area. Backend scripts and styles can be easily dequeued (in controlled environment) without touching any code.

    Usage scenario

    If you are running a website using WordPress, it is quite obvious that you might be using several plugins for site features and functionality. Many plugins use similar (or same) resources and it is possible that these resources are loaded multiple times in your WordPress admin. This may happen if the resource (JS/CSS) handle names are different.

    For example, consider a scenario in which two or more plugins load same CSS file individually. (Say, fontawesome stylesheet). Or a case in which two or more plugins use same jQuery plugin with different handle names. Such files are loaded multiple times, causing extra load in admin area. Each time you access any admin page; these files slow down overall page load time.

    Admin page load time can be improved by removing such redundant files. Removing such files not only improves page load time, but will also help in preventing issues caused by conflict of redundant files.

    The “Scripts Dequeuer Backend” plugin helps you dequeue such files easily with it’s simple and reliable interface. The plugin also takes care of not dequeuing system core files which are required for proper working of admin interface. With such controlled environment, one can safely dequeue CSS and JavaScript files added by third party plugins.

    How it works

    If backend scripts and styles are enqueued using native WordPress hooks (admin_enqueue_scripts, wp_print_scripts, wp_print_styles, etc.), Scripts Dequeuer Backend can detect all such scripts/stylesheets and list them inside WordPress admin area. There you can select scripts/stylesheets and add them for dequeue. Upon saving changes, selected scripts and stylesheets will be dequeued and listed separately.

    The plugin takes care of not dequeuing scripts which are required by other scripts. For example, if you select jQuery for dequeue, it won’t be dequeued if any other file still requires it. This is to prevent other scripts from malfunctioning.

    Why use this plugin?

    This plugin is intended for users who need a user friendly and reliable solution for dequeuing backend scripts without touching any code.

    The plugin not only helps you dequeue backend files, it gives you a clear picture about files used in backend, their sources and dependencies. If you are keen about admin area performance and optimization, you can definitely have this useful plugin in your collection. You will not regret it. Please also check plugin screen shots to get an idea about backend settings and features.

    Key features

    • Compatible with WordPress 4.5.x and 4.6.x
    • Unbranded settings panel with JavaScript tab navigation
    • Shows complete list of scripts and styles detected in backend
    • Detects scripts and stylesheets which are enqueued using WordPress native hook
    • Dequeues scripts and stylesheets in controlled environment
    • System core files are prevented from dequeue
    • Ability to dequeue all scripts and stylesheets at once, or as per selection
    • Shows separate portlets for “Dequeue list”, “Successfully dequeued list”, and “not dequeued list”
    • Each portlet shows file count for better idea about number of files
    • Clean and optimized code as per WordPress coding standards
    • 100% Translation ready with sample .pot file included
    • Documentation help manual with usage instructions
    • Works with most themes and plugins (free + premium)
    • Compatible on all major browsers with IE 9+
    • Professional support in reasonable time

    Plugin Support

    All support is provided via comments section and email. For any questions related to the plugin or general query, feel free to email me from my profile page message box, or comment on the item comments section. I would be glad to respond. Thank you for browsing the plugin.

    Credits

    Font icons from icomoon app
    http://icomoon.io/app/

    Changelog

    = 1.0.0 =
    * Initial release
  • three Seconds PayPal Donation for wordpress (Utilities)

    three Seconds PayPal Donation for wordpress (Utilities)

    Add simple PayPal donation buttons with a shortcode or through a sidebar Widget. Done in a few clicks.

    Shortcode or widget

    You can use the simple shortcode to add new donation buttons or at the widget to the page.

    Super leightweight and simple to start
    Once set up you can place multiple boxes on posts, pages or custom post types and make use of the included widget. Additionally there are a lot of customizing options.

    Features

    – donate functionality
    – custom buttons or just select the default
    – works with any type of PayPal account
    – even recurring payments possible (based on the PayPal account)
    – super easy to use and setup
    – cross-browsing – The plugin works in all modern browsers.

    And many many more cool features are there.

    Final words
    The plugin includes full source with documentation.
    The highly requested version of the PayPal donation button put the power of simple payments into an easy to use plugin.

    Compatibility
    The plugin is fully compatible with the recent versions of WordPress (4.6)
    Compatible with older WordPress versions, down to 3.0.

    Configurable
    No configuration is needed. Just install the plugin. Now every image on your WordPress blogs has the image share feature.

  • Blogging Web page Format Supervisor for WordPress (Utilities)

    Blogging Web page Format Supervisor for WordPress (Utilities)

    Blog Page Layout Manager for WordPress

    Blog Page Layout Manager for WordPress Main Features

    • 100% Responsive Design Layouts.
    • 45+ Post Grid Style Available( Grid / List)
    • Inline Post read popup (Full Customize)
    • Custom Columns Layout
    • Custom background Color and hover background color
    • Fit row, Masonry and Justify Grid Layout
    • WPML supported.
    • SEO friendly code
    • Pagination
      • Show more
      • Infinite Scroll
      • Number Pagination
    • 2 Single Page Layout
      • 4 Next Previous Style
      • 2 Author Layout
      • 6 Social icon Skin
    • Social Share icon for each post
    • Custom Columns layout (4 Columns,3 Columns,2 Columns,1 Columns)
    • Custom post background and hover color
    • Fully responsive and mobile ready.
    • Unlimited grid anywhere.
    • Pagination support.
    • Custom number grid post per page.
    • Display or hide post meta’s.
    • Awesome hover effect.
    • Social share buttons.
    • Category wise grid
    • Post Read more translate option.
    • Device wise grid defines e.g. how many shows on desktop/tablet/mobile both grid and carousel.
    • Unlimited overlap colors with various opacity
    • Build Query : You can choose data source(post),number of items and order by, then you can filter them by

      category,tags and …

      • Choose data source : Select post types to populate posts from. Note: If no post type is

        selected, WordPress will use default “Post” value.

      • Post Count : How many teasers to show? Enter number or word “All”.
      • Order By : Select how to sort retrieved posts. More at WordPress codex page
      • Categories : Filter output by posts categories, enter category names here.
      • Tags : Filter output by posts tags, enter tag names here.
    • Read More text translate
    • Hide/Show excerpt in items
  • Skype Button – add a multi-operate skype button (Utilities)

    Skype Button – add a multi-operate skype button (Utilities)

    WordPress skype button plugin that lets you create any amount of skype buttons and add them anywhere on your site. Let your visitors easily contact you via Skype!

    Main features:

    • Enable the multiple dropdown options you want: Chat, Call, Videocall, Voice message, Add to Contacts, Information, Send file
    • Specify the dropdown background color
    • Show or hide your status

    All features

    Multiple Actions

    Configure which actions to include in the dropdown menu: Chat, Call, Videocall, Voice message, Add to Contacts, Information, Send file

    Change Texts

    Put your own text for any action and for any status (which appears when you hover over the skype status icon)

    Change Color

    Select any color you want for the dropdown. Match your design.

    Change Icon Size

    Select the skype icon size you want: 13px, 22px, 30px

    Show Your Status

    Enable the option and let your users know if you are online or not

    Unlimited Amount

    You can create any number of different skype buttons and place them anywhere on your website with a shortcode.

    Ongoing Support

    We are supporting our customers with great care and urgency. When you encounter a problem, we are eager to help.

    Constantly Evolving

    We are listening to your feedback and add features regularly! Let us know what else you would like to have in this plugin.

    Notes:

    This plugin requires an easy verification. See how to verify it.

    we provide high quality support for our wordpress plugins and any other items

    best forms plugins for wordpress

  • Scripts Dequeuer (Utilities)

    Scripts Dequeuer (Utilities)

    Scripts Dequeuer helps you dequeue WordPress frontend scripts and styles without touching any code. You just need to select scripts and styles from backend and they will be dequeued instantly.

    Usage scenario

    If you are running a WordPress website with good amount of traffic and expect decent revenue from it, you would be already aware about importance of site speed and performance optimization. A fast loading site can improve traffic and engage more users for you. While optimization can be done in many ways like, using caching plugins, optimized images, using CDN, etc., there are some situations which need a completely different approach.

    For example, consider a case in which two different plugins use same CSS files (say, fontawesome CSS) and load them individually. Or consider a case in which two plugins are loading same JavaScript file, say, jQuery validate or jQuery Masonry individually. While WordPress takes very good care of preventing redundant enqueue by checking for same script handle names, such situation may still arise if the script handle names are different.

    In such cases, the only direct solution is to dequeue/deactivate one of those redundant scripts for optimizing performance. While this can be done directly by adding some code in theme’s functions.php file, one would definitely like to have a user friendly way in which he/she can deactivate scripts without having to fiddle with the code. Scripts Dequeuer is developed to provide you such feature which lets you dequeue scripts and stylesheets in user friendly manner. The plugin is fast, light weighted, and is worth installing for such nifty feature.

    How it works

    If front end scripts and styles are enqueued using native WordPress hooks (wp_enqueue_scripts, wp_print_scripts, wp_print_styles, etc.), Scripts Dequeuer can detect all such scripts/stylesheets and list them inside WordPress admin area. There you can select scripts/stylesheets and add them for dequeue. Upon saving changes, selected scripts and stylesheets are dequeued and listed separately.

    list of detected scripts on front end

    list of detected styles on front end

    Furthermore, the plugin takes care of not dequeuing scripts which are required by other scripts. For example, if you select jQuery for dequeue, it won’t be dequeued if any other file still requires it. The plugin provides an option of “Force Dequeue” by ignoring dependencies. In that case you can force dequeue files by ignoring dependencies.

    plugin settings

    Which site locations are searched for scripts and stylesheets?

    By default, the plugin searches for files on three locations – Your site’s Home page, a single post page, and an archives page. These three locations will contain most of your site’s CSS and JS files.

    Additionally, you have option for providing custom URLs on which files shall be scanned. This is useful when themes or plugins are enqueuing files conditionally. For e.g. a contact-form.js file may be included only on a contact page, or a masonry.js file might only be loaded on a portfolio template page. In that case you can provide URLs of these pages for extra scanning. The plugin will scan all those pages and will list all enqueued scripts and stylesheets.

    Why use this plugin?

    If you are a developer or intermediate WordPress user, you can of course add some code in theme’s functions.php file for dequeuing scripts and stylesheets. However, upon switching themes, this code will get removed too (unless taken a backup). This plugin is intended for users who need a user friendly and reliable solution for dequeuing scripts without having to touch the code.

    The plugin not only helps you dequeue files, it gives you a clear picture about total files used on front end, their sources and dependencies. If you are keen about site performance, optimization, and you do every possible thing to improve your website’s speed, you can definitely have this useful plugin in your collection. You will not regret it. Please also check plugin screen shots to get an idea about backend settings and features.

    Key features

    • Compatible with WordPress 4.5.x and 4.6.x
    • Unbranded settings panel with JavaScript tab navigation
    • Shows complete list of scripts and styles detected on front end
    • Detects scripts and stylesheets which are enqueued using WordPress native hook
    • Ability to dequeue all scripts and stylesheets at once, or as per selection
    • Shows separate portlets for “Dequeue list”, “Successfully dequeued list”, and “not dequeued list”
    • Each portlet shows file count for better idea about number of files
    • Custom “Add URL” option with jQuery sortable list
    • Force dequeue option for ignoring script dependencies
    • Clean and optimized code as per WordPress coding standards
    • 100% Translation ready with sample .pot file included
    • Documentation help manual with usage instructions
    • Works with most themes and plugins (free + premium)
    • Compatible on all major browsers with IE 9+
    • Dedicated support in reasonable time span

    Plugin Support

    All support is provided via comments section and email. For any questions related to the plugin or general query, feel free to email me from my profile page message box at http://codecanyon.net/user/saurabhsharma, or comment on the item comments section. I would be glad to respond. Thank you for browsing the plugin.

    Credits

    Font icons from icomoon app
    http://icomoon.io/app/

    Changelog

    = 1.0.0 =
    * Initial release
  • Final Fonts – Customise Font for Any Part in Your WordPress Web site (Utilities)

    Final Fonts – Customise Font for Any Part in Your WordPress Web site (Utilities)

    Ultimate Fonts – The Best Custom Google Fonts for WordPress

    Wondering how to change fonts of your WordPress website? Try Ultimate Fonts now and feel the awesomeness!

    Ultimate Fonts is a premium WordPress plugin that can help you change and customize font for any element in your WordPress website. With the support for 700+ custom Google fonts and many options, you can make your website looks incredible without asking your developers for help!

    Ultimate Fonts Features

    Supports 700+ Google Fonts

    Google Fonts is the most popular free font provider available in the Internet. We can say that almost any website uses Google Fonts nowadays. But adding custom fonts from Google Fonts can be a technical challenge if you’re just a normal user and don’t know how to code (a little).

    That’s why we made Ultimate Fonts for you. The plugin allows you to add any font from Google Fonts collection, choose its styles and apply it to your website without touching code. Just click and done!

    Live preview with Customizer

    As Ultimate Fonts needs to work with the interface, we’d love to give our users the best experience as we can. So we incorporate the plugin with the WordPress Customizer that allows you to preview the change in real time.

    Any change you make to the font (font family, font style, font size, etc.) can be seen immediately. And that helps saving tons of time and makes it easier to choose the best fonts for your website.

    Optimized for performance & SEO

    Performance is the serious thing we care about. The page loading speed now is one of the ranking factor that Google and other search engines consider. Having a heavy or slow website makes you have bad SEO score and might hurt your business.

    But if you use Ultimate Fonts, you don’t need to worry about that anymore. The plugin is optimized for both the front end and the back end. It’s lightweight, well-coded and optimized for SEO and performance. Your website is still fast and your business will grow!

    Works with any theme

    When you use a premium WordPress theme, it often comes with a typography options that allows you to change fonts for several elements in your website (like our EightyDays theme). But that’s made for a specific theme only.

    As a WordPress theme maker and developer, we would like to make something that can be applied to any theme. We created Ultimate Fonts so that it works with any theme, from the simple to complex themes. Any element, any theme!

    Easily to add/edit elements

    Ultimate Fonts comes with a settings page that allows you to add any element that need to change font. You can add, remove or edit any element here to fit your requirements.

    Just a note that you need to know how to get element selector, which requires a little CSS knowledge. Please follow our documentation or open a support ticket for help.

    Include the plugin into your WordPress themes

    It’s possible to include the plugin into your WordPress themes. To do that, please purchase the extended license for each of your premium theme. For the technical instruction, please follow this documentation.

    Thanks for stopping by and hope you like the plugin!

  • FastDev – Useful data for builders and common customers (Utilities)

    FastDev – Useful data for builders and common customers (Utilities)

    Helpful information for developers and regular users.
    You, as a developer often need to get different information from DB. This plugin will become a real time saver for you when creating the next plugin or theme. If you are not a developer, you may need to get general info about the WP installation, server info, php or mysql info, all this is included.
    • Get information about current WordPress installation.
    • Get information about current server.
    • Inspect all WordPress Options and expand any of them for futher information.
    • Get a list of all available hooks and info about each.
    • View all available PHP classes and expand the source.
    • View all available PHP functions, expand the source and follow the direct link to WP Codex.
    • Get the users meta for a particular user by login.
    • Get detailed PHP info.
    • A list of all registered PHP constats.
    • MySQL configuration info.
    • A list of all registered widgets.
  • Digital Create Plugin Visible Fashion designer & Builder (Utilities)

    Digital Create Plugin Visible Fashion designer & Builder (Utilities)

    Digital Create Plugin for WordPress

    About

    Digital Create WordPress plugin is a 100% front-end WordPress page builder that allows you to simply design impressive and dynamic pages, sliders, video backgrounds and many more stunning elements for your webpages.

    The plugin offers a visual builder which provides simpler, better, faster way of creating visually stunning web pages.

    You will see all of your work as you design and move elements around the canvas, changing the look and feel with the touch of a button.

    With these design tools and features, you can quickly and easily create exceptional experiences for your users.

    Video

    Digital Create Plugin for WordPress

    • Overlay text and graphics on top of video
    • YouTube and Vimeo videos
    • Video web page backgrounds

    Fonts

    There are 200+ web fonts to choose from.

    Digital Create Plugin for WordPress

    Animation

    A bunch of cool, fun, and cross-browser animations for you to use in your designs. Great for emphasis, home pages, sliders, and general just add awesomeness.

    Digital Create Plugin for WordPress

    Design Sliders

    Digital Create Plugin for WordPress

    Content Sliders or simply sliders as we call them, have become an almost integral part of web designing. Create slick and professional sliders for WordPress.

    Browser Support

    • Supports Chrome, Firefox, Safari Opera and IE
    • IE9 and up
    • Mobile browser support

    Great Support

    • Quick support turnaround
    • Help guides
    • Free updates for life

    Try Online Demo

    And many more features, visit digitalcreate.website for more information.