4.1.5 - 2018-06-12
fixes:
* "Categories Menu" navigation does not work on mobile device/tabs
* Fixed initial zoom for single listing map
* User/listing social networks display incorrectly on Author page and structured data scheme.
* Media upload is not working on iPhones/iPads
* Removed Category description from the "Categories Menu" item titles
* Display Submenu items vertically on all screens
* Hidden expire date input is being properly updated when duration set to 0
* Allow date fields save empty value.
* Pass default buttons list to WP editors on custom forms
changes:
* Obfuscate emails using antispambot() function
* Use Framework's categories list functions
* Added Listing Categories widget
* Added Theme Required Pages checklist with ability to restore deleted pages to the System Info page.
4.1.4 - 2018-02-20
fixes:
* Chrome browser would not scroll to the bottom to display all ads.
* Click on any ad on Author's page returns to the same ad.
* Issue when using multiple checkboxes on the form the Listing details shows "Array".
* No media box when edit the listing in back-end
* Radius argument is not counted on initial search, so results show every location in the world instead of a limited area of a specified country
* Fixed "Renew" Listing link in the "Listing Expire" email content
* Button for packages is way too small on mobile device. Now that button will shown with the full width, unless the screen get < 475px width
changes:
* Added options to rename Listing Pricing Addons (i.e. "Feature on Homepage") on the Payments -> Settings -> Listings page
* Added options 'Default Search Radius' and 'Maximum Search Radius'
* Added option to bypass Select Plan step
* Added option to set default Pricing Plan Description
* Cut off long listing titles on the loop items. The title now one line only.
* Cut off if too many listing categories on the loop items. The categories now one line only.
4.1.3 - 2017-11-17
fixes:
* Fix Setup Page layout
* Fixed Refine Results Search Radius
* Bullets not working on listing page
changes:
* Added WordPress version warning. So site admin will be informed if Vantage version is not compatible with WordPress version.
* Minimal supported WordPress version has been raised to 4.7.5
4.1.2 - 2017-08-18
fixes:
* URL field type display non-clickable value. Now it automatically converts URLs to a links
* Triplicate emails are sent after listing
* If "Charge for Items" OFF the listings created will be displayed as a "Featured" listing.
changes:
* Do not display HTML Editor tab when TinyMCE is selected for Editor field type.
* Category Surcharge feature now is optional. So Category can be changed after publishing and then editing the listing if the option is disabled. Option can be enabled/disabled on Vantage->Settings->Listing page.
4.1.1 - 2017-07-11
fixes:
* Prevent recurring orders duplicates
* Errors not being handled when fetching google geocoding fails
* Category Surcharge doesn't work when create new listing
* "orderby" parameter set incorrectly on a Search query
* Do not display "Upgrade" button when there are no upgrade options
* Make translatable "View More Listings" string
* Hide empty Custom Form Fields on the Single Listing page
* Duplicate Custom Form Fields when listings belong to two or more categories which assigned with the same form
changes:
* Implement new version of MarketPlace Addons browser. Use REST API for fetching filters and items.
* Display featured listing on top of regular ones on Category archives
* Some usability and text changes to migration/upgrade page: Say "Done!" when complete the ajax upgrade procedures
4.1.0 - 2017-05-30
fixes:
* Excluded development directories from pot file (vendor, bower_components, etc)
* Lost closing elements on home page
* Footer menu links fixed width / height
* Removed Delete button from the core fields boxes on form builder
* Incorrect order of Categories and their subcategories in the Refine Search widget
* Call to undefined function mb_strimwidth()
* Missed client side validation for Listing Description and Media fields
* Claim listing button is not displayed to non registered users
* Install script isn't run when upgrading from 3.x
* "Use the default WordPress login and registration pages" not working
* Losing plan data after moderated listings publish via admin edit form
* File size upload limit is not working
* Alphabetical sorting of Listings is in reversed direction
* Undefined index class-widget-listing-featured.php on line 61
* Fatal error: Declaration of APP_Post_Listing_Builder
* Recurring orders processing issue
* Add color changing option to the customizer for menus
* Checkout redirect to gateway page is using wrong template
* Callout widget content field strips out form input fields
changes:
* Removed the examples folder containing the child theme starter. Use docs tutorial instead.
* Add option in customizer to change header text color.
* Added button to form builder for disable (hide) field on the form. So core fields cannot be deleted but can be removed from form layouts.
* Introduced new upgrade system. Now version upgrade redirects to Vantage Setup page to run the upgrade procedures step by step.
* Added Vantage 3 upgrade procedures.
4.0.1 - 2017-03-21
fixes:
* Comments widget title was showing up twice on listings and blog posts
* Bottom left corner of listing item was not rounded on category page
* Footer customizer background color selector was not working
* Changing title on "Create Listing" page breaks submission process
* The tag on blog posts wasn't working
* Remove disc from unordered lists from categories on the create listing page
* Tags were missing on the single listing page
* Fixed php notice: Undefined property in class-google-geocoding.php
* The upgrade listing button on single listings was not working
* Error field highlighting on listing and contact owner form
* Label and textarea description field alignment on listing
* Show social network icons with url values on author page
* HTML issue on the Order page. Added single-transaction.php template
* Issue when order does not activate when admin manually set listing status "publish" and moderation is disabled
changes:
* Added warning when trying to upgrade from 3.x to 4.x version. The migration script will be available in 4.1.0.
* Removed any upgrade db procedures. So if user try to upgrade 3.x to 4.x db will not be changed.
4.0.0 - 2017-03-09
fixes:
* Replaced generic "post updated" admin messages with "listing updated" using the post_updated_messages filter
* The "remember me" checkbox on the login page is now correctly being saved when incorrect username or password are entered
changes:
* Completely new design
* Using the Foundation framework
* Switched to SASS to modularize CSS and help keep things easier to maintain
* Deprecated schema.org microdata and replaced with the latest json-ld structured data format
* Removed
tag from wrapper and switched to new add_theme_support( 'title-tag' );
* Added $content_width support with filter to control in child themes
* Added html 5 and schema.org support to comments
* Added page-templates folder and moved some root-level page templates here. NOTE: child themes also must use this folder structure
* Added full-width page template
* Removed integrated ShareThis plugin support. Use plugin options and correct hooks theme instead.
* Merged HTML and TinyMCE editor options into one. Just use TinyMCE.
* Deprecated va_listing_editor() in favor of va_editor().
* Deprecated va_listing_editor_settings() in favor of va_editor_settings().
* Added searchform.php template file.
* Added new filters to register_post_type() and register_taxonomy() functions for better control over args.
* Added image.php theme page template
* Added full width blog post page template. Requires WordPress 4.7+
* Updated and restyled the system info wp-admin page
* Removed support for the Social Connect plugin since it's no longer actively maintained.
* Added a last update user meta field to keep track of user profile updates.
* Deprecated va_after_admin_bar_login_form() since we no longer use the admin bar for logins.
* Listings can be added via wp-admin by any admin user.
* Listing custom status types (Pending Claimed, Expired, and Deleted) have been added to the post status dropdown in wp-admin.
* Claim listings now includes the date/time is was requested.
* Removed Facebook Open Graph support so plugins can control it instead.
* Removed the admin menu bar login dropdown.
* Removed default favicon in favor of using the WordPress customizer.
* Moved custom logo support from the header image to the native site identity logo in the WordPress customizer.
* Show site title and tagline along with a custom logo.
* Added support for real-time asynchronous WordPress customizer updates without having to wait for page to reload.
* Moved pending listings counter from admin bar to wp-admin side bar Listings menu item.
* Added a cover image field to blog post categories. If no cover image is set, a random one within the category will be used.
* Listing contact form auto-fills name/email if user is logged in. Also includes built-in spam trap hidden field.
* Added the address column (and link it to Google maps) to the wp-admin 'All Listings' page.
* Removed the "Make email address public" checkbox for individual user profiles.
* Improved security, speed, and precision for Google maps and listing search results.
* Includes 15 different selectable Google map color schemes. Ability to use your own via at_google_map_styles_file filter.
* Cache last 30 days wp-admin dashboard stats to improve page load time. Refreshes every 30 mins.
* Added image upload feature to the edit profile page so users can add a cover header photo to their public author page.
* Added splash page with getting started guide for new installs to help customers setup their site.
* Added a custom editor stylesheet via add_editor_style() so it inherits the css from the actual output on the blog and listings.
* Added a new listings column to the users page in wp-admin to show total listings count.
* Removed the wp-admin Settings => Security tab. Access to wp-admin is limited to those with a 'manage_options' capability (admins).
* Disable the front-end admin bar for everyone except those with a 'manage_options' capability (admins).
* Added new currencies. Argentine Peso, Chilean Peso, Bitcoin, Chinese Yuan, Indian Rupee, Romanian Leu, South African Rand, Venezuelan Bolívar, Vietnamese Dong
* Added support for WPML. https://wpml.org/
* Added support for WooCommerce. https://wordpress.org/plugins/woocommerce/
* Added support for Yoast SEO. https://wordpress.org/plugins/wordpress-seo/
* Added support for AMP (accelerated mobile pages). https://wordpress.org/plugins/amp/
* Too many other changes to list!
3.0.9 - 2016-12-15
fixes:
* Fixed incompatibility with WordPress 4.7
* Missing icons on Dashboard
* Header error message
* The "Allow users to view their order list" option is not saving
* Claim listing option in admin is not saving
* Event count error
* No "new user registration notification email" sent to the admin
* Search geocoder function bug
3.0.8 - 2016-07-11
fixes:
* Removed Foundation basic styles, restored layout
3.0.7 - 2016-07-06
fixes:
* Fixed Google Maps API requests
* Minor bug in va_get_the_event_days() function when Event ID explicity set
* Hide Orders "Add new" button on admin page
* Date link in events is not working
* Claimed listing disappear on the Claimed dashboard after moderation
changes:
* Added styling support for new Stripe payment plugin (version 1.2.0+)
* Disable Shortcodes in description field for non-admin users
3.0.6 - 2016-03-15
fixes:
* Updated Geo module, Fixed fatal errors when there is no active providers
* Some text strings without textdomain, impossible to translate
* Categories no more count custom forms items
* Split Event address, location and url in structured data
* Add a Business/Event widgets button URL no more contains category parameter.
changes:
* Contact info form shouldn't have a pre-defined http:// (along with other URL fields)
* Upgraded Example Child Theme
3.0.5 - 2016-01-21
fixes:
* User password changes without request from the user
* Some incompatibilities with new PHP7
* Added User Nickname on edit profile form, fixed WordPress 4.4 incompatibility
* Removed 'listing_claimable' from the search params in wp-admin
changes:
* Change http to https for social links
* Don't display 'Upgrade' button if there are no purchesable addons
3.0.4 - 2015-12-10
Fixed: Lost user password after edit profile
Fixed: Translation some strings
Fixed: Some Listing metaboxes
Changed: Added 'app-require-updater' theme support
Changed: Removed single-transaction.php template
Changed: WordPress 4.4 compatibility
3.0.3 - 2015-08-26
Fixed: Duplicate field showing on registration form after WP 4.3
Changed: There's now only one password field in registration, profile and reset password pages (WP 4.3 or later)
3.0.2 - 2015-07-09
Added: Option "Show Only Sub-categories", which allows to show only child categories in the menu on a taxonomy archive
Fixed: Orders appears in search results
Fixed: Can't remove defaut AppThemes account from the social network fields' tips
Fixed: The page template meta box should be visible
Fixed: Hide empty categories option doesn't work
Fixed: Edit Event user capabilities
Fixed: Custom form select list bug
Fixed: Main menu sub pages style
Changed: Change widgets names to 'Theme Name Widget Title'
Deprecated use of APP_View_Page::_get_id()
3.0.1 - 2015-05-21
Fixed: Redirect URL when returning from the PayPayl
Fixed: Categories Menu and Page options are not saving
Fixed: Potential listing/event form vulnerability
3.0.0 - 2015-05-13
Added: Font awesome so we can use icons
Added: "last 30 days" chart and forum dashboard widgets
Added: Admin notice to install AppThemes Updater plugin to prevent theme name collision issues
Changed: Deprecated function va_update_post_status()
Changed: Hide backend custom post type columns on small screens (leave only post title)
Changed: Use new datepicker stylesheet
Changed: Theme options text and better organize
Changed: Footer links with new nofollow tag
Changed: Theme option pages should be responsive
Fixed: Lost page template on update
Fixed: Email not sent when upgrading
Fixed: Sub categories style in refine search
Fixed: Facebook url bug
Fixed: Vantage sub menu height
Fixed: New contact fields on back end
Fixed: Include new contact fields to csv
Fixed: Potential XSS vulnerability
Fixed: Geocoding bug, when address isn't found
1.4.1 - 2015-03-25
Changed: Updated MP Addons module
Fixed: Show user description for users who have registered but don't have listings yet
Fixed: SEO footer link
Fixed: Sharing site in FaceBook (use Default Open Graph Image control in Customizer)
Added: Default Open Graph Image control in Customizer
1.4.0 - 2015-03-05
Added: Ability to complete listing/event orders later through user's dashboard
Added: Ability to set status "Deleted" for Listings and Events on the user's dashboard and manage "deleted" items in the back-end
Added: Ability to use coupons in relisting process
Added: Option to set number of available categories to choose for free listing/events
Added: Option to choose content editor type (Plain text, HTML editor, TinyMCE editor) on listinf/event forms.
Added: Social API, added email and google+ contact methods to listing, event and profile forms, added appropriate filters for extending contact fields
Added: Order description to orders index page (back-end)
Added: AppThemes MarkePlace page in back-end
Added: Option to disable redirect from default WP login pages
Added: Order ID in subject of receipt email
Added: Term description on taxonomy index page, TinyMCE editors on the Edit Term forms (Listing Categories, Listing Tags, Event Cantegories, Event Tags, Blog Categories, Blog Tags)
Added: Biographical info to the user's profile page
Changed: Disallow to contact claimable listing owner before listing will climed by someone
Changed: Send email to admin for new published (without moderation) listings/events
Changed: Disallow users to select images from 'Media Library' tab while editing listing in back-end
Changed: Removed pagination when random sort order
Changed: Change string with forced recurring plan: If a plan is set for 1 month forced recurring, then on the front end it will read 'for every month' and not 'for 1 month'
Changed: Show user's display name instead of username on Event Attendees widget
Changed: Added pan/zoom controls to the map if opened on mobile device. (disable unwanted zooming/panning)
Changed: Custom forms got custom icons in back-end menu
Fixed: Issue with importer attachments
Fixed: Prevent duplicates when importing
Fixed: Prevent double click 'next step' on submitting listing/event
Fixed: Hide Internal templates on the Quick Edit form
Fixed: Added options to select Addon duration and period type (days, months, years) for listing addons and addons included in pricing plan, moved js to separated file, changed features wording in front-end. IMPORTANT: Changes will not automatically accepted on existing sites. For example, if user previously set duration = 365 days, he still see the same. To change wording to "1 Year", admin have to manually edit addon options and set "Duration = 1" and "Period Type = Year". It can't be done automatically in many reasons.
Fixed: Add alt tag to listing uploaded images
Fixed: Fatal error when mbstring PHP module diactivated on the server
Fixed: Duplicate email for event submission
Fixed: Order Receipt Emailed Before Payment is Made
Fixed: New Review disables description. Prevent early escape from js process on Review submitting.
Fixed: Images order not being saved while editing listing
Fixed: Add review ribbon styling.
Fixed: Style issue with map directions table width in Map widget
Fixed: PHP errors when trying to open dashboard of unknown user
Fixed: Comments/reviews tabs on mobile devices
Fixed: Add mp3 support in custom forms. Allowed to add numbers to file extentions
Fixed: Past dates displayed in the icon on events lists. Filter all past dates except latest in the Event icon.
Fixed: Defaults for checkboxes not visible on the front end.
Fixed: Image classes are missing for posts
Fixed: Empty search results text needs better formatting
Fixed: Image algnment css missing
Fixed: like_escape is deprecated since WP version 4.0
Fixed: Update custom form bug
1.3.4 - 2014-10-31
Added compatibility with Contact Form 7 plugin
Added russian Ruble to currencies list
Added the API Key option for Google Maps & Geocoder provider
Fixed invalid links on events comments, no commenter name when submitted by guest
Fixed "Leave a Comment" heading when reply form is shown
Fixed Geo Settings Example Map link is broken
Fixed invalid texdomain in Bank Transfer message
Fixed compatibility issue with BackupBuddy plugin
Fixed typo in contact form notice message
Fixed issue with sending out emails when in the From field yahoo or aol email address
Updated noUiSlider lib
1.3.3 - 2014-07-14
Fixed encoding of blog name in emails
Fixed alignment of 'Password Again' field in Edit profile page
Fixed alignment of titles in Custom forms
Fixed notice for 'Favorite' button when user not logged in
Fixed message for moderated reviews
Fixed responsive issue with admin bar
Fixed styles for RSS widget
Fixed redirect issue when non logged in user clicks 'Add review' link
Fixed sanitizing plans descriptions
Fixed gravatars in events when comment submitted by guest
Fixed one use query args in urls on admin pages
Fixed enqueue of 'comment-reply' on the single blog post
Fixed issues with removing logo image
Fixed lists elements in listing/event description
Fixed theme color in Customizer
Fixed styles of textarea fields content
Fixed possible issues with protocols in 'Website' field
Fixed styling issue with recurring plan message
Fixed responsive issues with listing contact form
Fixed sender name and email address in emails sent from site
Fixed hiding featured image on screens 400-600px
Fixed min map zoom to avoid displaying earth multiple times
Fixed issue with recent reviews widget when added to single event sidebar
Fixed responsive issue with ads and logo
Fixed setting featured image from media library
Fixed refine categories list styles when it contains many categories
Fixed performance of database query when sorting by recently reviewed/commented listing/events
Fixed issues with events dates
Fixed geo unit settings when displaying directions on single listing/event page
Fixed events dates format
Fixed hiding the review form and link when reviews are disabled
Fixed sub categories options in Customizer
Fixed issue with pagination on home when page on front is set to different one
Fixed issue with displaying user stats on his dashboard to other users
Fixed featured expiration order issue
Fixed issue with file upload field from custom forms
Fixed issue with urls in social connect widget
Fixed region refinement in map widget when using 'get directions' feature
Fixed displaying claimed listings in user dashboard
Fixed issue with 'upcoming events' widget when event have multiple dates assigned
Fixed issue with rejecting claimed listing
Fixed setting select boxes and radio buttons as required in custom forms
Fixed issue with changing field names in custom forms, in that case internal field name was also changed causing listing data loss
Fixed preselecting categories when claiming or renewing listing
Added support for Google Business Geocoding
Added Open Graph meta tags
Added filters on review content
Added compatibility with Twitter Pro Widget
Added support for RTL emails
Added support for comments on pages
Added compatibility with WP User Avatar plugin
Added to admin dashboard total revenue, product info, and published listings
Added register link to review notice when user is logged out
Added ribbon for pages
Added 'reply-to' header into emails from contact form
Added email notification for admin when payment failed
Added missing location fields to events.csv sample file
Added Custom Fields metabox for editors and admins when editing listing from the backend
Added ability to override by child theme a logo, breadcrumb icon, and map pins
Added tooltip for PayPal IPN option
Added cleaning geodata information of listing if its being deleted
Added validation to creating custom forms
Added validation to contact form
Added into 'Popular Events' and 'Similar Events' widgets description with possible use
Added 'appthemes_map_icon' and 'appthemes_map_vars' filters on arguments passed to maps
Added message and placeholder into 'get directions' field from map widget
Replaced use of 'TinyRange' with 'noUiSlider' library
Removed the hash sign '#' under the review
Removed comments item from admin bar
Moved location of the jQuery Validate library
Changed schema declaration for listings from 'Organization' to 'Local Business'
1.3.2 - 2014-02-07
Fixed currency identifier
Fixed Password Strength meter on user profile page
Fixed validation of listing and addons duration for recurring pricing plans
Fixed issue with duplicate items in breadcrumb
Fixed issue with Pricing plan titles
Fixed issues with Events date format
Fixed issues with Events navigation by months
Fixed issues with ajax calls when 'FORCE_SSL_ADMIN' defined
Fixed issue with map zoom when map contained one marker
Fixed issue with printing single listing/event page
Fixed issue where listing author was not able to view listing when it was expired
Fixed issue with uploading images to listing and events from backend
Fixed issue with possible update of Vantage theme by WP Updater to different one
Fixed issue with selecting template for new page in WP Admin
Fixed error when user claiming listing and 'charge for listings' option is disabled
Fixed admin menu icons on WP 3.8
Fixed link colors on single event page
Fixed duplicated elements ID in menu
Fixed price tag styling in events create form
Fixed appearing 'test' string in checkout process
Fixed Strict Standards errors
Fixed deprecated function call wp_convert_bytes_to_hr() in Importer
Fixed use of deprecated jquery .live() method
Fixed notices when listing have no geo coordinates
Fixed undefined constant notice on theme install/update
Fixed undefined index notices on Network Admin
Corrected misspelled word 'still' in PayPal processing orders
Added missing sidebar hooks, appthemes_before_sidebar_widgets() and appthemes_after_sidebar_widgets()
Added feature to ping 'update services' while publish listing and events
Added option to disallow access to WP Admin
Moved jQuery Validation messages to theme localization file
Introduced functions to obtain class instances
Changed default user role to Contributor
Removed unused 1140.css stylesheet
Removed .BMP from supported image types
1.3.1 - 2014-01-10
Listing duration/recurring period now set using time period with applicable maximums along with period type (Days, Months, Years)
Fixed plan title going missing after upgrade to 1.3
Fixed error when claiming with coupon resulting in continue button point to invalid page
Fixed event attendees widget popup
Fixed listings ending prematurely if recurring PayPal subscription is cancelled manually
Fixed listings and events not showing in category archive pages
Fixed refine search sidebar not showing up when events are disabled
Add days away to be included in upcoming events widget
1.3.0 - 2013-12-28
Added Search Index
Added Recurring payments support
Enabled default WordPress blog search widget
Fixed canceling paypal transaction and returning to checkout process
Fixed duplicating item issue when going back steps in checkout
Fixed contact form ability to re-open again after being opened and closed once already
Fixed translatable strings for certain form validation error messages
Use WordPress core option 'start_of_week' in event calendars
Force listing/event edit attachment dragging placeholder height
Prune expired featured along with expired listings during manual expiration execution
Allow child/grandchild/plugin to disable theme color stylesheet
Added APP_System_Info page
Added filter for date format for single event dates list: 'va_single_event_dates_date_format'
Added pending claimed listings to admin bar
Allowed ordering of pricing plans
Added language support for jQuery validation plugin
Added sidebars for create and edit listing and create and edit event
Added nofollow rel tags to events favorite buttons
Added nofollow rel tags to favorite buttons
Removed unused gray gradient image behind category items in category nav dropdown
Added login link to error message for renew and purchase/upgrade if not logged.
Made event calendar thumbnail month abbreviation translatable
Listing/event custom forms admin meta box
Prevent save listing button from being clicked twice
Prevent subscribers from accessing add/edit events wp-admin page
Fixed ability to tab out of pricing plan title
Fixed duplicated menu item creation upon successive activation of events
Fixed url redirect when clicking cancel at paypal, allow to choose new payment gateway
Fixed highest rating sorting method to sort by average rating then by comment count
Fixed styling for thumbnail image for image attachments on listing/event create/edit
Update example archive-listing in sample child theme
Fixed date format for single event dates list
Fixed listing thumbnail img CSS inefficiencies
Fixed event comments not showing when not logged in
Hide internal use page templates from page dropdown and restrict internal use pages to use their own template only
Take custom form field filling out of renew process
Take custom form field filling out of claim process
Fixed to use blog local time for time diff calc instead of UTC
Fixed time 'ago' creation to gracefully handle negative time differences
Fixed claim listings breaking during moderate_claimed_listings = off
Added value attribute to submit button
Added appthemes_create_order action for upgrading listings and events to make tax charge work
Fixed bulk editing of listing and event categories
Fixed bulk edit listing 'Listing Claimable' status
Fixed admin edit profile url in wp-admin
Fixed html error in purchase-listing-new.php
Use wp_login_url instead of APP_Login class method directly. Fixes fatal error when app-login theme support is disabled.
Fixed item title for order confirmation email.
Add coupon support to listing claim process
Fixed claimed listing bug with claimed moderation turned off
Fixed bugs with claimed listings process, reordering of hooks and functions
Removed VA_Listing_Author view controller, this was replaced way back with the Vantage dashboard
Fixed author archive css left-aligned bug
Added 'appthemes_create_order' hook to listing renew and listing claim checkout process
Fixed translated locale strings
Removed js 'disableSelection()' addition to .uploadable due to actual text input child is not editable
Fixed date based strings to be translatable
Fixed style selector typo for create/edit event page bg
Fixed claim listing page, login link's 'redirect to' url
1.2.1 - 2013-07-15
Set "listing duration" in wp-admin to display 0 instead of blank
Allow prior-planless (i.e. imported) listings to be upgraded
Fix listing importer option to mark all as claimable
Allow control over default sort methods on home and tax pages, just like search
Fix warning for custom forms submenu visible on network installs
Fix connected orders admin meta box
Add filterable order description
Add support for appthemes coupon plugin
Microdata added for listings, ratings, reviews, events & webpage
Fix sorting dropdown/select
Added hook 'va_dashboard_sidebar_account_info'
Fix category lock during listing pending status
Remove old, unused ie.css file include
Remove duplicated css reset, also included at top of style.css
Featured image for blog posts fix to show auto on list not singular
Allow for removal of header image
New install gets preset widgets installed
Rename single/multiple map widgets, give error message if used in wrong place
Fix tax charge bug
Add styling for images within listing/event section#overview
Profile form hooks
Fix wp-admin allow marker position to be adjusted within same address and prevent position from being reset to actual address geocode position upon edit
Emails for expired featured listings
Make sure not charged for event when event_charge setting is disabled
Make all events widgets use date format setting
Make upcoming events widget sort by event date
Move 'event expiration' setting to events settings page
Fix z-index for events date sort
Fix url in expired listing email
Add 'default' sort to search for events/listings
Add admin 32x32 icon for listings and events
Allow marker position to be adjusted within same address and prevent position from being reset to actual address geocode position upon edit
Fix bug with custom forms with file upload fields
Fix bug where featured options were not showing properly in plans.
Show geocoder response code for is_admin() for initial debugging.
Fix listings/events import form geocode checkbox
Fix event dates and times being imported using csv importer
Allow float value instead on only integer for category surcharges
Fix 'Upcoming Events' widget to use date_format option
Implement tinynav for sort dropdown
Add email to listing/event owner contact form
missed translatable strings
introduce VA_Locale to internally translate month and day of the week names
Fix featured sort to check for events only when events are enabled
Add settings to control how featured are ordered for listings and events
Fix custom forms unique id problem
Fix contact form resetting to allow successful resubmissions.
Make featured sort randomly while non-featured remains sorted by newest, when on home or archive page using default sort.
Fix ordering of listing and events on home
Fix listings/events home page showing on blog home.
1.2.0 - 2013-05-20
Added Events, like listings but are date based items for listing upcoming events
Events have a basic payment structure that includes: Price, Duration, Featured on home and/or category, categories included
Multiple category support for Listings and Events
Optional Listing and Event category surcharges
Events categories are separate from business listing categories
Event widgets: Create an event, Event attendees, Similar events, Upcoming events, Popular Events and more
Driving directions (including print feature) added to Listing/Event Location Widget
A new, large map is available for list pages (home, archives, search etc)
AppMaps, an API wrapper for map providers and geocoding providers, plugins available soon that will allow the use of map APIs from Bing, MapQuest, Nokia and Leaflet
Google is still default map provider and geocoding provider
Sorting for all business listing list pages (home, archives, etc)
Contact business listing owner and event organizer buttons
Many changes in how theme handles purchases and claim listings, upgrades and renewals
Many more updates, bug fixes, and features, too many to list!
1.1.4 - 2013-02-06
Make navigation menu responsive, becomes native select menu at smaller screen sizes.
Add responsive styling to front end pages.
Fix wp-admin created listings not showing in search results when results sorted by rating.
Fix redirect when following the registration link on claim listing page.
Fix bug to allow upgrades on claimed listing on free plan.
Added prune now button for immediately expiring listings.
Fix date formatting bug on wp-admin edit listing form.
Fix bug for custom form not showing on create/edit listing on front end.
1.1.3 - 2012-11-09
Fix error when searching with no search term.
Fix listing expiration, schedule featured expiration check for hourly.
Format user contact fields in wp-admin listing edit listing.
Fix date format to use WP setting on wp-admin listing edit in Pricing Information meta box.
Fix search pagination error affecting multisite.
Disallow children plans from being available to be chosen.
Fix js error on wp-admin listing edit.
use _n() instead of __ngettext() (deprecated WordPress function).
Fix expiration of featured status.
Add listing_duration field to csv importer.
Add featured image to blog posts.
Login/Register redirect setup if not logged and click Create Listing.
Add language setting to Google Maps API usage.
Allow listings w/o plan (created in wp-admin) to be upgraded.
Fix upgrade listing error.
Fix search sort by rating not including listings with 0 reviews.
Fix dashboard pagination.
Fix bug causing claimed accepting and subsequent order activation and plan data to get overidden by meta box values on wp-admin publish(accept).
Option to geocode imported listings.
Added units to listing duration meta boxes and pricing meta boxes.
In the future, the pricing example should be updated to use the current currency.
Fix slider rounding and sync slider value to actual sql distance used.
Implement search options, default sorting, default radius.
Cleanup reviews code.
Listing form updates, fix bug with wp_tax_query on form submission.
Fix Payments menu collapsed when editing plan.
Update url with anchor to the tab so it's easy to link to business listings page tabs.
Removed status headline hangers for dashboard favorites.
Fix Favorite button text alignment and underline.
Allow checkbox to disable emails generated during import.
Fix purchase receipt email content, removing the duplicate links and providing purchase summary table.
Fix purchase form to only take checked options from selected plan.
Fix Sharethis misaligned when logged out.
Updates to listing create/edit form to deal with image upload errors and other errors on edit listing.
Make listing thumbnail clickable.
Featured listings are now shown as featured in search.
Change existing listing purchase text to show unlimited days.
Change text showing featured can never expire.
Format listing contact fields like website, twitter, facebook.
Fix listing expiration, now checks hourly.
Admin can now change author to any user, including subscribers.
1.1.2 - 2012-10-02
Change display order for Popular Listings Categories widget.
Add missed changes for term count fix.
Fix javascript bug preventing clicking overview tab after submitting review, in Windows IE, FF, and Safari.
Make map pin draggable in crete and edit listing pages.
Fix broken author reviews link url
Add Bank Transfer payment gateway.
Fixed default pricing plan not being create during an upgrade.
Fixed currency changes to be displayed properly.
Fixed permalinks issues for dashboard and claimed listings in certain scenarios.
Fixed tags not being able to be saved.
Reviews now display line breaks to show paragraphs.
Notes about base64 usage in CSS & link to FAQ.
Changed "no expiration date" display from "0 days" to "Unlimited Days".
Fixed bug disallowing publishing a moderated listing.
Fixed bug disallowing accepting a moderated claimed listing.
Can now quick edit listings as claimable from wp-admin.
Can now bulk edit listings as claimable from wp-admin.
Redirect after claimed listing no longer ends in listing not found page.
Error returned if owner tries to claim their own listing.
Upgrade listing no longer visible when charging is turned off.
Pricing plans no longer increase the category count.
Remove options text from pricing plan when no option available
Fixed XSS vulnerability.
Move search refinement preserving logic out of header template.
Fixed problems with the language pack.
Fixed fatal error on login page.
1.1.1 - 2012-08-26
Fixed issue with disappearing images.
1.1.0 - 2012-08-22
Pricing Plans which offer multiple pricing options to be offered, and are connected to categories.
Improved Location Search which now calculates a default radius from the location search term used.
PDF Uploads are now available in custom forms.
Automatic Updates via the AppThemes Updater plugin.
Added option to show ShareThis on blog posts and listings.
Add tooltips to admin settings.
Added comments hooks.
Added many AppThemes Hooks from our general API.
Added new permalink options for many of Vantage's pages.
Added new listing gallery manager metabox.
Added Social connect plugin compatibility.
Added Support for 3.4 flexible sized header images.
Dashboard now lists a listing as infinite when there is no duration.
Made many backend columns sortable.
Added class and ids to custom fields on a single listing page.
Removed 'va_upload_mimes' filter.
Added current menu item styling.
Removed the rolodex image when a custom header image is uploaded and used.
Category lists, in the menu and the category page, now show up alphabetically instead of the order in which the were entered.
Use help tips in admin instead of help tabs.
Removed example functionality in child theme.
Lock category selection for existing listings.
Added the ability for users to claim listings that have been marked as claimable by the admin and to moderate claimed listings.
Added an Upgrade button to the edit listing page.
Added ability to sort featured listings on home page by oldest, newest, or random.
Removed ability to accept listings from the front end. Listings must be moderated in the back.
Remote attachments and featured images will now correctly be imported and set.
Owner can reply to their listing's reviews.
Added the ability for users to favorite listings, which will add them to a list in their dashboard.
Added AppThemes's Wrapping Support.
Added Live Customizer Support for Color Scheme.
Added option to set the number of listings per page.
Added featured thumbnail to backend listing table.
Featured listings will now paginate correctly on the front page/categories pages.
Added the ability to turn on/off certain addons, as well as set their duration.
Listings with 0 duration no longer expire.
Added a new Payments menu for items having to do with checkout.
Many CSS fixes and improvements.
1.0.1 - 2012-06-15
A barebones example child theme has been bundled for easily start a new child theme.
The distance filter is now only shown if there's a geo query.
Search terms are now listed at top of search results.
Searches with no input will now return all listings, instead of blog results.
Searches with no results now display the correct message
Searches will now include a listing's category and tag names.
Searches ordered by rating behave correctly.
Many IE issues have been fixed.
Many styling issues have been fixed.
Theme color options are now separated into another Appearance group
Colored stylesheets are automatically disabled when a child theme is being used.
Ad widgets and sidebars are now available for listing pages.
Custom forms are no longer counted in the category counters.
Themed logins have been added
Internationalization has been added to single-listing.php.
Review counts and averages are no longer affected by replies.
Javascript validation has been added to review/replies.
Replied-to users no longer are prevented from seeing the reply to their review.
A X-UA-Compatible header is now sent.
Added a geocoding request when the coordinates for a listing are missing
Custom fields are now sanitized when saved
Custom fields now allow safe HTML.
Categories/Tags with no listings now display proper messages.
Default map zoom now shows location at street level
Comments now behave correctly when disabled.
CSV files now correctly import 'status' columns
Display listing category in admin list table.
Listings Admin Table now displays the listing category and expire date
Orders now have their own statuses and their API has been updated
Orders now are accessed via a new permalink structure.
The Orders Admin Table has been revamped.</pre>
</div>
</div>
</p>
</div>
<style>
#col-1923629475 > .col-inner {
margin: 30px 0px 0px 0px;
}
</style>
</div>
</div>
</div>
<style>
#section_726822445 {
padding-top: 0px;
padding-bottom: 0px;
background-color: rgb(242, 242, 242);
}
#section_726822445 .section-bg-overlay {
background-color: rgba(255, 255, 255, 0.5);
}
</style>
</section>
<section class="section" id="section_1400876139">
<div class="section-bg fill" >
</div>
<div class="section-content relative">
<div class="row align-equal align-center" id="row-2014251951">
<div id="col-517053363" class="col small-12 large-12" >
<div class="col-inner" >
<h2 style="text-align: center;">Testimonials</h2>
</div>
<style>
#col-517053363 > .col-inner {
margin: 30px 0px 0px 0px;
}
</style>
</div>
</div>
</div>
<style>
#section_1400876139 {
padding-top: 0px;
padding-bottom: 0px;
}
</style>
</section>
<section class="section" id="section_1392497570">
<div class="section-bg fill" >
<div class="is-border"
style="border-width:0px 0px 0px 0px;margin:0 0px 0px 0px;">
</div>
</div>
<div class="section-content relative">
<div class="row align-equal align-center" id="row-1779393920">
<div id="col-1592226407" class="col medium-6 small-12 large-6" >
<div class="col-inner text-center" >
<div class="tweet" style="border-radius: 10px;"><a href="https://twitter.com/benny_obie/status/841714299076669440" class="follow"></a></p>
<div class="tweet--user"><a href="https://twitter.com/benny_obie"><img class="tweet--user-avatar" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="" data-lazy-src="https://pbs.twimg.com/profile_images/841317139986362369/ilWh0EUS_normal.jpg" /><noscript><img class="tweet--user-avatar" src="https://pbs.twimg.com/profile_images/841317139986362369/ilWh0EUS_normal.jpg" alt="" /></noscript></a></p>
<div class="tweet--user-name">Benny O'Brien<span>@benny_obie</span></div>
</p>
</div>
<p class="tweet--body">The quick response from a friendly team member at <a href="https://twitter.com/effectioshop" id="A_22"><span id="SPAN_23">@</span><span id="SPAN_24">effectioshop</span></a> honestly caught me off guard. <br />Nice work!</p>
<p><time class="tweet--time" datetime="2018-03-14T18:15:01+0000" pubdate="" title="Time posted: March 14, 2018 18:15:01 (UTC)">9:15 PM - Mar 14, 2018</time><br />
<Div class="tweet--out"><span class="tweet--icon tweet--heart"></span><span>12</span><a href="https://twitter.com/benny_obie/status/841714299076669440" target="_blank" rel="noopener noreferrer"><span class="tweet--icon"></span><span>See Benny O'Brien's other Tweets</span></a></div>
</div>
</div>
<style>
#col-1592226407 > .col-inner {
padding: 0 0px 0px 0px;
}
</style>
</div>
<div id="col-2112507137" class="col medium-6 small-12 large-6" >
<div class="col-inner text-center" >
<div class="tweet" style="border-radius: 10px;"><a href="https://twitter.com/ezhosting_uk/status/808952412014866436" class="follow"></a></p>
<div class="tweet--user"><a rel="nofollow noopener" href="https://twitter.com/ezhosting_uk"><img class="tweet--user-avatar" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="" data-lazy-src="https://pbs.twimg.com/profile_images/522145917374193664/n1AVR-72_normal.png" /><noscript><img class="tweet--user-avatar" src="https://pbs.twimg.com/profile_images/522145917374193664/n1AVR-72_normal.png" alt="" /></noscript></a></p>
<div class="tweet--user-name">Stuart Boyle<span>@stuart_boyle</span></div>
</p>
</div>
<p class="tweet--body"><a rel="nofollow noopener noreferrer" href="https://twitter.com/effectioshop" target="_blank"><span>@</span><span>effectioshop</span></a> As an eCommerce developer, <a href="https://t.co/eqdXAYGyLC" rel="nofollow noopener" >effectio.org</a> has enabled me to reach higher expectations and my clients are very happy.</p>
<p><time class="tweet--time" datetime="2016-12-14T08:30:59+0000" pubdate="" title="Time posted: December 14, 2016 08:30:59 (UTC)">11:30 AM - Dec 14, 2016</time><br /><Div class="tweet--out"><span class="tweet--icon tweet--heart"></span><span>8</span><a href="https://twitter.com/ezhosting_uk/status/808952412014866436" target="_blank" rel="noopener noreferrer"><span class="tweet--icon"></span><span>See Stuart Boyle's other Tweets</span></a></div>
</div>
</div>
<style>
#col-2112507137 > .col-inner {
padding: 0 0px 0px 0px;
}
</style>
</div>
<style>
#row-1779393920 > .col > .col-inner {
padding: 0px 0px 0px 0px;
}
</style>
</div>
</div>
<style>
#section_1392497570 {
padding-top: 0px;
padding-bottom: 0px;
background-color: rgb(246, 246, 246);
}
</style>
</section>
<section class="section" id="section_1085743165">
<div class="section-bg fill" >
</div>
<div class="section-content relative">
<div class="row align-equal align-center" id="row-1009600997">
<div id="col-1909368718" class="col small-12 large-12" >
<div class="col-inner" >
<h2 style="text-align: center;">More than 22000 Users from 180 Countries joined</h2>
<h3>How It Works</h3>
<p>All WordPress derivative work is GPL in nature, so we improved items codebase and made it simpler for you to get results by using them. Installation and updates are fast with <a href="https://shop.effectio.org/effectio-dashboard/">EffectIO Dashboard.</a></p>
<p>You can install the items directly too. EffectIO Dashboard is faster and on top, it blocks ads and notifications.</p>
<h3>Licenses</h3>
<p>Even though the code is mostly the same as for other vendors, we offer you a free tool to simplify site management and security for you. Most of our plugins are pre-activated. Some need an activation key that we provide for you.</p>
<p><a href="https://shop.effectio.org/effectio-dashboard/">EffectIO Dashboard</a> helps you update and license all plugins and themes at the push of a button. Build your first shop or improve an existing one. In either case, this Free Plugin Manager offers hassle-free updates for premium plugins, secured and all in one place. </p>
<h3>Money Back Guarantee</h3>
<p>All items are working and are thoroughly tested. They have no limitations of features. If the items have errors and we cannot help you fix them, we give you the money back.</p>
<p>We believe that the entire ecosystem can be confusing and expensive. Hence, we offer freelancers, small business owners and agencies a low-cost monthly fee in order to stop worrying about investing a large amount of money in the beginning. If you make money with your shop you will surely see the value of our subscription in the long run.</p>
<h3>Nagging Notifications</h3>
<p>The Dashboard blocks most of the ads and notifications from your admin panel that do not have a close button.</p>
</div>
<style>
#col-1909368718 > .col-inner {
margin: 30px 0px 0px 0px;
}
</style>
</div>
</div>
</div>
<style>
#section_1085743165 {
padding-top: 0px;
padding-bottom: 0px;
}
</style>
</section>
<section class="section" id="section_1718938346">
<div class="section-bg fill" >
</div>
<div class="section-content relative">
<div class="row align-middle" id="row-2020679070">
<div id="col-1345476892" class="col medium-3 small-12 large-3" >
<div class="col-inner text-center" >
<div class="ux-logo has-hover align-middle ux_logo inline-block" style="max-width: 100%!important; width: 209.10447761194px!important"><div class="ux-logo-link block image-grayscale" title="" href="" style="padding: 15px;"><img width="240" height="67" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20240%2067'%3E%3C/svg%3E" title="" alt="" class="ux-logo-image block" style="height:50px;" data-lazy-src="https://shop.effectio.org/wp-content/uploads/2017/03/bvia.png" /><noscript><img width="240" height="67" src="https://shop.effectio.org/wp-content/uploads/2017/03/bvia.png" title="" alt="" class="ux-logo-image block" style="height:50px;" /></noscript></div></div>
</div>
</div>
<div id="col-1285003476" class="col medium-3 small-12 large-3" >
<div class="col-inner text-center" >
<div class="ux-logo has-hover align-middle ux_logo inline-block" style="max-width: 100%!important; width: 210.4347826087px!important"><div class="ux-logo-link block image-grayscale" title="" href="" style="padding: 15px;"><img width="249" height="69" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20249%2069'%3E%3C/svg%3E" title="" alt="" class="ux-logo-image block" style="height:50px;" data-lazy-src="https://shop.effectio.org/wp-content/uploads/2017/03/convertify-logo-websites-marketing.png" /><noscript><img width="249" height="69" src="https://shop.effectio.org/wp-content/uploads/2017/03/convertify-logo-websites-marketing.png" title="" alt="" class="ux-logo-image block" style="height:50px;" /></noscript></div></div>
</div>
</div>
<div id="col-1759036975" class="col medium-3 small-12 large-3" >
<div class="col-inner text-center" >
<div class="ux-logo has-hover align-middle ux_logo inline-block" style="max-width: 100%!important; width: 256.66666666667px!important"><div class="ux-logo-link block image-grayscale" title="" href="" style="padding: 15px;"><img width="170" height="15" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20170%2015'%3E%3C/svg%3E" title="" alt="" class="ux-logo-image block" style="height:20px;" data-lazy-src="https://shop.effectio.org/wp-content/uploads/2017/03/logo-1.png" /><noscript><img width="170" height="15" src="https://shop.effectio.org/wp-content/uploads/2017/03/logo-1.png" title="" alt="" class="ux-logo-image block" style="height:20px;" /></noscript></div></div>
</div>
</div>
<div id="col-622089760" class="col medium-3 small-12 large-3" >
<div class="col-inner text-center" >
<div class="ux-logo has-hover align-middle ux_logo inline-block" style="max-width: 100%!important; width: 230px!important"><div class="ux-logo-link block image-grayscale" title="" href="" style="padding: 15px;"><img width="250" height="50" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20250%2050'%3E%3C/svg%3E" title="" alt="" class="ux-logo-image block" style="height:40px;" data-lazy-src="https://shop.effectio.org/wp-content/uploads/2017/03/cropped-logo_adsimulo.png" /><noscript><img width="250" height="50" src="https://shop.effectio.org/wp-content/uploads/2017/03/cropped-logo_adsimulo.png" title="" alt="" class="ux-logo-image block" style="height:40px;" /></noscript></div></div>
</div>
</div>
<div id="col-15721715" class="col medium-3 small-12 large-3" >
<div class="col-inner text-center" >
<div class="ux-logo has-hover align-middle ux_logo inline-block" style="max-width: 100%!important; width: 160.76923076923px!important"><div class="ux-logo-link block image-grayscale" title="" href="" style="padding: 15px;"><img width="544" height="208" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20544%20208'%3E%3C/svg%3E" title="" alt="" class="ux-logo-image block" style="height:50px;" data-lazy-src="https://shop.effectio.org/wp-content/uploads/2017/03/logo.png" /><noscript><img width="544" height="208" src="https://shop.effectio.org/wp-content/uploads/2017/03/logo.png" title="" alt="" class="ux-logo-image block" style="height:50px;" /></noscript></div></div>
</div>
</div>
<div id="col-1910772664" class="col medium-3 small-12 large-3" >
<div class="col-inner text-center" >
<div class="ux-logo has-hover align-middle ux_logo inline-block" style="max-width: 100%!important; width: 128.18181818182px!important"><div class="ux-logo-link block image-grayscale" title="" href="" style="padding: 15px;"><img width="162" height="132" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20162%20132'%3E%3C/svg%3E" title="" alt="" class="ux-logo-image block" style="height:80px;" data-lazy-src="https://shop.effectio.org/wp-content/uploads/2017/03/investhusiasts-logo-login.png" /><noscript><img width="162" height="132" src="https://shop.effectio.org/wp-content/uploads/2017/03/investhusiasts-logo-login.png" title="" alt="" class="ux-logo-image block" style="height:80px;" /></noscript></div></div>
</div>
</div>
<div id="col-1515876086" class="col medium-3 small-12 large-3" >
<div class="col-inner text-center" >
<div class="ux-logo has-hover align-middle ux_logo inline-block" style="max-width: 100%!important; width: 220.47619047619px!important"><div class="ux-logo-link block image-grayscale" title="" href="" style="padding: 15px;"><img width="300" height="63" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%2063'%3E%3C/svg%3E" title="" alt="" class="ux-logo-image block" style="height:40px;" data-lazy-src="https://shop.effectio.org/wp-content/uploads/2017/03/Hempgenix-New-Logo500wd1.png" /><noscript><img width="300" height="63" src="https://shop.effectio.org/wp-content/uploads/2017/03/Hempgenix-New-Logo500wd1.png" title="" alt="" class="ux-logo-image block" style="height:40px;" /></noscript></div></div>
</div>
</div>
<div id="col-1115816861" class="col medium-3 small-12 large-3" >
<div class="col-inner text-center" >
<div class="ux-logo has-hover align-middle ux_logo inline-block" style="max-width: 100%!important; width: 214.54545454545px!important"><div class="ux-logo-link block image-grayscale" title="" href="" style="padding: 15px;"><img width="203" height="55" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20203%2055'%3E%3C/svg%3E" title="" alt="" class="ux-logo-image block" style="height:50px;" data-lazy-src="https://shop.effectio.org/wp-content/uploads/2017/03/logo-2.png" /><noscript><img width="203" height="55" src="https://shop.effectio.org/wp-content/uploads/2017/03/logo-2.png" title="" alt="" class="ux-logo-image block" style="height:50px;" /></noscript></div></div>
</div>
</div>
<style>
#row-2020679070 > .col > .col-inner {
padding: 30px 0px 0px 0px;
}
</style>
</div>
</div>
<style>
#section_1718938346 {
padding-top: 0px;
padding-bottom: 0px;
background-color: rgb(245, 245, 245);
}
</style>
</section>
<section class="section" id="section_1942283780">
<div class="section-bg fill" >
</div>
<div class="section-content relative">
<div class="row align-middle align-center" id="row-1401191429">
<div id="col-1174510801" class="col small-12 large-12" >
<div class="col-inner text-center" >
<h2>Manage and Update all your sites</h2>
<a href="https://shop.effectio.org/cart/?add-to-cart=159656" class="button secondary is-large lowercase" style="border-radius:10px;">
<span>17.99 $ / Month Membership</span>
</a>
<p>2900 Plugins and Themes. Install, Update, Activate and Delete any plugin. Unlimited Sites. Best WP Agency Deal.</p>
</div>
</div>
<style>
#row-1401191429 > .col > .col-inner {
padding: 40px 0px 0px 0px;
}
</style>
</div>
<div class="row align-center hide-for-small" id="row-465210755">
<div id="col-1744324462" class="col medium-2 small-12 large-2" >
<div class="col-inner" >
<div class="box has-hover has-hover box-text-bottom" >
<div class="box-image" style="width:50%;">
<a href="https://shop.effectio.org/question/licenses/" target="_blank" rel="noopener" > <div class="" >
<img width="145" height="145" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20145%20145'%3E%3C/svg%3E" class="attachment-thumbnail size-thumbnail" alt="" decoding="async" data-lazy-src="https://shop.effectio.org/wp-content/uploads/2017/01/Reliability.svg" /><noscript><img width="145" height="145" src="https://shop.effectio.org/wp-content/uploads/2017/01/Reliability.svg" class="attachment-thumbnail size-thumbnail" alt="" decoding="async" /></noscript> </div>
</a> </div>
<div class="box-text text-center is-xsmall" >
<div class="box-text-inner">
<p>Clean Items</p>
</div>
</div>
</div>
</div>
</div>
<div id="col-1639563592" class="col medium-2 small-12 large-2" >
<div class="col-inner" >
<div class="box has-hover has-hover box-text-bottom" >
<div class="box-image" style="width:50%;">
<a href="https://www.effectio.org/mission/" target="_blank" rel="noopener" > <div class="" >
<img width="145" height="145" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20145%20145'%3E%3C/svg%3E" class="attachment-thumbnail size-thumbnail" alt="ngo free software" decoding="async" data-lazy-src="https://shop.effectio.org/wp-content/uploads/2017/01/Special-Offer.svg" /><noscript><img width="145" height="145" src="https://shop.effectio.org/wp-content/uploads/2017/01/Special-Offer.svg" class="attachment-thumbnail size-thumbnail" alt="ngo free software" decoding="async" /></noscript> </div>
</a> </div>
<div class="box-text text-center is-xsmall" >
<div class="box-text-inner">
<p>NGO Mission</p>
</div>
</div>
</div>
</div>
</div>
<div id="col-716114218" class="col medium-2 small-12 large-2" >
<div class="col-inner" >
<div class="box has-hover has-hover box-text-bottom" >
<div class="box-image" style="width:50%;">
<a href="https://shop.effectio.org/question/downloads-updates-discounts/" target="_blank" rel="noopener" > <div class="" >
<img width="145" height="145" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20145%20145'%3E%3C/svg%3E" class="attachment- size-" alt="" decoding="async" data-lazy-src="https://shop.effectio.org/wp-content/uploads/2017/01/Data-protection.svg" /><noscript><img width="145" height="145" src="https://shop.effectio.org/wp-content/uploads/2017/01/Data-protection.svg" class="attachment- size-" alt="" decoding="async" /></noscript> </div>
</a> </div>
<div class="box-text text-center is-xsmall" >
<div class="box-text-inner">
<p>Always Updated</p>
</div>
</div>
</div>
</div>
</div>
<div id="col-1391697389" class="col medium-2 small-12 large-2" >
<div class="col-inner" >
<div class="box has-hover has-hover box-text-bottom" >
<div class="box-image" style="width:50%;">
<a href="https://letsencrypt.org/" target="_blank" rel="noopener" > <div class="" >
<img width="145" height="145" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20145%20145'%3E%3C/svg%3E" class="attachment- size-" alt="" decoding="async" data-lazy-src="https://shop.effectio.org/wp-content/uploads/2017/01/Locked.svg" /><noscript><img width="145" height="145" src="https://shop.effectio.org/wp-content/uploads/2017/01/Locked.svg" class="attachment- size-" alt="" decoding="async" /></noscript> </div>
</a> </div>
<div class="box-text text-center is-xsmall" >
<div class="box-text-inner">
<p>SSL Connection</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<style>
#section_1942283780 {
padding-top: 0px;
padding-bottom: 0px;
margin-bottom: 0px;
}
</style>
</section>
<div id="product-sidebar" class="mfp-hide">
<div class="sidebar-inner">
<aside id="text-4" class="widget widget_text"> <div class="textwidget"><a href="/best-wordpress-deal/" class="button secondary is-medium lowercase" style="border-radius:6px;">
<span>GOLD Membership. 800 Premium Plugins and Themes. Start FREE.</span>
</a>
</div>
</aside> </div>
</div>
</div>
</div>
</div><!-- shop container -->
</main>
<footer id="footer" class="footer-wrapper">
<!-- FOOTER 1 -->
<div class="footer-widgets footer footer-1">
<div class="row large-columns-2 mb-0">
<div id="custom_html-3" class="widget_text col pb-0 widget widget_custom_html"><span class="widget-title">About EffectIO</span><div class="is-divider small"></div><div class="textwidget custom-html-widget"><p>EffectIO is the only service that offers unlimited updates to the most popular Premium Wordpress and Wocommerce plugins and themes, all in one place, SINCE 2014
Manually download updates when they are available or you can use our FREE connector plugin - <a href="/effectio-dashboard/">the EffectIO Dashboard</a> - and enable the updates directly from your own Wordpress admin area.</p>
<div class="social-icons follow-icons ">
<a href="https://www.facebook.com/effectioshop/" target="_blank" data-label="Facebook" rel="noopener noreferrer nofollow" class="icon button circle is-outline facebook tooltip tooltipstered"><i class="icon-facebook"></i></a><a href="https://twitter.com/effectioshop" target="_blank" data-label="Twitter" rel="noopener noreferrer nofollow" class="icon button circle is-outline twitter tooltip tooltipstered"><i class="icon-twitter"></i></a><a href="https://support.effectio.org/" data-label="E-mail" rel="nofollow" class="icon button circle is-outline email tooltip tooltipstered"><i class="icon-envelop"></i></a>
</div></div></div><div id="woocommerce_product_tag_cloud-2" class="col pb-0 widget woocommerce widget_product_tag_cloud"><span class="widget-title">Popular Products</span><div class="is-divider small"></div><div class="tagcloud"><a href="https://shop.effectio.org/product-tag/affiliate-wp/" class="tag-cloud-link tag-link-8667 tag-link-position-1" style="font-size: 15.845410628019pt;" aria-label="Affiliate WP (28 products)">Affiliate WP</a>
<a href="https://shop.effectio.org/product-tag/appthemes/" class="tag-cloud-link tag-link-126 tag-link-position-2" style="font-size: 12.3961352657pt;" aria-label="AppThemes (8 products)">AppThemes</a>
<a href="https://shop.effectio.org/product-tag/awesome-support/" class="tag-cloud-link tag-link-8668 tag-link-position-3" style="font-size: 14.492753623188pt;" aria-label="Awesome Support (17 products)">Awesome Support</a>
<a href="https://shop.effectio.org/product-tag/divi/" class="tag-cloud-link tag-link-7108 tag-link-position-4" style="font-size: 8pt;" aria-label="Divi (1 product)">Divi</a>
<a href="https://shop.effectio.org/product-tag/easy-digital-downloads/" class="tag-cloud-link tag-link-387 tag-link-position-5" style="font-size: 18.95652173913pt;" aria-label="Easy Digital Downloads (82 products)">Easy Digital Downloads</a>
<a href="https://shop.effectio.org/product-tag/gamipress/" class="tag-cloud-link tag-link-8669 tag-link-position-6" style="font-size: 11.719806763285pt;" aria-label="GamiPress (6 products)">GamiPress</a>
<a href="https://shop.effectio.org/product-tag/gravity-forms/" class="tag-cloud-link tag-link-8665 tag-link-position-7" style="font-size: 17.468599033816pt;" aria-label="Gravity Forms (49 products)">Gravity Forms</a>
<a href="https://shop.effectio.org/product-tag/gravity-perks/" class="tag-cloud-link tag-link-9183 tag-link-position-8" style="font-size: 15.507246376812pt;" aria-label="Gravity Perks (25 products)">Gravity Perks</a>
<a href="https://shop.effectio.org/product-tag/ithemes/" class="tag-cloud-link tag-link-123 tag-link-position-9" style="font-size: 9.2173913043478pt;" aria-label="iThemes (2 products)">iThemes</a>
<a href="https://shop.effectio.org/product-tag/jigoshop/" class="tag-cloud-link tag-link-8677 tag-link-position-10" style="font-size: 8pt;" aria-label="JigoShop (1 product)">JigoShop</a>
<a href="https://shop.effectio.org/product-tag/learndash/" class="tag-cloud-link tag-link-8671 tag-link-position-11" style="font-size: 16.31884057971pt;" aria-label="LearnDash (33 products)">LearnDash</a>
<a href="https://shop.effectio.org/product-tag/ninja-forms/" class="tag-cloud-link tag-link-8666 tag-link-position-12" style="font-size: 16.927536231884pt;" aria-label="Ninja Forms (41 products)">Ninja Forms</a>
<a href="https://shop.effectio.org/product-tag/restrict-content-pro/" class="tag-cloud-link tag-link-9182 tag-link-position-13" style="font-size: 14.628019323671pt;" aria-label="Restrict Content Pro (18 products)">Restrict Content Pro</a>
<a href="https://shop.effectio.org/product-tag/sensei/" class="tag-cloud-link tag-link-121 tag-link-position-14" style="font-size: 12.734299516908pt;" aria-label="Sensei (9 products)">Sensei</a>
<a href="https://shop.effectio.org/product-tag/slider-revolution/" class="tag-cloud-link tag-link-8675 tag-link-position-15" style="font-size: 11.246376811594pt;" aria-label="Slider Revolution (5 products)">Slider Revolution</a>
<a href="https://shop.effectio.org/product-tag/the-events-calendar/" class="tag-cloud-link tag-link-8802 tag-link-position-16" style="font-size: 11.246376811594pt;" aria-label="The Events Calendar (5 products)">The Events Calendar</a>
<a href="https://shop.effectio.org/product-tag/woocommerce/" class="tag-cloud-link tag-link-116 tag-link-position-17" style="font-size: 22pt;" aria-label="WooCommerce (232 products)">WooCommerce</a>
<a href="https://shop.effectio.org/product-tag/wordpress-seo/" class="tag-cloud-link tag-link-120 tag-link-position-18" style="font-size: 10.705314009662pt;" aria-label="Wordpress SEO (4 products)">Wordpress SEO</a>
<a href="https://shop.effectio.org/product-tag/wp-bakery/" class="tag-cloud-link tag-link-8674 tag-link-position-19" style="font-size: 8pt;" aria-label="WP Bakery (1 product)">WP Bakery</a>
<a href="https://shop.effectio.org/product-tag/wpml/" class="tag-cloud-link tag-link-117 tag-link-position-20" style="font-size: 13.275362318841pt;" aria-label="WPML (11 products)">WPML</a>
<a href="https://shop.effectio.org/product-tag/wpmu-dev/" class="tag-cloud-link tag-link-9142 tag-link-position-21" style="font-size: 10.028985507246pt;" aria-label="WPMU (3 products)">WPMU</a>
<a href="https://shop.effectio.org/product-tag/yith/" class="tag-cloud-link tag-link-8670 tag-link-position-22" style="font-size: 16.927536231884pt;" aria-label="YITH (41 products)">YITH</a></div></div> </div>
</div>
<!-- FOOTER 2 -->
<div class="footer-widgets footer footer-2 dark">
<div class="row dark large-columns-1 mb-0">
<div id="custom_html-4" class="widget_text col pb-0 widget widget_custom_html"><div class="textwidget custom-html-widget"><p>Discover when we give away free Plugins. Monthly Giveaways by email. One year of updates. </p>
<div class='fluentform ff-default fluentform_wrapper_8 ffs_default_wrap'><form data-form_id="8" id="fluentform_8" class="frm-fluent-form fluent_form_8 ff-el-form-top ff_form_instance_8_2 ff-form-loading ffs_default" data-form_instance="ff_form_instance_8_2" method="POST" ><fieldset style="border: none!important;margin: 0!important;padding: 0!important;background-color: transparent!important;box-shadow: none!important;outline: none!important; min-inline-size: 100%;">
<legend class="ff_screen_reader_title" style="display: block; margin: 0!important;padding: 0!important;height: 0!important;text-indent: -999999px;width: 0!important;overflow:hidden;">Find out when we give items for Free</legend><p style="display: none !important;" class="akismet-fields-container" data-prefix="ak_"><label>Δ<textarea name="ak_hp_textarea" cols="45" rows="8" maxlength="100"></textarea></label><input type="hidden" id="ak_js_2" name="ak_js" value="89"/><script type="rocketlazyloadscript">document.getElementById( "ak_js_2" ).setAttribute( "value", ( new Date() ).getTime() );</script></p><input type='hidden' name='__fluent_form_embded_post_id' value='216335' /><input type="hidden" id="_fluentform_8_fluentformnonce" name="_fluentform_8_fluentformnonce" value="cb4771f693" /><input type="hidden" name="_wp_http_referer" value="/product/vantage/" /><div data-name="ff_cn_id_1" class='ff-t-container ff-column-container ff_columns_total_2 '><div class='ff-t-cell ff-t-column-1' style='flex-basis: 50%;'><div data-type="name-element" data-name="names" class=" ff-field_container ff-name-field-wrapper" ><div class='ff-t-container'><div class='ff-t-cell '><div class='ff-el-group ff-el-form-hide_label'><div class="ff-el-input--label ff-el-is-required asterisk-right"><label for='ff_8_2_names_first_name_' >Name</label></div><div class='ff-el-input--content'><input type="text" name="names[first_name]" id="ff_8_2_names_first_name_" class="ff-el-form-control" placeholder="Name" aria-invalid="false" aria-required=true></div></div></div></div></div></div><div class='ff-t-cell ff-t-column-2' style='flex-basis: 50%;'><div class='ff-el-group'><div class='ff-el-input--content'><input type="email" name="email" id="ff_8_2_email" class="ff-el-form-control extra_spaced" placeholder="Email Address" data-name="email" aria-invalid="false" aria-required=true></div></div></div></div><div class='ff-el-group ff-text-left ff_submit_btn_wrapper'><button type="submit" class="ff-btn ff-btn-submit ff-btn-md ff_btn_style" >Subscribe</button></div></fieldset></form><div id='fluentform_8_errors' class='ff-errors-in-stack ff_form_instance_8_2 ff-form-loading_errors ff_form_instance_8_2_errors'></div></div> <script type="text/javascript">
window.fluent_form_ff_form_instance_8_2 = {"id":"8","settings":{"layout":{"labelPlacement":"top","helpMessagePlacement":"with_label","errorMessagePlacement":"inline"},"restrictions":{"denyEmptySubmission":{"enabled":false}}},"form_instance":"ff_form_instance_8_2","form_id_selector":"fluentform_8","rules":{"names[first_name]":{"required":{"value":true,"message":"This field is required"}},"names[middle_name]":{"required":{"value":false,"message":"This field is required"}},"names[last_name]":{"required":{"value":false,"message":"This field is required"}},"email":{"required":{"value":true,"message":"This field is required"},"email":{"value":true,"message":"This field must contain a valid email"}}},"debounce_time":300};
</script>
<p style="font-size: 0.8em;"> Hey there! 🎉 We're not big on spam – we ping you just once a month. Want exclusive plugins and themes for a whopping price of $0? Be quick, they vanish like hotcakes! And who knows? We might just toss one your way for free! 😉</p>
</div></div> </div>
</div>
<div class="absolute-footer dark medium-text-center small-text-center">
<div class="container clearfix">
<div class="footer-secondary pull-right">
<div class="payment-icons inline-block"><div class="payment-icon"><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 64 32">
<path d="M10.781 7.688c-0.251-1.283-1.219-1.688-2.344-1.688h-8.376l-0.061 0.405c5.749 1.469 10.469 4.595 12.595 10.501l-1.813-9.219zM13.125 19.688l-0.531-2.781c-1.096-2.907-3.752-5.594-6.752-6.813l4.219 15.939h5.469l8.157-20.032h-5.501l-5.062 13.688zM27.72 26.061l3.248-20.061h-5.187l-3.251 20.061h5.189zM41.875 5.656c-5.125 0-8.717 2.72-8.749 6.624-0.032 2.877 2.563 4.469 4.531 5.439 2.032 0.968 2.688 1.624 2.688 2.499 0 1.344-1.624 1.939-3.093 1.939-2.093 0-3.219-0.251-4.875-1.032l-0.688-0.344-0.719 4.499c1.219 0.563 3.437 1.064 5.781 1.064 5.437 0.032 8.97-2.688 9.032-6.843 0-2.282-1.405-4-4.376-5.439-1.811-0.904-2.904-1.563-2.904-2.499 0-0.843 0.936-1.72 2.968-1.72 1.688-0.029 2.936 0.314 3.875 0.752l0.469 0.248 0.717-4.344c-1.032-0.406-2.656-0.844-4.656-0.844zM55.813 6c-1.251 0-2.189 0.376-2.72 1.688l-7.688 18.374h5.437c0.877-2.467 1.096-3 1.096-3 0.592 0 5.875 0 6.624 0 0 0 0.157 0.688 0.624 3h4.813l-4.187-20.061h-4zM53.405 18.938c0 0 0.437-1.157 2.064-5.594-0.032 0.032 0.437-1.157 0.688-1.907l0.374 1.72c0.968 4.781 1.189 5.781 1.189 5.781-0.813 0-3.283 0-4.315 0z"></path>
</svg>
</div><div class="payment-icon"><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 64 32">
<path d="M35.255 12.078h-2.396c-0.229 0-0.444 0.114-0.572 0.303l-3.306 4.868-1.4-4.678c-0.088-0.292-0.358-0.493-0.663-0.493h-2.355c-0.284 0-0.485 0.28-0.393 0.548l2.638 7.745-2.481 3.501c-0.195 0.275 0.002 0.655 0.339 0.655h2.394c0.227 0 0.439-0.111 0.569-0.297l7.968-11.501c0.191-0.275-0.006-0.652-0.341-0.652zM19.237 16.718c-0.23 1.362-1.311 2.276-2.691 2.276-0.691 0-1.245-0.223-1.601-0.644-0.353-0.417-0.485-1.012-0.374-1.674 0.214-1.35 1.313-2.294 2.671-2.294 0.677 0 1.227 0.225 1.589 0.65 0.365 0.428 0.509 1.027 0.404 1.686zM22.559 12.078h-2.384c-0.204 0-0.378 0.148-0.41 0.351l-0.104 0.666-0.166-0.241c-0.517-0.749-1.667-1-2.817-1-2.634 0-4.883 1.996-5.321 4.796-0.228 1.396 0.095 2.731 0.888 3.662 0.727 0.856 1.765 1.212 3.002 1.212 2.123 0 3.3-1.363 3.3-1.363l-0.106 0.662c-0.040 0.252 0.155 0.479 0.41 0.479h2.147c0.341 0 0.63-0.247 0.684-0.584l1.289-8.161c0.040-0.251-0.155-0.479-0.41-0.479zM8.254 12.135c-0.272 1.787-1.636 1.787-2.957 1.787h-0.751l0.527-3.336c0.031-0.202 0.205-0.35 0.41-0.35h0.345c0.899 0 1.747 0 2.185 0.511 0.262 0.307 0.341 0.761 0.242 1.388zM7.68 7.473h-4.979c-0.341 0-0.63 0.248-0.684 0.584l-2.013 12.765c-0.040 0.252 0.155 0.479 0.41 0.479h2.378c0.34 0 0.63-0.248 0.683-0.584l0.543-3.444c0.053-0.337 0.343-0.584 0.683-0.584h1.575c3.279 0 5.172-1.587 5.666-4.732 0.223-1.375 0.009-2.456-0.635-3.212-0.707-0.832-1.962-1.272-3.628-1.272zM60.876 7.823l-2.043 12.998c-0.040 0.252 0.155 0.479 0.41 0.479h2.055c0.34 0 0.63-0.248 0.683-0.584l2.015-12.765c0.040-0.252-0.155-0.479-0.41-0.479h-2.299c-0.205 0.001-0.379 0.148-0.41 0.351zM54.744 16.718c-0.23 1.362-1.311 2.276-2.691 2.276-0.691 0-1.245-0.223-1.601-0.644-0.353-0.417-0.485-1.012-0.374-1.674 0.214-1.35 1.313-2.294 2.671-2.294 0.677 0 1.227 0.225 1.589 0.65 0.365 0.428 0.509 1.027 0.404 1.686zM58.066 12.078h-2.384c-0.204 0-0.378 0.148-0.41 0.351l-0.104 0.666-0.167-0.241c-0.516-0.749-1.667-1-2.816-1-2.634 0-4.883 1.996-5.321 4.796-0.228 1.396 0.095 2.731 0.888 3.662 0.727 0.856 1.765 1.212 3.002 1.212 2.123 0 3.3-1.363 3.3-1.363l-0.106 0.662c-0.040 0.252 0.155 0.479 0.41 0.479h2.147c0.341 0 0.63-0.247 0.684-0.584l1.289-8.161c0.040-0.252-0.156-0.479-0.41-0.479zM43.761 12.135c-0.272 1.787-1.636 1.787-2.957 1.787h-0.751l0.527-3.336c0.031-0.202 0.205-0.35 0.41-0.35h0.345c0.899 0 1.747 0 2.185 0.511 0.261 0.307 0.34 0.761 0.241 1.388zM43.187 7.473h-4.979c-0.341 0-0.63 0.248-0.684 0.584l-2.013 12.765c-0.040 0.252 0.156 0.479 0.41 0.479h2.554c0.238 0 0.441-0.173 0.478-0.408l0.572-3.619c0.053-0.337 0.343-0.584 0.683-0.584h1.575c3.279 0 5.172-1.587 5.666-4.732 0.223-1.375 0.009-2.456-0.635-3.212-0.707-0.832-1.962-1.272-3.627-1.272z"></path>
</svg>
</div><div class="payment-icon"><svg viewBox="0 0 64 32" xmlns="http://www.w3.org/2000/svg">
<path d="M18.4306 31.9299V29.8062C18.4306 28.9938 17.9382 28.4618 17.0929 28.4618C16.6703 28.4618 16.2107 28.6021 15.8948 29.0639C15.6486 28.6763 15.2957 28.4618 14.7663 28.4618C14.4135 28.4618 14.0606 28.5691 13.7816 28.9567V28.532H13.043V31.9299H13.7816V30.0536C13.7816 29.4515 14.0975 29.167 14.5899 29.167C15.0823 29.167 15.3285 29.4845 15.3285 30.0536V31.9299H16.0671V30.0536C16.0671 29.4515 16.42 29.167 16.8754 29.167C17.3678 29.167 17.614 29.4845 17.614 30.0536V31.9299H18.4306ZM29.3863 28.532H28.1882V27.5051H27.4496V28.532H26.7808V29.2041H27.4496V30.7629C27.4496 31.5423 27.7655 32 28.6108 32C28.9268 32 29.2797 31.8928 29.5259 31.7526L29.3125 31.1134C29.0991 31.2536 28.8529 31.2907 28.6765 31.2907C28.3236 31.2907 28.1841 31.0763 28.1841 30.7258V29.2041H29.3822V28.532H29.3863ZM35.6562 28.4577C35.2335 28.4577 34.9504 28.6722 34.774 28.9526V28.5278H34.0354V31.9258H34.774V30.0124C34.774 29.4474 35.0202 29.1258 35.4797 29.1258C35.6192 29.1258 35.7957 29.1629 35.9393 29.1959L36.1527 28.4866C36.0049 28.4577 35.7957 28.4577 35.6562 28.4577ZM26.1817 28.8124C25.8288 28.5649 25.3364 28.4577 24.8071 28.4577C23.9618 28.4577 23.3997 28.8825 23.3997 29.5546C23.3997 30.1196 23.8223 30.4412 24.5609 30.5443L24.9138 30.5814C25.2995 30.6515 25.5128 30.7588 25.5128 30.9361C25.5128 31.1835 25.2297 31.3608 24.7373 31.3608C24.2449 31.3608 23.8551 31.1835 23.6089 31.0062L23.256 31.5711C23.6417 31.8557 24.1711 31.9959 24.7004 31.9959C25.6852 31.9959 26.2514 31.534 26.2514 30.899C26.2514 30.2969 25.7919 29.9794 25.0902 29.8722L24.7373 29.835C24.4214 29.7979 24.1752 29.7278 24.1752 29.5175C24.1752 29.2701 24.4214 29.1299 24.8112 29.1299C25.2338 29.1299 25.6565 29.3072 25.8698 29.4144L26.1817 28.8124ZM45.8323 28.4577C45.4097 28.4577 45.1265 28.6722 44.9501 28.9526V28.5278H44.2115V31.9258H44.9501V30.0124C44.9501 29.4474 45.1963 29.1258 45.6559 29.1258C45.7954 29.1258 45.9718 29.1629 46.1154 29.1959L46.3288 28.4948C46.1852 28.4577 45.9759 28.4577 45.8323 28.4577ZM36.3948 30.2309C36.3948 31.2577 37.1005 32 38.192 32C38.6844 32 39.0373 31.8928 39.3901 31.6124L39.0373 31.0103C38.7541 31.2247 38.4751 31.3278 38.1551 31.3278C37.556 31.3278 37.1333 30.9031 37.1333 30.2309C37.1333 29.5917 37.556 29.167 38.1551 29.134C38.471 29.134 38.7541 29.2412 39.0373 29.4515L39.3901 28.8495C39.0373 28.5649 38.6844 28.4618 38.192 28.4618C37.1005 28.4577 36.3948 29.2041 36.3948 30.2309ZM43.2267 30.2309V28.532H42.4881V28.9567C42.2419 28.6392 41.889 28.4618 41.4295 28.4618C40.4775 28.4618 39.7389 29.2041 39.7389 30.2309C39.7389 31.2577 40.4775 32 41.4295 32C41.9219 32 42.2748 31.8227 42.4881 31.5051V31.9299H43.2267V30.2309ZM40.5144 30.2309C40.5144 29.6289 40.9002 29.134 41.5362 29.134C42.1352 29.134 42.5579 29.5959 42.5579 30.2309C42.5579 30.833 42.1352 31.3278 41.5362 31.3278C40.9043 31.2907 40.5144 30.8289 40.5144 30.2309ZM31.676 28.4577C30.6912 28.4577 29.9854 29.167 29.9854 30.2268C29.9854 31.2907 30.6912 31.9959 31.7129 31.9959C32.2053 31.9959 32.6977 31.8557 33.0875 31.534L32.7346 31.0021C32.4515 31.2165 32.0986 31.3567 31.7498 31.3567C31.2903 31.3567 30.8348 31.1423 30.7281 30.5443H33.227C33.227 30.4371 33.227 30.367 33.227 30.2598C33.2598 29.167 32.6238 28.4577 31.676 28.4577ZM31.676 29.0969C32.1355 29.0969 32.4515 29.3814 32.5213 29.9093H30.7609C30.8307 29.4515 31.1467 29.0969 31.676 29.0969ZM50.0259 30.2309V27.1876H49.2873V28.9567C49.0411 28.6392 48.6882 28.4618 48.2286 28.4618C47.2767 28.4618 46.5381 29.2041 46.5381 30.2309C46.5381 31.2577 47.2767 32 48.2286 32C48.721 32 49.0739 31.8227 49.2873 31.5051V31.9299H50.0259V30.2309ZM47.3136 30.2309C47.3136 29.6289 47.6993 29.134 48.3353 29.134C48.9344 29.134 49.357 29.5959 49.357 30.2309C49.357 30.833 48.9344 31.3278 48.3353 31.3278C47.6993 31.2907 47.3136 30.8289 47.3136 30.2309ZM22.5872 30.2309V28.532H21.8486V28.9567C21.6024 28.6392 21.2495 28.4618 20.79 28.4618C19.838 28.4618 19.0994 29.2041 19.0994 30.2309C19.0994 31.2577 19.838 32 20.79 32C21.2824 32 21.6352 31.8227 21.8486 31.5051V31.9299H22.5872V30.2309ZM19.8421 30.2309C19.8421 29.6289 20.2278 29.134 20.8638 29.134C21.4629 29.134 21.8855 29.5959 21.8855 30.2309C21.8855 30.833 21.4629 31.3278 20.8638 31.3278C20.2278 31.2907 19.8421 30.8289 19.8421 30.2309Z"/>
<path d="M26.6745 12.7423C26.6745 8.67216 28.5785 5.05979 31.5 2.72577C29.3499 1.0268 26.6376 0 23.6791 0C16.6707 0 11 5.69897 11 12.7423C11 19.7856 16.6707 25.4845 23.6791 25.4845C26.6376 25.4845 29.3499 24.4577 31.5 22.7588C28.5744 20.4577 26.6745 16.8124 26.6745 12.7423Z"/>
<path d="M31.5 2.72577C34.4215 5.05979 36.3255 8.67216 36.3255 12.7423C36.3255 16.8124 34.4585 20.4206 31.5 22.7588L25.9355 22.7588V2.72577L31.5 2.72577Z" fill-opacity="0.6"/>
<path d="M52 12.7423C52 19.7856 46.3293 25.4845 39.3209 25.4845C36.3624 25.4845 33.6501 24.4577 31.5 22.7588C34.4585 20.4206 36.3255 16.8124 36.3255 12.7423C36.3255 8.67216 34.4215 5.05979 31.5 2.72577C33.646 1.0268 36.3583 0 39.3168 0C46.3293 0 52 5.73608 52 12.7423Z" fill-opacity="0.4"/>
</svg>
</div><div class="payment-icon"><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 64 32">
<path d="M22.673 27.228c-1.214-0.166-2.368-0.325-3.521-0.483-3.48-0.477-6.96-0.95-10.44-1.433-0.957-0.133-0.956-0.144-0.956-1.119 0-4.442 0.005-8.883-0.008-13.325-0.001-0.419 0.1-0.652 0.504-0.854 6.554-3.289 13.099-6.599 19.64-9.916 0.284-0.144 0.483-0.126 0.746 0.032 4.009 2.415 8.028 4.813 12.033 7.233 0.478 0.289 0.948 0.416 1.505 0.413 3.388-0.019 6.775-0.010 10.163-0.010 2.297-0.001 3.886 1.506 3.896 3.802 0.025 5.56 0.023 11.12-0.001 16.68-0.010 2.215-1.624 3.747-3.858 3.747-8.64 0.004-17.28 0.005-25.919 0.005-2.1 0-3.732-1.601-3.782-3.7-0.008-0.338-0.001-0.676-0.001-1.071zM26.406 13.955c0.141 0.013 0.251 0.031 0.362 0.031 2.578 0.003 5.156 0.015 7.733-0.001 1.21-0.008 2.315 0.273 3.255 1.055 1.529 1.273 2.085 3.304 1.427 5.141-0.67 1.872-2.38 3.078-4.397 3.082-2.627 0.006-5.253 0.009-7.879-0.006-0.405-0.003-0.582 0.077-0.563 0.531 0.038 0.874 0.002 1.751 0.020 2.626 0.020 0.973 0.7 1.743 1.649 1.872 0.303 0.042 0.615 0.026 0.923 0.026 7.101 0.001 14.202-0.020 21.303 0.020 1.307 0.007 2.356-0.738 2.333-2.316-0.061-4.134-0.024-8.268-0.023-12.403 0.001-1.428-0.705-2.155-2.146-2.156-7.312-0.004-14.625-0.004-21.937-0.001-1.468 0.002-2.281 0.977-2.061 2.498z"></path>
</svg>
</div><div class="payment-icon"><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 64 32">
<path d="M42.667-0c-4.099 0-7.836 1.543-10.667 4.077-2.831-2.534-6.568-4.077-10.667-4.077-8.836 0-16 7.163-16 16s7.164 16 16 16c4.099 0 7.835-1.543 10.667-4.077 2.831 2.534 6.568 4.077 10.667 4.077 8.837 0 16-7.163 16-16s-7.163-16-16-16zM16.73 20.027l1.215-6.381-2.887 6.381h-1.823l-0.304-6.381-1.215 6.381h-1.823l1.519-8.357h3.191l0.152 5.166 2.279-5.166h3.343l-1.672 8.357h-1.974zM25.998 16.38l-0.456 2.431v0.456l-0.152 0.304v0.456h-1.672v-0.76c-0.406 0.608-1.116 0.911-2.127 0.911-1.215 0-1.823-0.658-1.823-1.975 0-1.722 1.163-2.583 3.495-2.583 0.403 0 0.707 0.052 0.911 0.152v-0.456c0-0.403-0.406-0.608-1.215-0.608-0.911 0-1.469 0.052-1.672 0.152h-0.304l-0.152 0.152 0.152-1.519c1.011-0.304 1.823-0.456 2.431-0.456 1.823 0 2.735 0.66 2.735 1.975 0 0.406-0.052 0.862-0.152 1.368zM32.076 19.875c-0.812 0.204-1.469 0.304-1.975 0.304-2.332 0-3.495-1.011-3.495-3.039 0-2.735 1.163-4.102 3.495-4.102 1.823 0 2.735 0.812 2.735 2.431 0 0.71-0.053 1.268-0.152 1.672h-4.102v0.304c0 0.812 0.556 1.215 1.672 1.215 0.81 0 1.519-0.152 2.127-0.456l-0.305 1.67zM38.154 14.708h-1.519c-0.608 0-0.911 0.152-0.911 0.456s0.304 0.557 0.911 0.76c0.911 0.406 1.368 1.064 1.368 1.975 0 1.519-1.064 2.279-3.191 2.279h-0.456c-0.204-0.099-0.406-0.152-0.608-0.152h-0.608l-0.304-0.152h-0.152l0.304-1.519c1.011 0.204 1.619 0.304 1.823 0.304 0.81 0 1.215-0.202 1.215-0.608 0-0.304-0.304-0.556-0.911-0.76-1.116-0.506-1.672-1.163-1.672-1.975 0-1.519 1.064-2.279 3.191-2.279 0.1 0 0.38 0.026 0.836 0.076 0.456 0.053 0.783 0.076 0.988 0.076l-0.304 1.519zM41.649 19.875c-0.812 0.204-1.317 0.304-1.519 0.304-1.014 0-1.519-0.506-1.519-1.519v-0.608l0.152-0.608v-0.608l1.064-5.166h1.975l-0.304 1.519h1.064l-0.304 1.672h-1.064l-0.456 2.887c-0.102 0.102-0.152 0.204-0.152 0.304 0 0.304 0.252 0.456 0.76 0.456 0.304 0 0.506-0.050 0.608-0.152l-0.304 1.519zM44.383 20.027h-2.127l1.215-6.838h1.975l-0.304 1.064c0.608-0.707 1.215-1.064 1.823-1.064h0.456l0.152 0.152-0.76 1.823h-0.456c-0.709 0-1.366 1.621-1.974 4.863zM53.956 16.987c-0.304 2.127-1.621 3.191-3.951 3.191-2.229 0-3.343-1.064-3.343-3.191 0-1.114 0.38-2.051 1.14-2.811s1.747-1.14 2.963-1.14c2.127 0 3.191 1.014 3.191 3.039v0.912zM21.743 18.051c0 0.406 0.252 0.608 0.76 0.608 0.911 0 1.368-0.556 1.368-1.672h-0.456c-1.116 0-1.672 0.357-1.672 1.064zM31.012 15.468c0-0.608-0.304-0.912-0.911-0.912-0.71 0-1.165 0.406-1.368 1.215h2.279v-0.303zM50.765 14.708c-1.116 0-1.672 0.76-1.672 2.279 0 1.014 0.354 1.519 1.064 1.519 0.81 0 1.368-0.556 1.672-1.672v-0.76c0-0.911-0.356-1.367-1.064-1.367z"></path>
</svg>
</div><div class="payment-icon"><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 64 32">
<path d="M25.569 23.917h2.98v0.784h-2.196l-0.314 1.725h1.725l-0.157 0.784h-1.725l-0.157 1.882h2.196v0.784h-3.137l0.783-5.96zM29.804 29.094h2.353l-0.157 0.784h-3.137l0.784-5.961h0.941l-0.784 5.177zM33.725 23.917h3.137l-0.157 0.784h-2.196l-0.157 1.725h1.725l-0.157 0.784h-1.725l-0.314 1.882h2.353l-0.157 0.784h-3.137l0.784-5.96zM38.431 24.701c0.627-0.627 1.307-0.941 2.039-0.941 0.627 0 1.15 0.211 1.569 0.627l-0.47 0.784c-0.419-0.417-0.839-0.627-1.255-0.627-1.255 0-1.987 0.784-2.196 2.353-0.105 0.627 0 1.176 0.314 1.647s0.73 0.706 1.255 0.706c0.522 0 1.043-0.26 1.569-0.784v1.098c-0.419 0.314-0.941 0.47-1.569 0.47-1.78 0-2.565-1.044-2.353-3.137 0.102-0.836 0.47-1.568 1.098-2.196zM42.98 23.917h4.392l-0.157 0.784h-1.882l-0.627 5.176h-0.941l0.784-5.176h-1.725l0.157-0.784zM51.451 24.701c0.209 0.525 0.157 1.074-0.157 1.647-0.314 0.576-0.733 0.917-1.255 1.020l1.412 2.51h-0.941l-1.412-2.51h-0.47l-0.314 2.51h-0.784l0.784-5.961h1.882c0.628 0 1.043 0.262 1.255 0.784zM50.353 26.113c0.522-0.941 0.416-1.412-0.314-1.412h-0.941l-0.314 1.882h0.941l0.627-0.47zM57.882 26.898c-0.419 2.093-1.412 3.137-2.98 3.137-0.733 0-1.333-0.314-1.804-0.941s-0.654-1.357-0.549-2.196c0.416-2.091 1.412-3.137 2.98-3.137 1.778 0 2.562 1.046 2.353 3.137zM56.784 25.172c-0.314-0.522-0.733-0.784-1.255-0.784-1.255 0-1.987 0.838-2.196 2.51-0.105 0.627 0 1.203 0.314 1.725 0.314 0.525 0.73 0.784 1.255 0.784 1.255 0 1.984-0.836 2.196-2.51 0.102-0.627 0.001-1.201-0.314-1.725zM64 23.917l-0.784 5.961h-0.784l-2.196-4.549-0.784 4.549h-0.784l0.941-5.961h0.784l2.039 4.392 0.784-4.392h0.783zM59.921 16.074h0.157v0.157h-0.157v0.157h0.157v0.157h0.157l-0.157-0.157 0.157-0.157c0-0.103-0.055-0.157-0.157-0.157h-0.314v0.47h0.157v-0.47zM10.781 3.997c-0.251-1.283-1.219-1.688-2.344-1.688h-8.376l-0.061 0.406c5.749 1.469 10.469 4.594 12.595 10.501l-1.813-9.219zM13.125 15.997l-0.531-2.781c-1.096-2.907-3.752-5.594-6.752-6.813l4.219 15.939h5.469l8.157-20.032h-5.501l-5.062 13.688zM27.72 22.37l3.248-20.061h-5.187l-3.251 20.061h5.189zM41.875 1.965c-5.125 0-8.717 2.72-8.749 6.624-0.032 2.877 2.563 4.469 4.531 5.439 2.032 0.968 2.688 1.624 2.688 2.499 0 1.344-1.624 1.939-3.093 1.939-2.093 0-3.219-0.251-4.875-1.032l-0.688-0.344-0.72 4.499c1.219 0.563 3.437 1.064 5.781 1.064 5.437 0.032 8.97-2.688 9.032-6.843 0-2.282-1.405-4-4.376-5.439-1.811-0.904-2.904-1.563-2.904-2.499 0-0.843 0.936-1.72 2.968-1.72 1.688-0.029 2.936 0.314 3.875 0.752l0.469 0.248 0.717-4.344c-1.031-0.406-2.655-0.844-4.655-0.844zM55.813 2.309c-1.251 0-2.189 0.376-2.72 1.688l-7.688 18.374h5.437c0.877-2.467 1.096-3 1.096-3 0.592 0 5.875 0 6.624 0 0 0 0.157 0.688 0.624 3h4.813l-4.187-20.061h-4zM53.405 15.247c0 0 0.437-1.157 2.064-5.594-0.032 0.032 0.437-1.157 0.688-1.907l0.374 1.72c0.968 4.781 1.189 5.781 1.189 5.781-0.813 0-3.283 0-4.315 0z"></path>
</svg>
</div></div> </div>
<div class="footer-primary pull-left">
<div class="menu-effectio-footer-container"><ul id="menu-effectio-footer" class="links footer-nav uppercase"><li id="menu-item-33179" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-33179"><a href="https://shop.effectio.org/faq/">FAQ</a></li>
<li id="menu-item-160042" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-160042"><a href="https://www.effectio.org/mission/">Mission Statement</a></li>
<li id="menu-item-33175" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-33175"><a href="https://shop.effectio.org/money-back-guarantee/">Money Back Guarantee</a></li>
<li id="menu-item-163065" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-163065"><a href="https://support.effectio.org/">Support</a></li>
</ul></div> <div class="copyright-footer">
Some Rights Reserved | <a href='/dmca/'>DMCA</a> | <a href='/best-wordpress-deal/'>Gold Membership</a> | <a href='/effectio-dashboard/'>EffectIO Dashboard</a> | <a href='/faq/'>FAQ</a> </div>
</div>
</div>
</div>
</footer>
</div>
<div data-rocket-location-hash="c0fc4b6d034e46765474efec8f4de35d" id="main-menu" class="mobile-sidebar no-scrollbar mfp-hide">
<div class="sidebar-menu no-scrollbar ">
<ul class="nav nav-sidebar nav-vertical nav-uppercase" data-tab="1">
<li class="header-search-form search-form html relative has-icon">
<div class="header-search-form-wrapper">
<div class="searchform-wrapper ux-search-box relative form-flat is-normal"><form role="search" method="get" class="searchform" action="https://shop.effectio.org/">
<div class="flex-row relative">
<div class="flex-col flex-grow">
<label class="screen-reader-text" for="woocommerce-product-search-field-2">Search for:</label>
<input type="search" id="woocommerce-product-search-field-2" class="search-field mb-0" placeholder="Type here to search..." value="" name="s" />
<input type="hidden" name="post_type" value="product" />
</div>
<div class="flex-col">
<button type="submit" value="Search" class="ux-search-submit submit-button secondary button icon mb-0" aria-label="Submit">
<i class="icon-search" ></i> </button>
</div>
</div>
<div class="live-search-results text-left z-top"></div>
</form>
</div> </div>
</li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-156325"><a href="#">Plugins & Themes</a>
<ul class="sub-menu nav-sidebar-ul children">
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-156326"><a href="#">Best Sellers</a>
<ul class="sub-menu nav-sidebar-ul">
<li class="menu-item menu-item-type-post_type menu-item-object-product menu-item-156338"><a href="https://shop.effectio.org/product/wordpress-seo-pro/">WordPress SEO PRO 24.7</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-product menu-item-156339"><a href="https://shop.effectio.org/product/woocommerce-subscriptions/">WooCommerce Subscriptions 7.3.0</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-product menu-item-156360"><a href="https://shop.effectio.org/product/woocommerce-instagram/">WooCommerce Instagram 4.6.1</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-156327"><a href="#">Categories I</a>
<ul class="sub-menu nav-sidebar-ul">
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-156333"><a href="https://shop.effectio.org/product-category/analytics/">Analytics</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-156334"><a href="https://shop.effectio.org/product-category/bookings/">Bookings</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-156335"><a href="https://shop.effectio.org/product-category/bulk-management/">Bulk Management</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-156343"><a href="https://shop.effectio.org/product-category/cart-tools/">Cart Tools</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-156344"><a href="https://shop.effectio.org/product-category/checkout-tools/">Checkout Tools</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-156345"><a href="https://shop.effectio.org/product-category/coupons/">Coupons</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-156346"><a href="https://shop.effectio.org/product-category/deposits/">Deposits</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-156347"><a href="https://shop.effectio.org/product-category/emails/">Emails</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-156348"><a href="https://shop.effectio.org/product-category/forms/">Forms</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-156349"><a href="https://shop.effectio.org/product-category/gateways/">Gateways</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-156361"><a href="#">Categories II</a>
<ul class="sub-menu nav-sidebar-ul">
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-156350"><a href="https://shop.effectio.org/product-category/integrations/">Integrations</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-156351"><a href="https://shop.effectio.org/product-category/invoicing/">Invoicing</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-156352"><a href="https://shop.effectio.org/product-category/multilanguage/">Multilanguage</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-156355"><a href="https://shop.effectio.org/product-category/payment-gateways/">Payment Gateways</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-156353"><a href="https://shop.effectio.org/product-category/notifications/">Notifications</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-156354"><a href="https://shop.effectio.org/product-category/orders/">Orders</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-156356"><a href="https://shop.effectio.org/product-category/product-improvements/">Product Improvements</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-156357"><a href="https://shop.effectio.org/product-category/reports/">Reports</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-156358"><a href="https://shop.effectio.org/product-category/seo/">SEO</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-156359"><a href="https://shop.effectio.org/product-category/shipping/">Shipping</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-156324"><a href="#">Brands</a>
<ul class="sub-menu nav-sidebar-ul">
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_tag menu-item-163332"><a href="https://shop.effectio.org/product-tag/woocommerce/">WooCommerce</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_tag menu-item-163333"><a href="https://shop.effectio.org/product-tag/easy-digital-downloads/">Easy Digital Downloads</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_tag menu-item-163334"><a href="https://shop.effectio.org/product-tag/learndash/">LearnDash</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_tag menu-item-163335"><a href="https://shop.effectio.org/product-tag/gravity-forms/">Gravity Forms</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_tag menu-item-163336"><a href="https://shop.effectio.org/product-tag/wordpress-seo/">WordPress SEO</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_tag menu-item-163337"><a href="https://shop.effectio.org/product-tag/sensei/">Sensei</a></li>
</ul>
</li>
</ul>
</li>
<li class="account-item has-icon menu-item">
<a href="https://shop.effectio.org/my-account/" class="nav-top-link nav-top-not-logged-in" title="Login" >
<span class="header-account-title">
Login </span>
</a>
</li>
</ul>
</div>
</div>
<div data-rocket-location-hash="c66e511507690924966521faafaa0bfb" id="login-form-popup" class="lightbox-content mfp-hide">
<div class="woocommerce">
<div class="woocommerce-notices-wrapper"></div>
<div class="account-container lightbox-inner">
<div class="col2-set row row-divided row-large" id="customer_login">
<div class="col-1 large-6 col pb-0">
<div class="account-login-inner">
<h3 class="uppercase">Login</h3>
<form class="woocommerce-form woocommerce-form-login login" method="post" novalidate>
<p class="woocommerce-form-row woocommerce-form-row--wide form-row form-row-wide">
<label for="username">Username or email address <span class="required" aria-hidden="true">*</span><span class="screen-reader-text">Required</span></label>
<input type="text" class="woocommerce-Input woocommerce-Input--text input-text" name="username" id="username" autocomplete="username" value="" required aria-required="true" /> </p>
<p class="woocommerce-form-row woocommerce-form-row--wide form-row form-row-wide">
<label for="password">Password <span class="required" aria-hidden="true">*</span><span class="screen-reader-text">Required</span></label>
<input class="woocommerce-Input woocommerce-Input--text input-text" type="password" name="password" id="password" autocomplete="current-password" required aria-required="true" />
</p>
<p class="form-row">
<label class="woocommerce-form__label woocommerce-form__label-for-checkbox woocommerce-form-login__rememberme">
<input class="woocommerce-form__input woocommerce-form__input-checkbox" name="rememberme" type="checkbox" id="rememberme" value="forever" /> <span>Remember me</span>
</label>
<input type="hidden" id="woocommerce-login-nonce" name="woocommerce-login-nonce" value="c3ecabf6da" /><input type="hidden" name="_wp_http_referer" value="/product/vantage/" /> <button type="submit" class="woocommerce-button button woocommerce-form-login__submit" name="login" value="Log in">Log in</button>
</p>
<p class="woocommerce-LostPassword lost_password">
<a href="https://shop.effectio.org/my-account/lost-password/">Lost your password?</a>
</p>
</form>
</div>
</div>
<div class="col-2 large-6 col pb-0">
<div class="account-register-inner">
<h3 class="uppercase">Register</h3>
<form method="post" class="woocommerce-form woocommerce-form-register register" >
<p class="woocommerce-form-row woocommerce-form-row--wide form-row form-row-wide">
<label for="reg_email">Email address <span class="required" aria-hidden="true">*</span><span class="screen-reader-text">Required</span></label>
<input type="email" class="woocommerce-Input woocommerce-Input--text input-text" name="email" id="reg_email" autocomplete="email" value="" required aria-required="true" /> </p>
<p>A link to set a new password will be sent to your email address.</p>
<wc-order-attribution-inputs></wc-order-attribution-inputs><div class="woocommerce-privacy-policy-text"><p>Your personal data will be used to support your experience throughout this website, to manage access to your account, and for other purposes described in our <a href="https://shop.effectio.org/privacy-policy/" class="woocommerce-privacy-policy-link" target="_blank">Privacy policy</a>.</p>
</div>
<p class="woocommerce-form-row form-row">
<input type="hidden" id="woocommerce-register-nonce" name="woocommerce-register-nonce" value="46038d94cc" /><input type="hidden" name="_wp_http_referer" value="/product/vantage/" /> <button type="submit" class="woocommerce-Button woocommerce-button button woocommerce-form-register__submit" name="register" value="Register">Register</button>
</p>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript'>
(function () {
var c = document.body.className;
c = c.replace(/woocommerce-no-js/, 'woocommerce-js');
document.body.className = c;
})();
</script>
<style>form.fluent_form_8 .ff-btn-submit:not(.ff_btn_no_style) { background-color: #409EFF; color: #ffffff; }</style><style>form.fluent_form_8 .ff-btn-submit:not(.ff_btn_no_style) { background-color: #409EFF; color: #ffffff; }</style><link data-minify="1" rel='stylesheet' id='wc-blocks-style-css' href='https://shop.effectio.org/wp-content/cache/min/1/wp-content/plugins/woocommerce/assets/client/blocks/wc-blocks.css?ver=1720034228' type='text/css' media='all' />
<link data-minify="1" rel='stylesheet' id='fluent-form-styles-css' href='https://shop.effectio.org/wp-content/cache/min/1/wp-content/plugins/fluentform/assets/css/fluent-forms-public.css?ver=1690450632' type='text/css' media='all' />
<link data-minify="1" rel='stylesheet' id='fluentform-public-default-css' href='https://shop.effectio.org/wp-content/cache/min/1/wp-content/plugins/fluentform/assets/css/fluentform-public-default.css?ver=1690450632' type='text/css' media='all' />
<style id='global-styles-inline-css' type='text/css'>
:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--color--primary: #782fec;--wp--preset--color--secondary: #FF9900;--wp--preset--color--success: #79bd8f;--wp--preset--color--alert: #b20000;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--font-family--inter: "Inter", sans-serif;--wp--preset--font-family--cardo: Cardo;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(body) { margin: 0; }.wp-site-blocks > .alignleft { float: left; margin-right: 2em; }.wp-site-blocks > .alignright { float: right; margin-left: 2em; }.wp-site-blocks > .aligncenter { justify-content: center; margin-left: auto; margin-right: auto; }:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}.is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}.is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}.is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}.is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}.is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){margin-left: auto !important;margin-right: auto !important;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}body{padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}a:where(:not(.wp-element-button)){text-decoration: none;}:root :where(.wp-element-button, .wp-block-button__link){background-color: #32373c;border-width: 0;color: #fff;font-family: inherit;font-size: inherit;line-height: inherit;padding: calc(0.667em + 2px) calc(1.333em + 2px);text-decoration: none;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-primary-color{color: var(--wp--preset--color--primary) !important;}.has-secondary-color{color: var(--wp--preset--color--secondary) !important;}.has-success-color{color: var(--wp--preset--color--success) !important;}.has-alert-color{color: var(--wp--preset--color--alert) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-primary-background-color{background-color: var(--wp--preset--color--primary) !important;}.has-secondary-background-color{background-color: var(--wp--preset--color--secondary) !important;}.has-success-background-color{background-color: var(--wp--preset--color--success) !important;}.has-alert-background-color{background-color: var(--wp--preset--color--alert) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-primary-border-color{border-color: var(--wp--preset--color--primary) !important;}.has-secondary-border-color{border-color: var(--wp--preset--color--secondary) !important;}.has-success-border-color{border-color: var(--wp--preset--color--success) !important;}.has-alert-border-color{border-color: var(--wp--preset--color--alert) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}.has-inter-font-family{font-family: var(--wp--preset--font-family--inter) !important;}.has-cardo-font-family{font-family: var(--wp--preset--font-family--cardo) !important;}
</style>
<style id='core-block-supports-inline-css' type='text/css'>
/**
* Core styles: block-supports
*/
</style>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://shop.effectio.org/wp-content/cache/min/1/wp-content/plugins/woocommerce-subscriptions/vendor/woocommerce/subscriptions-core/assets/js/frontend/single-product.js?ver=1688657618" id="wcs-single-product-js" data-rocket-defer defer></script>
<script type="text/javascript" id="fue-front-script-js-extra">
/* <![CDATA[ */
var FUE_Front = {"is_logged_in":"","ajaxurl":"https:\/\/shop.effectio.org\/wp-admin\/admin-ajax.php"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://shop.effectio.org/wp-content/cache/min/1/wp-content/plugins/woocommerce-follow-up-emails/templates/js/fue-front.js?ver=1688657617" id="fue-front-script-js" data-rocket-defer defer></script>
<script type="text/javascript" id="woocommerce-js-extra">
/* <![CDATA[ */
var woocommerce_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://shop.effectio.org/wp-content/cache/min/1/wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.js?ver=1690379933" id="woocommerce-js" data-wp-strategy="defer" data-rocket-defer defer></script>
<script type="text/javascript" id="ppcp-smart-button-js-extra">
/* <![CDATA[ */
var PayPalCommerceGateway = {"url":"https:\/\/www.paypal.com\/sdk\/js?client-id=ASKKdSjhRPBljOYgK-uK2m-GTsuS6dvTc5NNSpo8Rf-oV9ngfH2051o7SJBu8_12N0BPjHetbmmj6TN3¤cy=USD&integration-date=2024-12-31&components=buttons,funding-eligibility&vault=true&commit=false&intent=capture&disable-funding=card&enable-funding=venmo,paylater","url_params":{"client-id":"ASKKdSjhRPBljOYgK-uK2m-GTsuS6dvTc5NNSpo8Rf-oV9ngfH2051o7SJBu8_12N0BPjHetbmmj6TN3","currency":"USD","integration-date":"2024-12-31","components":"buttons,funding-eligibility","vault":"true","commit":"false","intent":"capture","disable-funding":"card","enable-funding":"venmo,paylater"},"script_attributes":{"data-partner-attribution-id":"Woo_PPCP","data-page-type":"product-details"},"client_id":"ASKKdSjhRPBljOYgK-uK2m-GTsuS6dvTc5NNSpo8Rf-oV9ngfH2051o7SJBu8_12N0BPjHetbmmj6TN3","currency":"USD","data_client_id":{"set_attribute":true,"endpoint":"\/?wc-ajax=ppc-data-client-id","nonce":"1d06cb96c9","user":0,"has_subscriptions":false,"paypal_subscriptions_enabled":false},"redirect":"https:\/\/shop.effectio.org\/checkout\/","context":"product","ajax":{"simulate_cart":{"endpoint":"\/?wc-ajax=ppc-simulate-cart","nonce":"63e7fbbe47"},"change_cart":{"endpoint":"\/?wc-ajax=ppc-change-cart","nonce":"38ab3c83ff"},"create_order":{"endpoint":"\/?wc-ajax=ppc-create-order","nonce":"3cfa2151d3"},"approve_order":{"endpoint":"\/?wc-ajax=ppc-approve-order","nonce":"7c93ee6d72"},"approve_subscription":{"endpoint":"\/?wc-ajax=ppc-approve-subscription","nonce":"b963c22d10"},"vault_paypal":{"endpoint":"\/?wc-ajax=ppc-vault-paypal","nonce":"5987abee12"},"save_checkout_form":{"endpoint":"\/?wc-ajax=ppc-save-checkout-form","nonce":"d3abee8d79"},"validate_checkout":{"endpoint":"\/?wc-ajax=ppc-validate-checkout","nonce":"e654013f96"},"cart_script_params":{"endpoint":"\/?wc-ajax=ppc-cart-script-params"},"create_setup_token":{"endpoint":"\/?wc-ajax=ppc-create-setup-token","nonce":"79d4d0a1b8"},"create_payment_token":{"endpoint":"\/?wc-ajax=ppc-create-payment-token","nonce":"36fb58fc96"},"create_payment_token_for_guest":{"endpoint":"\/?wc-ajax=ppc-update-customer-id","nonce":"a9fe685654"},"update_shipping":{"endpoint":"\/?wc-ajax=ppc-update-shipping","nonce":"63ce9d1172"},"update_customer_shipping":{"shipping_options":{"endpoint":"https:\/\/shop.effectio.org\/wp-json\/wc\/store\/cart\/select-shipping-rate"},"shipping_address":{"cart_endpoint":"https:\/\/shop.effectio.org\/wp-json\/wc\/store\/cart\/","update_customer_endpoint":"https:\/\/shop.effectio.org\/wp-json\/wc\/store\/cart\/update-customer"},"wp_rest_nonce":"11961e8f32","update_shipping_method":"\/?wc-ajax=update_shipping_method"}},"cart_contains_subscription":"","subscription_plan_id":"","vault_v3_enabled":"1","variable_paypal_subscription_variations":[],"variable_paypal_subscription_variation_from_cart":"","subscription_product_allowed":"","locations_with_subscription_product":{"product":true,"payorder":false,"cart":false},"enforce_vault":"","can_save_vault_token":"1","is_free_trial_cart":"","vaulted_paypal_email":"","bn_codes":{"checkout":"Woo_PPCP","cart":"Woo_PPCP","mini-cart":"Woo_PPCP","product":"Woo_PPCP"},"payer":null,"button":{"wrapper":"#ppc-button-ppcp-gateway","is_disabled":false,"mini_cart_wrapper":"#ppc-button-minicart","is_mini_cart_disabled":false,"cancel_wrapper":"#ppcp-cancel","mini_cart_style":{"layout":"vertical","color":"gold","shape":"rect","label":"paypal","tagline":false,"height":35},"style":{"layout":"horizontal","color":"gold","shape":"rect","label":"paypal","tagline":"false"}},"separate_buttons":{"card":{"id":"ppcp-card-button-gateway","wrapper":"#ppc-button-ppcp-card-button-gateway","style":{"shape":"rect","color":"black","layout":"horizontal"}}},"hosted_fields":{"wrapper":"#ppcp-hosted-fields","labels":{"credit_card_number":"","cvv":"","mm_yy":"MM\/YY","fields_empty":"Card payment details are missing. Please fill in all required fields.","fields_not_valid":"Unfortunately, your credit card details are not valid.","card_not_supported":"Unfortunately, we do not support your credit card.","cardholder_name_required":"Cardholder's first and last name are required, please fill the checkout form required fields."},"valid_cards":["mastercard","visa","amex","american-express","master-card"],"contingency":"SCA_WHEN_REQUIRED"},"messages":[],"labels":{"error":{"generic":"Something went wrong. Please try again or choose another payment source.","required":{"generic":"Required form fields are not filled.","field":"%s is a required field.","elements":{"terms":"Please read and accept the terms and conditions to proceed with your order."}}},"billing_field":"Billing %s","shipping_field":"Shipping %s"},"simulate_cart":{"enabled":true,"throttling":5000},"order_id":"0","single_product_buttons_enabled":"1","mini_cart_buttons_enabled":"","basic_checkout_validation_enabled":"","early_checkout_validation_enabled":"1","funding_sources_without_redirect":["paypal","paylater","venmo","card"],"user":{"is_logged":false,"has_wc_card_payment_tokens":false},"should_handle_shipping_in_paypal":"","needShipping":"","vaultingEnabled":"1","productType":"subscription","manualRenewalEnabled":"1","axo":{"sdk_client_token":"eyJraWQiOiI0ZTE3Y2Y5ZGQ3YzA0OTg5ODVhOWIyNjYyMGU1OTI0YyIsInR5cCI6IkpXVCIsImFsZyI6IkVTMjU2In0.eyJpc3MiOiJodHRwczovL2FwaS5wYXlwYWwuY29tIiwiYXVkIjpbImh0dHBzOi8vYXBpLmJyYWludHJlZWdhdGV3YXkuY29tIiwic2hvcC5lZmZlY3Rpby5vcmciXSwic3ViIjoiTTZOTkNCWlQ1OUpMUSIsImFjciI6WyJjbGllbnQiXSwic2NvcGUiOlsiQnJhaW50cmVlOlZhdWx0Il0sIm9wdGlvbnMiOnt9LCJheiI6ImRjZzE2LnNsYyIsImV4dGVybmFsX2lkIjpbIlBheVBhbDpNNk5OQ0JaVDU5SkxRIiwiQnJhaW50cmVlOjVna3I1ODZ0bWpzNnhrN3IiXSwiZXhwIjoxNzQ5MzkxMjAyLCJpYXQiOjE3NDkzOTAzMDIsImp0aSI6IlUyQUFQamxYYkxzSjcxY2RKSDhjMVZZTWp2QkxkZS1ZUWwyMUNTTFBxYktvVWJ2MUhQZUxHVEpkcFNIQ2Y5RjhNaFdXZ2tjZlZLVUR0UENYdENXY210anNtS3pLanhaV2JTNEM0UGgwNDlGU1N4MGlNX3ZUSThEcWlPeDQxRXBnIiwiY2xpZW50X2lkIjoiQVNLS2RTamhSUEJsak9ZZ0stdUsybS1HVHN1UzZkdlRjNU5OU3BvOFJmLW9WOW5nZkgyMDUxbzdTSkJ1OF8xMk4wQlBqSGV0Ym1tajZUTjMifQ.gxiuemFn_yJDf1m0lisTI0d3ywIvD-mUIkRmTI8xdmLz70-Vw2w39xT1a9-E9fxewS1nIbv8F7VO5fV7O8e2Vw"}};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://shop.effectio.org/wp-content/cache/min/1/wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-button/assets/js/button.js?ver=1690108858" id="ppcp-smart-button-js" data-rocket-defer defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="rocket-browser-checker-js-after">
/* <![CDATA[ */
class RocketBrowserCompatibilityChecker {
constructor( options ) {
this.passiveSupported = false;
this._checkPassiveOption( this );
this.options = this.passiveSupported ? options : false;
}
/**
* Initializes browser check for addEventListener passive option.
*
* @link https://developer.mozilla.org/en-US/docs/Web/API/EventTarget/addEventListener#Safely_detecting_option_support
* @private
*
* @param self Instance of this object.
* @returns {boolean}
*/
_checkPassiveOption( self ) {
try {
const options = {
// This function will be called when the browser attempts to access the passive property.
get passive() {
self.passiveSupported = true;
return false;
}
};
window.addEventListener( 'test', null, options );
window.removeEventListener( 'test', null, options );
} catch ( err ) {
self.passiveSupported = false;
}
}
/**
* Checks if the browser supports requestIdleCallback and cancelIdleCallback. If no, shims its behavior with a polyfills.
*
* @link @link https://developers.google.com/web/updates/2015/08/using-requestidlecallback
*/
initRequestIdleCallback() {
if ( ! 'requestIdleCallback' in window ) {
window.requestIdleCallback = ( cb ) => {
const start = Date.now();
return setTimeout( () => {
cb( {
didTimeout: false,
timeRemaining: function timeRemaining() {
return Math.max( 0, 50 - ( Date.now() - start ) );
}
} );
}, 1 );
};
}
if ( ! 'cancelIdleCallback' in window ) {
window.cancelIdleCallback = ( id ) => clearTimeout( id );
}
}
/**
* Detects if data saver mode is on.
*
* @link https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/save-data/#detecting_the_save-data_setting
*
* @returns {boolean|boolean}
*/
isDataSaverModeOn() {
return (
'connection' in navigator
&&
true === navigator.connection.saveData
);
}
/**
* Checks if the browser supports link prefetch.
*
* @returns {boolean|boolean}
*/
supportsLinkPrefetch() {
const elem = document.createElement( 'link' );
return (
elem.relList
&&
elem.relList.supports
&&
elem.relList.supports( 'prefetch' )
&&
window.IntersectionObserver
&&
'isIntersecting' in IntersectionObserverEntry.prototype
);
}
isSlowConnection() {
return (
'connection' in navigator
&&
'effectiveType' in navigator.connection
&&
(
'2g' === navigator.connection.effectiveType
||
'slow-2g' === navigator.connection.effectiveType
)
)
}
}
/* ]]> */
</script>
<script type="text/javascript" id="rocket-preload-links-js-extra">
/* <![CDATA[ */
var RocketPreloadLinksConfig = {"excludeUris":"\/(?:.+\/)?feed(?:\/(?:.+\/?)?)?$|\/(?:.+\/)?embed\/|\/checkout\/??(.*)|\/cart\/?|\/my-account\/??(.*)|\/(index.php\/)?(.*)wp-json(\/.*|$)|\/refer\/|\/go\/|\/recommend\/|\/recommends\/","usesTrailingSlash":"1","imageExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php","fileExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php|html|htm","siteUrl":"https:\/\/shop.effectio.org","onHoverDelay":"100","rateThrottle":"3"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="rocket-preload-links-js-after">
/* <![CDATA[ */
class RocketPreloadLinks {
constructor( browser, config ) {
this.browser = browser;
this.config = config;
this.options = this.browser.options;
this.prefetched = new Set;
this.eventTime = null;
this.threshold = 1111;
this.numOnHover = 0;
}
/**
* Initializes the handler.
*/
init() {
if (
! this.browser.supportsLinkPrefetch()
||
this.browser.isDataSaverModeOn()
||
this.browser.isSlowConnection()
) {
return;
}
this.regex = {
excludeUris: RegExp( this.config.excludeUris, 'i' ),
images: RegExp( '.(' + this.config.imageExt + ')$', 'i' ),
fileExt: RegExp( '.(' + this.config.fileExt + ')$', 'i' )
};
this._initListeners( this );
}
/**
* Initializes the event listeners.
*
* @private
*
* @param self instance of this object, used for binding "this" to the listeners.
*/
_initListeners( self ) {
// Setting onHoverDelay to -1 disables the "on-hover" feature.
if ( this.config.onHoverDelay > -1 ) {
document.addEventListener( 'mouseover', self.listener.bind( self ), self.listenerOptions );
}
document.addEventListener( 'mousedown', self.listener.bind( self ), self.listenerOptions );
document.addEventListener( 'touchstart', self.listener.bind( self ), self.listenerOptions );
}
/**
* Event listener. Processes when near or on a valid <a> hyperlink.
*
* @param Event event Event instance.
*/
listener( event ) {
const linkElem = event.target.closest( 'a' );
const url = this._prepareUrl( linkElem );
if ( null === url ) {
return;
}
switch ( event.type ) {
case 'mousedown':
case 'touchstart':
this._addPrefetchLink( url );
break;
case 'mouseover':
this._earlyPrefetch( linkElem, url, 'mouseout' );
}
}
/**
*
* @private
*
* @param Element|null linkElem
* @param object url
* @param string resetEvent
*/
_earlyPrefetch( linkElem, url, resetEvent ) {
const doPrefetch = () => {
falseTrigger = null;
// Start the rate throttle: 1 sec timeout.
if ( 0 === this.numOnHover ) {
setTimeout( () => this.numOnHover = 0, 1000 );
}
// Bail out when exceeding the rate throttle.
else if ( this.numOnHover > this.config.rateThrottle ) {
return;
}
this.numOnHover++;
this._addPrefetchLink( url );
};
// Delay to avoid false triggers for hover/touch/tap.
let falseTrigger = setTimeout( doPrefetch, this.config.onHoverDelay );
// On reset event, reset the false trigger timer.
const reset = () => {
linkElem.removeEventListener( resetEvent, reset, { passive: true } );
if ( null === falseTrigger ) {
return;
}
clearTimeout( falseTrigger );
falseTrigger = null;
};
linkElem.addEventListener( resetEvent, reset, { passive: true } );
}
/**
* Adds a <link rel="prefetch" href="<url>"> for the given URL.
*
* @param string url The Given URL to prefetch.
*/
_addPrefetchLink( url ) {
this.prefetched.add( url.href );
return new Promise( ( resolve, reject ) => {
const elem = document.createElement( 'link' );
elem.rel = 'prefetch';
elem.href = url.href;
elem.onload = resolve;
elem.onerror = reject;
document.head.appendChild( elem );
} ).catch(() => {
// ignore and continue.
});
}
/**
* Prepares the target link's URL.
*
* @private
*
* @param Element|null linkElem Instance of the link element.
* @returns {null|*}
*/
_prepareUrl( linkElem ) {
if (
null === linkElem
||
typeof linkElem !== 'object'
||
! 'href' in linkElem
||
// Link prefetching only works on http/https protocol.
[ 'http:', 'https:' ].indexOf( linkElem.protocol ) === -1
) {
return null;
}
const origin = linkElem.href.substring( 0, this.config.siteUrl.length );
const pathname = this._getPathname( linkElem.href, origin );
const url = {
original: linkElem.href,
protocol: linkElem.protocol,
origin: origin,
pathname: pathname,
href: origin + pathname
};
return this._isLinkOk( url ) ? url : null;
}
/**
* Gets the URL's pathname. Note: ensures the pathname matches the permalink structure.
*
* @private
*
* @param object url Instance of the URL.
* @param string origin The target link href's origin.
* @returns {string}
*/
_getPathname( url, origin ) {
let pathname = origin
? url.substring( this.config.siteUrl.length )
: url;
if ( ! pathname.startsWith( '/' ) ) {
pathname = '/' + pathname;
}
if ( this._shouldAddTrailingSlash( pathname ) ) {
return pathname + '/';
}
return pathname;
}
_shouldAddTrailingSlash( pathname ) {
return (
this.config.usesTrailingSlash
&&
! pathname.endsWith( '/' )
&&
! this.regex.fileExt.test( pathname )
);
}
/**
* Checks if the given link element is okay to process.
*
* @private
*
* @param object url URL parts object.
*
* @returns {boolean}
*/
_isLinkOk( url ) {
if ( null === url || typeof url !== 'object' ) {
return false;
}
return (
! this.prefetched.has( url.href )
&&
url.origin === this.config.siteUrl // is an internal document.
&&
url.href.indexOf( '?' ) === -1 // not a query string.
&&
url.href.indexOf( '#' ) === -1 // not an anchor.
&&
! this.regex.excludeUris.test( url.href ) // not excluded.
&&
! this.regex.images.test( url.href ) // not an image.
);
}
/**
* Named static constructor to encapsulate how to create the object.
*/
static run() {
// Bail out if the configuration not passed from the server.
if ( typeof RocketPreloadLinksConfig === 'undefined' ) {
return;
}
const browser = new RocketBrowserCompatibilityChecker( {
capture: true,
passive: true
} );
const instance = new RocketPreloadLinks( browser, RocketPreloadLinksConfig );
instance.init();
}
}
RocketPreloadLinks.run();
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://shop.effectio.org/wp-content/cache/min/1/wp-includes/js/hoverIntent.js?ver=1690379933" id="hoverIntent-js" data-rocket-defer defer></script>
<script type="text/javascript" id="flatsome-js-js-extra">
/* <![CDATA[ */
var flatsomeVars = {"theme":{"version":"3.19.11"},"ajaxurl":"https:\/\/shop.effectio.org\/wp-admin\/admin-ajax.php","rtl":"","sticky_height":"70","stickyHeaderHeight":"0","scrollPaddingTop":"0","assets_url":"https:\/\/shop.effectio.org\/wp-content\/themes\/flatsome\/assets\/","lightbox":{"close_markup":"<button title=\"%title%\" type=\"button\" class=\"mfp-close\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"28\" height=\"28\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-x\"><line x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"><\/line><line x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"><\/line><\/svg><\/button>","close_btn_inside":false},"user":{"can_edit_pages":false},"i18n":{"mainMenu":"Main Menu","toggleButton":"Toggle"},"options":{"cookie_notice_version":"1","swatches_layout":false,"swatches_disable_deselect":false,"swatches_box_select_event":false,"swatches_box_behavior_selected":false,"swatches_box_update_urls":"1","swatches_box_reset":false,"swatches_box_reset_limited":false,"swatches_box_reset_extent":false,"swatches_box_reset_time":300,"search_result_latency":"500"},"is_mini_cart_reveal":"1"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://shop.effectio.org/wp-content/cache/min/1/wp-content/themes/flatsome/assets/js/flatsome.js?ver=1688657617" id="flatsome-js-js" data-rocket-defer defer></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://shop.effectio.org/wp-content/cache/min/1/wp-content/themes/flatsome/inc/integrations/wp-rocket/flatsome-wp-rocket.js?ver=1688657617" id="flatsome-wp-rocket-js" data-rocket-defer defer></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://shop.effectio.org/wp-content/cache/min/1/wp-content/themes/flatsome/inc/extensions/flatsome-live-search/flatsome-live-search.js?ver=1688657617" id="flatsome-live-search-js" data-rocket-defer defer></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://shop.effectio.org/wp-content/cache/min/1/wp-content/plugins/woocommerce/assets/js/sourcebuster/sourcebuster.js?ver=1709283439" id="sourcebuster-js-js" data-rocket-defer defer></script>
<script type="text/javascript" id="wc-order-attribution-js-extra">
/* <![CDATA[ */
var wc_order_attribution = {"params":{"lifetime":1.0e-5,"session":30,"base64":false,"ajaxurl":"https:\/\/shop.effectio.org\/wp-admin\/admin-ajax.php","prefix":"wc_order_attribution_","allowTracking":true},"fields":{"source_type":"current.typ","referrer":"current_add.rf","utm_campaign":"current.cmp","utm_source":"current.src","utm_medium":"current.mdm","utm_content":"current.cnt","utm_id":"current.id","utm_term":"current.trm","utm_source_platform":"current.plt","utm_creative_format":"current.fmt","utm_marketing_tactic":"current.tct","session_entry":"current_add.ep","session_start_time":"current_add.fd","session_pages":"session.pgs","session_count":"udata.vst","user_agent":"udata.uag"}};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://shop.effectio.org/wp-content/cache/min/1/wp-content/plugins/woocommerce/assets/js/frontend/order-attribution.js?ver=1709283439" id="wc-order-attribution-js" data-rocket-defer defer></script>
<script type="text/javascript" id="automatewoo-presubmit-js-extra">
/* <![CDATA[ */
var automatewoo_presubmit_params = {"guest_id":"0","language":"","email_capture_selectors":[".woocommerce-checkout [type=\"email\"]","#billing_email",".automatewoo-capture-guest-email","input[name=\"billing_email\"]"],"checkout_capture_selectors":["billing_first_name","billing_last_name","billing_company","billing_phone","billing_country","billing_address_1","billing_address_2","billing_city","billing_state","billing_postcode"],"ajax_url":"\/product\/vantage\/?aw-ajax=%%endpoint%%"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://shop.effectio.org/wp-content/cache/min/1/wp-content/plugins/automatewoo/assets/js/automatewoo-presubmit.js?ver=1690379933" id="automatewoo-presubmit-js" data-rocket-defer defer></script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://shop.effectio.org/wp-content/cache/min/1/wp-content/themes/flatsome/assets/js/woocommerce.js?ver=1688657617" id="flatsome-theme-woocommerce-js-js" data-rocket-defer defer></script>
<script type="text/javascript" id="wc-cart-fragments-js-extra">
/* <![CDATA[ */
var wc_cart_fragments_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%","cart_hash_key":"wc_cart_hash_71f78ff5c7048df99cb55eb24826ffc7","fragment_name":"wc_fragments_71f78ff5c7048df99cb55eb24826ffc7","request_timeout":"5000"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://shop.effectio.org/wp-content/cache/min/1/wp-content/plugins/woocommerce/assets/js/frontend/cart-fragments.js?ver=1691599379" id="wc-cart-fragments-js" defer="defer" data-wp-strategy="defer"></script>
<script type="text/javascript" id="fluent-form-submission-js-extra">
/* <![CDATA[ */
var fluentFormVars = {"ajaxUrl":"https:\/\/shop.effectio.org\/wp-admin\/admin-ajax.php","forms":[],"step_text":"Step %activeStep% of %totalStep% - %stepTitle%","is_rtl":"","date_i18n":{"previousMonth":"Previous Month","nextMonth":"Next Month","months":{"shorthand":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"longhand":["January","February","March","April","May","June","July","August","September","October","November","December"]},"weekdays":{"longhand":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"shorthand":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"]},"daysInMonth":[31,28,31,30,31,30,31,31,30,31,30,31],"rangeSeparator":" to ","weekAbbreviation":"Wk","scrollTitle":"Scroll to increment","toggleTitle":"Click to toggle","amPM":["AM","PM"],"yearAriaLabel":"Year","firstDayOfWeek":1},"pro_version":"5.2.7","fluentform_version":"5.2.12","force_init":"","stepAnimationDuration":"350","upload_completed_txt":"100% Completed","upload_start_txt":"0% Completed","uploading_txt":"Uploading","choice_js_vars":{"noResultsText":"No results found","loadingText":"Loading...","noChoicesText":"No choices to choose from","itemSelectText":"Press to select","maxItemText":"Only %%maxItemCount%% options can be added"},"input_mask_vars":{"clearIfNotMatch":false},"nonce":"f7de9ee82a"};
var fluentFormVars = {"ajaxUrl":"https:\/\/shop.effectio.org\/wp-admin\/admin-ajax.php","forms":[],"step_text":"Step %activeStep% of %totalStep% - %stepTitle%","is_rtl":"","date_i18n":{"previousMonth":"Previous Month","nextMonth":"Next Month","months":{"shorthand":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"longhand":["January","February","March","April","May","June","July","August","September","October","November","December"]},"weekdays":{"longhand":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"shorthand":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"]},"daysInMonth":[31,28,31,30,31,30,31,31,30,31,30,31],"rangeSeparator":" to ","weekAbbreviation":"Wk","scrollTitle":"Scroll to increment","toggleTitle":"Click to toggle","amPM":["AM","PM"],"yearAriaLabel":"Year","firstDayOfWeek":1},"pro_version":"5.2.7","fluentform_version":"5.2.12","force_init":"","stepAnimationDuration":"350","upload_completed_txt":"100% Completed","upload_start_txt":"0% Completed","uploading_txt":"Uploading","choice_js_vars":{"noResultsText":"No results found","loadingText":"Loading...","noChoicesText":"No choices to choose from","itemSelectText":"Press to select","maxItemText":"Only %%maxItemCount%% options can be added"},"input_mask_vars":{"clearIfNotMatch":false},"nonce":"f7de9ee82a"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://shop.effectio.org/wp-content/cache/min/1/wp-content/plugins/fluentform/assets/js/form-submission.js?ver=1690450632" id="fluent-form-submission-js" data-rocket-defer defer></script>
<script type="rocketlazyloadscript" data-minify="1" defer data-rocket-type="text/javascript" data-rocket-src="https://shop.effectio.org/wp-content/cache/min/1/wp-content/plugins/akismet/_inc/akismet-frontend.js?ver=1688752870" id="akismet-frontend-js"></script>
<style id="fluentform_custom_css_8" type="text/css">
.fluent_form_8 {
position: relative;
}
.fluent_form_8 .top_merged.ff_submit_btn_wrapper {
position: absolute;
top: 5px;
right: 5px;
}
.fluent_form_8 .extra_spaced {
padding: 12px 15px !important;
} </style>
<script>window.lazyLoadOptions = [{
elements_selector: "img[data-lazy-src],.rocket-lazyload,iframe[data-lazy-src]",
data_src: "lazy-src",
data_srcset: "lazy-srcset",
data_sizes: "lazy-sizes",
class_loading: "lazyloading",
class_loaded: "lazyloaded",
threshold: 300,
callback_loaded: function(element) {
if ( element.tagName === "IFRAME" && element.dataset.rocketLazyload == "fitvidscompatible" ) {
if (element.classList.contains("lazyloaded") ) {
if (typeof window.jQuery != "undefined") {
if (jQuery.fn.fitVids) {
jQuery(element).parent().fitVids();
}
}
}
}
}},{
elements_selector: ".rocket-lazyload",
data_src: "lazy-src",
data_srcset: "lazy-srcset",
data_sizes: "lazy-sizes",
class_loading: "lazyloading",
class_loaded: "lazyloaded",
threshold: 300,
}];
window.addEventListener('LazyLoad::Initialized', function (e) {
var lazyLoadInstance = e.detail.instance;
if (window.MutationObserver) {
var observer = new MutationObserver(function(mutations) {
var image_count = 0;
var iframe_count = 0;
var rocketlazy_count = 0;
mutations.forEach(function(mutation) {
for (var i = 0; i < mutation.addedNodes.length; i++) {
if (typeof mutation.addedNodes[i].getElementsByTagName !== 'function') {
continue;
}
if (typeof mutation.addedNodes[i].getElementsByClassName !== 'function') {
continue;
}
images = mutation.addedNodes[i].getElementsByTagName('img');
is_image = mutation.addedNodes[i].tagName == "IMG";
iframes = mutation.addedNodes[i].getElementsByTagName('iframe');
is_iframe = mutation.addedNodes[i].tagName == "IFRAME";
rocket_lazy = mutation.addedNodes[i].getElementsByClassName('rocket-lazyload');
image_count += images.length;
iframe_count += iframes.length;
rocketlazy_count += rocket_lazy.length;
if(is_image){
image_count += 1;
}
if(is_iframe){
iframe_count += 1;
}
}
} );
if(image_count > 0 || iframe_count > 0 || rocketlazy_count > 0){
lazyLoadInstance.update();
}
} );
var b = document.getElementsByTagName("body")[0];
var config = { childList: true, subtree: true };
observer.observe(b, config);
}
}, false);</script><script data-no-minify="1" async src="https://shop.effectio.org/wp-content/plugins/wp-rocket/assets/js/lazyload/17.8.3/lazyload.js"></script><script>function lazyLoadThumb(e,alt,l){var t='<img data-lazy-src="https://i.ytimg.com/vi/ID/hqdefault.jpg" alt="" width="480" height="360"><noscript><img src="https://i.ytimg.com/vi/ID/hqdefault.jpg" alt="" width="480" height="360"></noscript>',a='<button class="play" aria-label="play Youtube video"></button>';if(l){t=t.replace('data-lazy-','');t=t.replace('loading="lazy"','');t=t.replace(/<noscript>.*?<\/noscript>/g,'');}t=t.replace('alt=""','alt="'+alt+'"');return t.replace("ID",e)+a}function lazyLoadYoutubeIframe(){var e=document.createElement("iframe"),t="ID?autoplay=1";t+=0===this.parentNode.dataset.query.length?"":"&"+this.parentNode.dataset.query;e.setAttribute("src",t.replace("ID",this.parentNode.dataset.src)),e.setAttribute("frameborder","0"),e.setAttribute("allowfullscreen","1"),e.setAttribute("allow","accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"),this.parentNode.parentNode.replaceChild(e,this.parentNode)}document.addEventListener("DOMContentLoaded",function(){var exclusions=[];var e,t,p,u,l,a=document.getElementsByClassName("rll-youtube-player");for(t=0;t<a.length;t++)(e=document.createElement("div")),(u='https://i.ytimg.com/vi/ID/hqdefault.jpg'),(u=u.replace('ID',a[t].dataset.id)),(l=exclusions.some(exclusion=>u.includes(exclusion))),e.setAttribute("data-id",a[t].dataset.id),e.setAttribute("data-query",a[t].dataset.query),e.setAttribute("data-src",a[t].dataset.src),(e.innerHTML=lazyLoadThumb(a[t].dataset.id,a[t].dataset.alt,l)),a[t].appendChild(e),(p=e.querySelector(".play")),(p.onclick=lazyLoadYoutubeIframe)});</script>
<script>var rocket_beacon_data = {"ajax_url":"https:\/\/shop.effectio.org\/wp-admin\/admin-ajax.php","nonce":"1ac356cd96","url":"https:\/\/shop.effectio.org\/product\/vantage","is_mobile":false,"width_threshold":1600,"height_threshold":700,"delay":500,"debug":null,"status":{"atf":true,"lrc":true},"elements":"img, video, picture, p, main, div, li, svg, section, header, span","lrc_threshold":1800}</script><script data-name="wpr-wpr-beacon" src='https://shop.effectio.org/wp-content/plugins/wp-rocket/assets/js/wpr-beacon.js' async></script></body>
</html>
<!-- This website is like a Rocket, isn't it? Performance optimized by WP Rocket. Learn more: https://wp-rocket.me -->