EffectIO Clipper

Original price was: $199.00.Current price is: $21.99. / year

Drop-in compatible replacement & Licensed Product

Clipper theme is a powerful coupon theme for WordPress. Powerful monetization tools. Thousands of satisfied customers. Easy to install and setup.

Create Engaging Coupons with Clipper Coupon Theme

Looking to boost your online business? Clipper Coupon Theme is the perfect solution! With its user-friendly interface and customizable options, creating eye-catching coupons has never been easier. It's SEO friendly and allows you to create dynamic listing pages, enticing customers with enticing discounts. 🎉🔥

Released on: 03/29/2018

Single License

Club Membership

17,99 / Month Membership

NEW Activate all licensed items with the free Dashboard

EffectIO Dashboard

Discover when we give away free Plugins

Find out when we give items for Free


Hey! 🎉 Monthly emails, tops. Snag exclusive plugins/themes for $0. They go quick, but you might just get a freebie! 😉

30 Days Money Back Guarantee

Guaranteed pre-activated plugins. Most items work immediately after installation. Open a support ticket to obtain the license keys for the ones that ask for activation.

Free support to install and setup on your site.

Clipper Coupon Theme: A Feature-Rich, SEO Friendly WordPress Theme

Are you in search of a WordPress theme that maximizes your coupon code website’s potential? Look no further! Clipper Coupon Theme is an outstanding choice that combines functionality, aesthetics, and great user experience. Built specifically for coupon code websites, Clipper is a feature-rich theme that will attract visitors, drive conversions, and boost your revenue. With its elegant design and powerful features, this theme is perfect for anyone looking to take their coupon website to the next level.

However, if you need a more cost-effective way to manage and update your plugins, EffectIO provides a remarkable alternative solution. With EffectIO, you can access updates for your WordPress plugins at a fraction of the cost, saving you money while still enjoying top-notch support and functionality.

Now, let’s dive into the numerous benefits of using Clipper Coupon Theme:

  • 1. Easy installation and setup process 🚀
  • 2. Responsive design for flawless user experience across devices 📱🖥️
  • 3. SEO-friendly structure to improve search engine rankings 📈
  • 4. Intuitive interface for effortless website management and customization 🎨
  • 5. Secure and optimized codebase for high performance and fast loading ⚡
  • 6. Built-in coupon submission system for user-generated content 💌
  • 7. Advanced link cloaking and tracking capabilities for precise analytics 📊
  • 8. Monetization options through affiliate marketing partnerships 💸
  • 9. Custom email templates for efficient communication with users ✉️
  • 10. Social media integration for wider promotion and engagement 🌐
  • 11. Flexible pricing options for different membership levels 💰
  • 12. User-friendly navigation for easy browsing and coupon discovery 🔍
  • 13. Integration with popular payment gateways for seamless transactions 💳
  • 14. Regular updates and new features to keep your website fresh and competitive 🔄
  • 15. Compatibility with a wide range of WordPress plugins and extensions 🧩
  • 16. GPL code allows for further customization and development ✏️

EffectIO: Cost-Saving Plugin Updates with Premium Support

At EffectIO, we understand the importance of keeping your plugins up to date. That’s why we offer a cost-effective way to access updates for your favorite WordPress plugins. With the EffectIO Dashboard, you can easily manage and update your plugins in one centralized location. Best of all, our plugins come pre-activated, saving you valuable time and effort.

Super Deals at EffectIO: Unlock Massive Discounts Today!

Not only do we offer cost-saving plugin updates, but we also provide super deals on premium WordPress products. With discounts ranging from 30 to 90 percent, you can unlock incredible savings on themes, plugins, and extensions. Experience the power of premium products without breaking the bank!

Version

3.2.3

Release Date

7/6/2016

Reviews

There are no reviews yet.

Be the first to review “EffectIO Clipper Coupon Theme 2.0.6”

Create Engaging Coupons with Clipper Coupon Theme

Looking to boost your online business? Clipper Coupon Theme is the perfect solution! With its user-friendly interface and customizable options, creating eye-catching coupons has never been easier. It’s SEO friendly and allows you to create dynamic listing pages, enticing customers with enticing discounts. 🎉🔥

4.7.4
  • Updated head in wrapper.php to more modern standards
  • Setup new assets folder structure and migrated most css, js, etc there
  • Started using SASS to dynamically generate all css and min versions
  • Using the Foundation Framework grid system which increased width from 960px to 1200px
  • Added three additional footer sidebar widget areas so more content can be added
  • Moved IE styles to separate css files and use WordPress conditional check
  • Removed support for legacy IE 7 and earlier since official support for Microsoft ended long ago
  • Removed styles/custom-sample.css example file since we don't want to encourage devs to modify core files
  • Replaced legacy Eric Myers reset.css with normalize.css 7.0.0
  • Removed category.php page template since it duplicates archive.php
  • Removed the Favicon upload option. Use the customizer site icon option instead
  • Don't display pingbacks or trackbacks within blog posts or coupons
  • Simplified the active tab styles so it's no longer popping out of place
  • Added box-sizing: border-box to html css rule to better normalize content layout
  • Always hide the WordPress admin toolbar for non-admin users. Uses new clpr_disable_admin_bar() filter.
  • Added a full width page template
  • Allow users to change the coupon store or add a new one via the edit coupon page
  • Always use https when calling mshots for website snapshots
  • Removed the footable js lib for html tables. Use Foundation tables instead
  • Removed the "more..." link from the coupon code listings
  • Removed bundled child theme in examples folder
  • Removed the coupon tag/category cloud taxonomy widget since a native WordPress cloud widget can be used
  • Replaced header search button with font awesome icon instead
  • Replaced jCarousel Lite home page slider with Slick Slider since it supports responsive design
  • Replaced field background images with css gradients
  • Added a clpr_edit_listing_form() do_action hook on the coupon submission & edit form to add fields
  • Removed the login sidebar since those pages are now centered without needing one
  • Removed the "Disable Stylesheet" advanced option in wp-admin. Just use a child theme instead
  • Replaced the non-responsive homegrown coupon code hover tooltip with Foundation Framework tooltip
  • Added a "last update" timestamp to user profile updates
  • Added last login, total logins, and date registered columns to the admin users page
  • Removed the blog posts "Exclude from search results" wp-admin option. Done by default now
  • Pages "Exclude from search results" wp-admin option now affects blog search results
  • Replaced wp-admin sidebar Clipper and Coupons menu icons with high resolution dashicons
  • Updated tinynav.js from 1.1 to 1.2. Should eventually switch to Foundation off canvas
  • Introduce Grunt task manager
  • Introduce Bower package manager
  • Generate example CSV Importer file on the fly.
  • Add support for PDF files as printable coupons
  • Changed Default Store and Logo images.
  • Replaced some icons with vector font icons. new core changes:
  • Updated Share/Edit/Renew coupon listing processes.
  • Template files "create-listing.php", "edit-listing.php" and "renew-listing.php" replaced with "process.php" template. Which can be extended in a child theme by the scheme "process.php" -> "process-{$post_type}.php" -> "process-{$post_type}-{$process_type}.php"
  • Template files "form-listing-details.php" and "form-listing-edit.php" replaced with "step-edit-info.php".
  • Template file "form-listing-submit-free.php" replaced with "step-activate.php".
  • Template file "order-select.php" replaced with "step-gateway-select.php".
  • Template files "order-checkout.php" and "order-summary.php" replaced with "single-transaction.php" which includes parts "content-transaction-checkout.php" and "content-transaction-summary.php".
  • Added select plan step before Coupon Form step in Create and Renew processes. It needs since some new plan options affect the actual coupon form, so they must be selected before form.
  • Some options has been migrated to Listing object. See the list of migrated options below:
  • $clpr_options->coupon_price => $clipper->coupon->options->price
  • $clpr_options->charge_coupons => $clipper->coupon->options->charge
  • $clpr_options->coupons_require_moderation => $clipper->coupon->options->moderate
  • $clpr_options->coupon_edit => $clipper->coupon->options->allow_edit
  • $clpr_options->coupon_edit => $clipper->coupon->options->allow_renew
  • $clpr_options->new_ad_email => $clipper->coupon->options->notify_new_coupon
  • $clpr_options->nc_custom_email => $clipper->coupon->options->notify_user_pending_coupon
  • $clpr_options->stores_require_moderation => $clipper->stores->options->moderate
  • $clpr_options->reg_required (Registration) => Clipper -> Settings -> Coupons -> Extra Features -> Anonymous Listings
  • Removed option 'Allowed File Types'. Use 'File Upload' field options in Forms -> Coupon Type Printable Subform page.
  • Removed option 'Allowed HTML'. Use 'Description' field options in Clipper -> Forms page.
  • Introduced Coupon Form Builder, which can be found in Clipper -> Forms page. Allows to customize the Coupon form and add new fields.
  • Coupon Types were associated with Custom Forms, which can be found and customized in the Forms page. For example Printable coupon and Coupon Code have got separated custom forms and it's possible to add new form for Promotion coupon type.
  • Added new shortcodes to display custom fields values on the front-end "[appthemes_listing_details]" and "[appthemes_listing_terms]"
  • Introduced a number of new optional features which are disabled by default, but can be enabled in settings Clipper -> Settings -> Coupons -> Extra Features. See the features list below:
  • "Multiple Pricing Plans" - allows to add new plans and customize them using various pricing options. When enabled, plans can be created and customized on Payments -> Listing Plans page.
  • "Category Limit" - allows to limit the number of categories that user can associate with his shared coupon. Makes sense only when the Category field type is set to checkboxes. When enabled, the new option appears on the Settings -> Coupons page and also on the Plan settings (if "Multiple Pricing Plans" enabled).
  • "Category Surcharges" - allows to change total listing cost depending on selected coupon category. When enabled it can be customized on the Payments -> Settings -> Coupons page
  • "Coupon Type Surcharges" - allows to change total listing cost depending on selected coupon type. When enabled it can be customized on the Payments -> Settings -> Coupons page
  • "Custom Forms" - allows to add new form fields depending on selected Coupon Category. When enabled it can be customized in Forms page.
  • Enabled Pricing Addons module, so it's possible now to purchase a Feature or include it to Pricing Plan by default. Addons can be customized on Payments -> Settings -> Coupons page.
  • Added Setup Guide page as a starter page after activation or upgrade Clipper. Upgrade procedures execute also there.
  • Added Stores listing type. Store type has got a dedicated settings tab and formbulder with customizable fields.
  • Added ability to add new fields to the New Store form (demanded Description field has been added by default).
  • Added ability to display store fields using template tags and shortcodes.
  • Added Users listing type. Users type has got a dedicated settings tab and formbulder with customizable fields.
  • Added ability to add new fields to the User profile form.
  • Added ability to display profile fields using template tags and shortcodes.
  • Changed ability to post coupons without registration. Now this feature called "Anonymous Listings" and can be enabled in Coupons -> Extra Features settings section. Anonymous users will be created for new Coupons when user is not logged in. After Coupon submitted Anonymous user will be deleted from the DB and Coupon will be re-assigned to admin. If user had quitted from the process early he will be automatically deleted after two weeks (login cookies duration) by a cron job.
  • Added ability to purchase Coupon listings by Anonymous users. 1.6.4 - 12/16/2016 fixes:
  • Fixed incompatibility with WordPress 4.7
  • Fixed missing icons on Theme Dashboard
  • Fixed issue with registration form
  • Fixed issue with not saving empty fields while editing stores
  • Fixed errors in "Coupon Sub Category" widget
  • Fixed issue where contributor could enter shortcodes in the description field
  • Fixed "Allow users to view their order list" option that was not saving it's state
  • Fixed issue with copying coupon code when "Direct Links" option was enabled
  • Fixed issue with not unrevealing coupon code when "Direct Links" option was enabled
  • Fixed issue with https and images from mShots service changes:
  • Replaced library used for coupon code copy functionality * ZeroClipboard with Clipboard.js
  • Updated Font Awesome library to 4.7.0
  • Removed Google CDN option which often was causing conflicts
  • Removed PIE.htc script for adding CSS3 support in old IE browsers
  • Deprecated `clpr_update_post_status()` function 1.6.3 - 02/08/2016 fixes:
  • Recaptcha error "Could not open a socket"
  • User password changes without request from the user
  • TinyMCE Validation Issue on the Front End
  • Can't edit expired coupons from wp-admin
  • Unable to remove featured coupon when expired without changing expire date (now it's possible in condition that option "Prune Coupons" is disabled)
  • Search Auto-Complete and HTML Entities Problem
  • Copy button is not showing on android phones
  • Copy Code button not working on Android Firefox browser changes:
  • Added user notice on a Recaptcha verification failing
  • Changed http to https for social links and AppThemes
  • Added option to Hide unreliable coupons from featured slider
  • Added Featured coupon on the CSV importer
  • Coupon clicks behaviour: Now, if user browser doesn't support Flash, direct links won't work, the popup window will shown instead. 1.6.2 - 12/10/2015 fixes:
  • Coupons added through the backend immediately expiring if expiration date was left empty
  • Lost user password after edit profile
  • Fatal error: Call to undefined method when go to edit comment on blog post edit page in wp-admin changes:
  • Coupons expiration date is no longer a required field
  • Deprecate use of APP_View_Page::_get_id()
  • Change widgets names to 'Theme Name Widget Title'
  • Added 'app-require-updater' theme support
  • WordPress 4.4 compatibility 1.6.1 - 08/26/2015 fixes:
  • Fixed: Double password fields showing on registration page/reset password/edit profile pages (after WP 4.3 update) changes
  • There's now only one password field in registration, profile and reset password pages (WP 4.3 or later) 1.6.0 - 04/29/2015 fixes:
  • Fixed: Comments feed for single coupon page
  • Fixed: Issue where files was uploaded even if failed checks
  • Fixed: Entities in store name returned via ajax store suggest
  • Fixed: Deprecated notice about like_escape() in ajax store suggest
  • Fixed: Issue with sending out emails when in the 'From' field a Yahoo or AOL email address is used
  • Fixed: Issue with not displaying errors in user edit profile page
  • Fixed: No edit coupon link in email when coupon created by guest
  • Fixed: Locking site when backend access option is set to disable
  • Fixed: RSS social icon does not work
  • Fixed: PDF is uploaded even if it is not allowed
  • Fixed: The ampersand "&" will show as "&" in the autosuggest
  • Fixed: "Email Coupon to A Friend" not a live link
  • Fixed: Correct errors returned by W3C Validator
  • Fixed: Click counter does not increment on Print Coupon button
  • Fixed: Structure Data Hentry Markup Errors
  • Fixed: Register link in header when registration disabled
  • Fixed: Update legacy orders information
  • Fixed: When coupon removed from wp-admin, related items not being removed
  • Fixed: Misc minor fixes/improvements
  • Fixed: SEO Footer link
  • Fixed: Admin font size bug
  • Fixed: Potential XSS Vulnerability changes:
  • Rewritten 'share coupon', 'edit coupon', and 'renew coupon' forms
  • Deprecated functions: clpr_do_coupon_form(), clipper_coupon_form(), clpr_show_coupon_form(), clpr_update_listing()
  • Added: More server side validation to coupon forms
  • Added: Compatibility with Contact Form 7 plugin
  • Added: Validate store and affiliate URLs
  • Added: Mark coupon as featured via quick edit
  • Added: WYSIWYG Editor for Stores
  • Added: Related Coupons Widget
  • Added: "Search Index" to improve performance of search queries
  • Added: Setup ApiGen * document functions and classes
  • Added: Location param into before/after sidebar hooks
  • Added: Option "Direct Link" to choose outgoing links behaviour (redirect to destination URL or popup window with actions)
  • Added: Replace logo option with 'custom-header' theme support
  • Added: Importer * add link to example CSV file
  • Added: Redirect users to frontend form when trying to add/edit coupon from wp-admin
  • Added: Add filter by coupon type and category into admin coupons list
  • Added: Add "Hide unreliable coupons" option to widgets
  • Added: Add-ons MP module
  • Changed: Responsive layout for Admin settings and Clipper Dashboard
  • Changed: Migrate to Dynamic Checkout
  • Changed: Use taxonomy columns generated by WP
  • Changed: Update ZeroClipboard JS library
  • Changed: Change wp-admin security check to redirect
  • Changed: Rewrite widgets to use APP_Widget class
  • Changed: Use 'widgets' component
  • Changed: Remove functional code from user dashboard template
  • Changed: Use user display name instead of login
  • Changed: Rewrite metaboxes to use APP_Meta_Box class
  • Changed: Deprecate unused functions 1.5.1 - 03/10/2014 fixes:
  • Fixed / Changed HTML editor to make it compatible with upcoming WordPress 3.9
  • Fixed strict standards errors
  • Fixed issue where special chars was escaped in email 'from name'
  • Fixed issue with blank page in Chrome browser
  • Fixed potential issue with locking wp-admin if related option is not set
  • Fixed display of admin menu icons on WP 3.8
  • Fixed potential vulnerabilities with unallowed editing coupons
  • Fixed issue with expired coupon message displayed 24h too early
  • Fixed expiration information in 'expiring coupons' widget
  • Fixed issue with comments no being sent for moderation changes:
  • Changed the way how 'click to copy code' feature work, it will open now a Colorbox window with code and instructions
  • Localization of jQuery Validate has been moved to theme .POT file, and related admin option removed
  • Added localization of jQuery Datepicker
  • Added open graph meta tags
  • Added automatically pruning daily stats table from records older than 30 days
  • Added duplicate coupon check into Importer
  • Added filter hooks into emails
  • Renamed admin-style.css to admin.css 1.5.0 - 12/11/13 fixes:
  • Fixed Subscribe widget
  • Fixed layout display issues with top and bottom bar of coupon
  • Fixed layout display issues with many categories
  • Fixed layout display issues with Facebook widget when added into footer sidebar
  • Fixed DB errors when MySQL in strict mode
  • Fixed localizing validation messages on login pages
  • Fixed repeated text above comments form
  • Fixed $wpdb->escape deprecated notice
  • Fixed use of deprecated jQuery .live() method
  • Fixed issue with opening coupon code button url in IE with flash disabled
  • Fixed AJAX calls when FORCE_SSL_ADMIN defined
  • Fixed 'allow html' option which was not disabling auto-embeds on WordPress 3.5+
  • Fixed custom favicon option
  • Fixed notice in admin edit coupon page if author not set changes:
  • Made layout responsive for optimal viewing on any device
  • Changed template files names for home page (to front-page.php) and blog page (to index.php)
  • Changed date format for coupon expiration date from 'm-d-Y' to 'Y-m-d'
  • Changed admin settting pages
  • Changed theme file structure
  • Added option to mark store as featured
  • Added option to reset saved search data
  • Added option to reset statistics
  • Added option to exclude unreliable coupons from homepage
  • Added option to disable featured slider
  • Added option to not link and not index single coupon pages
  • Added option to disable cloaking outgoing URLs
  • Added visual mark to expired coupons on home page and single coupon page
  • Added 'Total Sales' to admin dashboard charts
  • Added new System Info page with option to download reports
  • Added in page navigation on Stores and Categories pages
  • Added compatibility with OneAll Social Login plugin
  • Added coupons count to admin Users page
  • Added pre-installing widgets in sidebars on theme installation
  • Added pre-installing menus on theme installation
  • Added tabbed blog widget
  • Added widget that displays expiring soon coupons
  • Added listing user orders in his dashboard
  • Added CSS styling for Twitter Pro Widget
  • Removed Twitter widget
  • Removed clipper-no-admin.pot file
  • Removed 'From URL' tab in media uploader when accessed from edit store taxonomy page
  • Removed thumbnail column from coupons in admin
  • Removed votes fields from example csv file
  • Removed unnecessary images from the images folder
  • Permalinks structure will not be changed on theme installation
  • Utilized 'no_found_rows' arg to limit number of db queries
  • Changed icons for coupons admin menu
  • Changed use of votes transients to appthemes_set_visitor_transient()
  • Moved into functions Categories and Stores list generating code
  • Added function wrappers for stores meta
  • Added feature to ping 'update services' while publish coupon
  • Store images has been changed from fixed to proportional
  • Added checking coupon status each time coupon is displayed
  • Converted all emails to use appthemes_send_email()
  • Changed status code to 301 for affiliate redirects
  • Separated 'show password filters' on registration and profile page
  • Totally rewritten Reports component
  • Added 'continue to coupon' button in order summary page
  • Added 'tests' library for unit testing
  • Added changed_files.txt that contain list of changed files
  • Renamed widget classes, added CLPR prefix 1.4.0 - 01/25/13 fixes:
  • Added missed store name on stores page
  • Fixed possible issue with translated post statuses in user dashboard
  • Fixed Twitter feed widget on theme dashboard page
  • Email from "Email to friend" option contained theme name
  • Custom email after registration was not sending, WP default was sent
  • While searching site, search filters was modifying query of popular coupons widget
  • Fixed/Improved installation and updating process
  • Reported Coupon email contained incorrect url to edit coupon
  • Fixed display issue of custom submit meta box buttons, occur on WordPress 3.5
  • Fixed submit button styles on admin settings pages, occur on WordPress 3.5
  • Fixed missing argument warnings for $wpdb->prepare(), occur on WordPress 3.5
  • Fixed js errors, autocomplete and datepicker library enqueued from WordPress now
  • Fixed display issues of datepicker, occur on WordPress 3.5
  • Fixed notices on store links if coupon have no assigned store
  • Fixed multiple usage of H1 tags, used h3 tags for coupon title on lists, and h5 tags for coupon type on lists
  • Fixed issue where using function site_url instead of home_url affected those who installed WP in a different directory
  • Corrected misleading information about ad location changes:
  • Implemented payments
  • Added option to upload custom store images, fixes issue with 'Share coupon' feature where Facebook not suggest store image
  • Changed all localization tags from 'appthemes' to APP_TD which reference to 'clipper' now
  • Added support for multi-level menu in header
  • general.js file and the "Enable general.js" option has been removed from theme, general.js file will be automatically enqueued from root directory of child theme if available
  • Added filter hook 'clpr_coupon_validate_fields' on submit coupon process
  • Example child theme has been moved to 'examples' dir
  • Removed creating blogroll link to appthemes.com on theme installation
  • Changed usage of 'clpr_correct_taxonomy_counter()' to '_appthemes_update_post_term_count()'
  • Added option to disable redirect from wp-login.php, can be used for compatibility with maintenance plugins
  • Changed feeds to use 'app-feed' theme support
  • Added number of items control into 'Popular coupons' widget
  • Added number of items control into 'Coupon stores' widget
  • Added number of items control into 'Popular searches' widget
  • Used 'term_description()' for taxonomy descriptions
  • Added option in customer dashboard to delete coupons
  • Improved Facebook Page url option
  • Updated external js libraries and enqueue over ssl if site use it
  • Added advertise action hook 'appthemes_advertise_content()', by default have assigned Clipper standard advertise feature
  • Function 'get_clpr_coupon_url()' has been deprecated, use 'clpr_get_coupon_out_url()' instead
  • Added relisting coupon feature
  • Added ability to change affiliate url in edit coupon form
  • Added ability to change coupon type in edit coupon form
  • Added 'appthemes_notices' action hook to single coupon template
  • Added notice to single coupon page about pending listing
  • Expiration date is now required field 1.3.2 - 09/3/12 fixes:
  • Taxonomy counters didn't include unreliable coupons
  • Coupon title was clipped in homepage slider
  • Corrected position of ZeroClipboard movies (click to copy) if WP bar is enabled
  • HTML tags was not stripped if Allow HTML option set to No
  • User personal options was reset while updating profile
  • Image size parametres was overriden when attaching to posts and pages
  • Fixed store thumbnail notice on store pages
  • Fixed undefined index/variable notices on search
  • Corrected use of $wpdb->insert() and $wpdb->update() where applicable. changes:
  • Implemented new themed login pages
  • Added most popular searches widget
  • Added compatibility with WP default permalink structure (without rewrite)
  • Added filter 'clpr_store_default_image', allows to change default image of store
  • Added filter 'clpr_store_image', allows to add 3-rd party services for store thumbnails
  • Added filter 'clpr_store_out_url', allows to modify store outgoing urls
  • Added filter 'clpr_coupon_out_url', allows to modify coupon outgoing urls
  • Repositioned 'register_form' hook on Registration page
  • TinyMCE editor loading with 'inlinepopups' plugin
  • Added feeds to taxonomy pages (tags, categories, types)
  • Added separate feed for blog pages
  • Added coupons into main feed
  • Added example child theme
  • Added store meta fields into example csv file
  • Introduced clpr_get_submit_coupon_url() function instead of option in Admin
  • Improved installation and updating process 1.3.1 - 06/18/12 fixes:
  • Corrected layout display in IE7
  • Default permalink structure was not set during theme activation
  • Widget wrappers didn't had widget specific class
  • Title on login pages wasn't displayed site title
  • Coupon code button wasn't worked on devices which do not support flash
  • Popup comment form didn't worked on homepage
  • Popup email friend form didn't worked on homepage
  • Auto suggest results was overlayed by slider
  • Importer was not accepting non-latin characters in some cases changes:
  • Implemented template wrappers
  • Added option to hide coupon code until clicked
  • Removed Facebook login feature
  • Added compatibility with Social Connect plugin
  • Improvements to installation scripts
  • Custom database tables has been registered in $wpdb object for easier access
  • Changed doctype to HTML5
  • Added viewport meta for mobile devices
  • Added X-UA-Compatible meta for use of latest IE browser
  • Added coupon_status to default accepted args in importer 1.3.0 - 04/10/12 fixes:
  • Added 'mb_strtoupper' compatibility check
  • Categories page counter was not including coupons from child categories
  • Added missed options to choose Profile and Dashboard page
  • Facebook logout url in some cases was invalid
  • Counter on homepage was not count unreliable coupons
  • Duplicate pages was created on theme re-activation if using custom slugs
  • Image uploader in Clipper Settings pages does not work correctly
  • Counter on Clipper dashboard was not count unreliable coupons
  • Default WordPress template was displayed while reseting password
  • Added Tradedoubler links compatibility changes:
  • Added TinyMCE editor for coupon submission form
  • Replaced and restyled featured slider
  • Renamed 'clpr_action_importer_args' filter to 'clpr_csv_importer_args'
  • Added compatibility with WangGuard plugin
  • Optimized hidden stores feature
  • Added edit coupon link for users
  • Added option to reset votes of individual coupon
  • Optimized header and footer menu
  • Removed popular stores from search bar
  • Changed logo of Clipper
  • "Share Coupon" button was changed to widget
  • Revised "Get Coupons by Email" widget
  • Added expiration date to coupon item on listing pages
  • Added store thumbnail to each coupon item
  • Vote box and badge has been combined
  • "Share Coupon" page was added to default menu 1.2.4 - 02/27/12 fixes:
  • Accessing Importer page causes errors when using child theme
  • Posts and pages shows as coupons in search results
  • Subcategories was not displayed in the categories pages
  • Substores was not displayed in the stores pages
  • Categories with non-latin names was not displayed properly on 'categories' page
  • Stores with non-latin names was not displayed properly on 'stores' page
  • Coupon was marked as unreliable day before expire date
  • Coupons with empty expire date was pruned from site
  • Reset votes option was reseting coupons to 0%
  • Widgets in footer had the same icon, person icon
  • Daily coupon stats return wrong results if coupon haven't views on current day
  • Guest data was not prefilled in comment form
  • Popular stores widget didn't worked on sites with non-default wp prefix changes:
  • Added prune coupons email for administrator
  • Added filter 'clpr_action_importer_args' for extending importer args
  • Added template files for 'Coupon Type' and attachments
  • Added support for new coupon type 'Promotion', without code
  • Display of store description was limited in quick edit stores box
  • Changed sidebar on stores page from 'home' to 'store'
  • Improved importer, making additional checks, skip buggy entries in CSV
  • Disabled search suggest as it was deprecated by Yahoo 1.2.3 - 01/17/12 fixes:
  • "Warning: Division by zero" when adding a new coupon from back end
  • "Warning: in_array(): Wrong datatype for second argument" after reseting votes from back end
  • Wrong email message when moderation for new coupons is off
  • Added missed default options on new installs
  • appthemes_get_custom_taxonomy() now correctly check values if no one assigned
  • Database optimization improvements on the store list page
  • Database optimization improvements on the taxonomy pages
  • Memory optimization on updating process
  • Hide inactive stores from search form
  • Media Library search results was modified by filters
  • Images from coupon body was removed if printable image was changed
  • Coupon type was not updated on front end, if type was changed from Coupon Code to Printable Coupon
  • Expired coupons not pruning if prune option set to yes
  • Views was not shown when viewing single coupon
  • The vote bars was not displaying the color correclty in Opera
  • Menu was not displaying correctly with longer page names changes:
  • Automatically set new coupons at 100%
  • Replaced caller_get_posts with ignore_sticky_posts on the taxonomy pages
  • Replaced get_userdatabylogin() with get_user_by('login'), update_usermeta() with update_user_meta()
  • Add Facebook login and sign up option 1.2.2 - 12/22/11 fixes:
  • Coupon category and tags were not importing correctly from csv
  • "Warning: Missing argument 2 for add_store_extra_fields()" appeared on store page when debug mode was turned on
  • Expiration date for coupons didn't appear for some people
  • Auto-complete search was not working for some people
1.3.17.1
  • 1.0.1 - 04/01/11 fixes:
  • vote counters were reset every time admin options are saved
  • editing coupon in WP admin all meta box fields don't save
  • featured coupons were cutoff when viewing in safari
  • coupon id was not being set when creating new coupon via WP admin changes:
  • coupon editing for printed coupons much more streamlined from WP admin 1.0.0 - 03/29/11 fixes:
  • none changes:
  • none

Testimonials

Benny O'Brien@benny_obie

The quick response from a friendly team member at @effectioshop honestly caught me off guard.
Nice work!


Stuart Boyle@stuart_boyle

@effectioshop As an eCommerce developer, effectio.org has enabled me to reach higher expectations and my clients are very happy.


22,000+ Users · 180 Countries
Trusted by freelancers, agencies & store owners worldwide

How It Works

Install the free EffectIO Dashboard plugin on your WordPress site. It connects to the EffectIO catalog, detects every premium plugin and theme you own, and gives you a single hub to manage licenses, run updates, and keep your admin panel clean — all from one screen.

One-Click Updates
Update any premium plugin or theme instantly. No manual downloads, no FTP — just click "Update Now."

🔑

License Manager
View, activate, and manage all your license keys in one place. No hunting through emails or vendor dashboards.

🔇

Notification Blocker
Blocks intrusive admin nag screens, upsell banners, and ads that clutter your dashboard. Re-enable anytime.

🛡️

Vendor Request Control
Prevents redundant license-check pings to third-party servers for items you already manage through EffectIO.

📦

Bulk Activation
Club members can activate all eligible plugins and themes at once — one button, zero hassle.

🆓

100% Free
The Dashboard itself costs nothing. Install it and it auto-activates on your domain — no key required.

Get Started in 3 Steps

1

Download & Install

Download the EffectIO Dashboard zip and install it via Plugins → Add New → Upload.

2

Browse & Activate

Open EffectIO → Catalog in your admin panel. The dashboard auto-detects your installed items and matches them to your licenses.

3

Update & Manage

Keep everything current with one-click updates. Manage licenses, block nag notices, and enjoy a cleaner WordPress experience.

Licenses

All WordPress derivative work is GPL-licensed. Most items are pre-activated and ready to use. Some require an activation key — we provide it with your purchase, and the Dashboard lets you apply it in seconds.

Club members enjoy bulk activation: activate every eligible item at once with a single click. No more entering keys one by one.

✅ Money-Back Guarantee

Every item is tested and ships with full features. If something doesn't work and we can't fix it, you get a full refund. We believe premium tools should be accessible — that's why we offer a low-cost subscription so freelancers, small businesses, and agencies can grow without a large upfront investment.

Manage and Update all your sites

17.99 $ / Month Membership

2900 Plugins and Themes. Install, Update, Activate and Delete any plugin. Unlimited Sites. Best WP Agency Deal.

Clean Items

NGO Mission

Always Updated

SSL Connection