Known plugin and theme conflicts and incompatibilities

MemberPress works great with just about every plugin and theme (though we may not integrate with all of them)! 

Below, however, is a list of known plugin and theme conflicts. Please review this list for the plugin or theme you are wondering about.

Themes

Astra Theme

https://wpastra.com/

Avada Theme

https://avada.theme-fusion.com/

  • PROBLEM - Course card image does not display on the "My Courses" or "All Courses" page.
  • SOLUTION - Go to Avada->Options->Performance and set "Lazy Loading" to "None"
  • PROBLEM - Pages with the Registration Form Shortcode don't work.
  • SOLUTION - Add the following code snippet either in a child theme functions.php, or with a plugin like WPCode and the snippet set to "Run Everywhere" (please check this article for details: How to add custom code snippets in WPCode). Replace the [PageId] with the page that has the shortcode on it, and [MembershipId] with the id of the memberships the registration form is for. (This is the same id you put in the shortcode.)

function mepr_custom_product_pages($return, $post) { if($post->ID == [PageId]) { return new MeprProduct([MembershipId]); }}add_filter('mepr-is-product-page', 'mepr_custom_product_pages', 10, 2);

BuddyBoss Theme

https://www.buddyboss.com/themes/

  • PROBLEM - Theme overrides translation to a foreign language provided by MemberPress. For instance, the registration form is back in English.
  • SOLUTION - Use the Loco Translate plugin to translate those strings directly in the theme.
  • PROBLEM - Setting the "Restrict site access to only logged-in members" overrides the MemberPress "Redirect unauthorized visitors to a specific URL" functionality. 
  • SOLUTION - Leave the "Restrict site access to only logged-in members" if you want to use the redirect on unauthorized access. 
  • PROBLEM - Using the BuddyBoss theme with the MemberPress Gifting Add-On causes fatal errors. 
  • SOLUTION - Use Single Page Checkout, which can be activated under MemberPress->Settings->Accounts

Cargo HUB - Transportation and Logistics WordPress Theme

https://themeforest.net/item/cargo-hub-transport-wordpress-theme/20531713

  • PROBLEM - When the theme is active, it will add the "Expires on" column in the MemberPress > Members section, which will occasionally have mangled data.
  • SOLUTION - Comment out line 252 of the theme's functions.php file. You'll have to fix the mangled expiration dates manually.

Enfold Theme

https://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990

  • PROBLEM - When editing a Lesson or Quiz in MP Courses, the classic editor is displayed instead of the MemberPress Lesson or Quiz editor. 
  • SOLUTION - Navigate to Enfold > Theme Options > Select Your Editor and select Use Block Editor.

Daily Observer Theme

https://themeforest.net/item/daily-observer-magazine-review-news-portal/13812425

  • PROBLEM - When the theme is active, the Stripe Credit Card form fails to load. This is caused by a custom jQuery script in the theme that runs and attempts to fix iframe z-index values for older IE browsers.
  • SOLUTION - Comment out the iframe code in the /observer/js/observer-scripts.js file, or contact the theme author for a proper fix. Stripe's Credit Card form (Stripe Elements) is an embedded form that uses iframes, which is why the script interferes.

Divi

https://www.elegantthemes.com/gallery/divi/

  • PROBLEM - When editing a Lesson or Quiz in MP Courses, the classic editor is displayed instead of the MemberPress Lesson or Quiz editor. 
  • SOLUTION - Disable "Enable Classic Editor" option in the Divi > Theme Options > Builder > Advanced tab.

Kalium Theme

https://themeforest.net/item/kalium-creative-theme-for-professionals/10860525

  • PROBLEM - When activated, the Register button doesn't work.
  • SOLUTION - None available at this time other than switching theme.

Memberoni Theme

  • PROBLEM - Stripe payments do not complete and the message "An error occurred, please DO NOT submit the form again as you may be double charged. Please contact us for further assistance instead" pops up upon the registration form submission.
  • SOLUTION - Update the theme to version 1.8 or newer.

Newspaper Theme

  • PROBLEM - Stripe payments fail when the tagDiv Composer plugin is activated. Other themes that come with tagDiv Composer bundled may run into the same issue.
  • SOLUTION - Please add this code snippet using  WPCode (please check this article for details: How to add custom code snippets in WPCode) or a similar plugin, or to the functions.php file of the theme or child theme if you have it installed: https://gist.github.com/DumahX/3c77ad96fdccfdd61eb86fa4d8ce062a
  • PROBLEM - If you use custom templates (post templates) created with their tool/plugin "tagdiv Composer" and their "Cloud templates" with custom settings you'll run into an issue with MemberPress plugin generates a protected page with excerpt only without a title of a post and styles.
  • SOLUTION - Please update the theme to version 11.3 or newer.

Salient - Responsive Multi-Purpose Theme

https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266

  • PROBLEM - When the Enable Fancy Select/Checkbox/Radio Styling option found in this theme's Theme Options > Form Styling is enabled, the geolocation required to auto-populate and fill the default country and state address fields fails. 
  • SOLUTION - Disable that setting.
  • PROBLEM - The user is getting link expired error when trying to use the theme with MemberPress Courses.
  • SOLUTION - Salient is aware of the issue but aren't currently working on a fix for it. For the time being, the only option is to go with a different theme.

ThimPress Themes

https://thimpress.com/

  • PROBLEM - When a theme developed by ThimPress is active, the registration process will not send users to the payment page, but will redirect the user away from the registration process, usually to your home page. 
  • SOLUTION - Add this custom code to a plugin like My Custom Functions or your theme's functions.php file:

function disable_user_register_mepr() { remove_action('user_register', 'thim_register_extra_fields', 1000);}add_filter('mepr-validate-signup', 'disable_user_register_mepr');

Uncode Theme

https://themeforest.net/item/uncode-creative-multiuse-wordpress-theme/13373220

  • PROBLEM - The login, account, and membership registration pages are blank.
  • SOLUTION - Manually place the shortcodes on the login, account and membership registration pages.

VideoRev Theme

https://themeforest.net/item/vidorev-video-wordpress-theme/21798615

  • PROBLEM - It's not possible to integrate MemberPress with full functionality in the VideoRev theme. The theme author wasn't able to make it work.
  • SOLUTION - None available at this time other than switching theme.

Zion Page Builder

  • Theme's like Kallyas, which use Zion Page Builder to build their membership pages, need to make sure the [mepr-membership-registration-form] shortcode is in BOTH the page builder and the regular page content.

Plugins

404 Redirection

  • PROBLEM - When the 404 Redirection plugin is activated, the tabs on the Account page do not work.
  • SOLUTION - Disable the force current permalinks option here: http://cl.ly/PJUW

All In One WP Security & Firewall

https://wordpress.org/plugins/all-in-one-wp-security-and-firewall/

  • PROBLEM - Members cannot log in after registering and logging out if the MemberPress Math CAPTCHA add-on is enabled.
  • SOLUTION - Disable Enable CAPTCHA On Login Page option in the Brute Force > Login CAPTCHA tab of the All In One WP Security & Firewall plugin.

Asset CleanUp: Page Speed Booster

https://wordpress.org/plugins/wp-asset-clean-up/

  • PROBLEM - When used together with LearnDash, it prevents saving any changes in the LearnDash tab of a MemberPress membership.
  • SOLUTION - The issue could be caused by JavaScript/jQuery minification/combination. If no solution can be found by tweaking JavaScript settings, disable the plugin.

BuddyBoss Platform

  • PROBLEM - The header does not appear on the registration page.
  • SOLUTION - Go to MemberPress->Settings->Page and change the Membership Pages Slug to be something other than "register".

Bunny.net+BunnyAPI plugin

https://wordpress.org/plugins/bunnycdnbunnyapi/

PROBLEM - When enabled, MemberPress's Settings page takes a very long time to load and also looks visually broken.

SOLUTION - Unfortunately, the only workaround is to use a different plugin. Presto Player works well with Bunny.net video hosting and with MemberPress. 

Classic Editor

https://wordpress.org/plugins/classic-editor/

  • PROBLEM - When editing a Lesson or Quiz in MP Courses, the classic editor is displayed instead of the MemberPress Lesson or Quiz editor. 
  • SOLUTION - Add the following code to your themes function.php file (if you are using a theme) or use WPCode plugin and set the snippet to "Run Everywhere" (please check this article for details: How to add custom code snippets in WPCode). 

add_filter( 'classic_editor_enabled_editors_for_post_type', function ( $editors, $post_type ) { if ( $post_type == 'mpcs-course' || $post_type == 'mpcs-lesson' || $post_type = 'mpcs-quiz' ) { $editors['classic_editor'] = false; }

return $editors;}, 10, 2 );

Complianz GDPR Premium

https://complianz.io/

  • PROBLEM - When active, this plugin will break Stripe Elements payments. Your customers will see the "An error occurred, please DO NOT submit the form again as you may be double charged" message.
  • SOLUTION - None available at the moment, other than disabling the plugin. You can try Stripe Checkout instead, but if it still doesn't work, you can contact their support at https://complianz.io/support/.

Constant Contact Forms 

https://wordpress.org/plugins/constant-contact-forms/

  • PROBLEM - When active, this plugin will disrupt our Constant Contact add-on communication with the Constant Contact website, so it will fail to work.
  • SOLUTION - None available at the moment, other than disabling the plugin.

CoursePress (WPMUdev)

Curation Suite

  • PROBLEM - JavaScript conflict prevents selecting auto-complete items in the MemberPress Rules.
  • SOLUTION - None available. You can disable either of these plugins while you set up your MemberPress Rules, then re-enable it afterwards.

Custom Login Page Customizer

  • PROBLEM - When enabled, login fails with the "ERROR: Error: Invalid email" message, though credentials are valid.
  • SOLUTION - None known at this time. You need to disable the plugin.

Defender Pro (WPMUdev)

https://wpmudev.com/project/wp-defender/

  • PROBLEM - When a user clicks on the "forget password" link, the user will be redirected to the homepage rather than being allowed to "request password reset".
  • SOLUTION - None known at this time aside from deactivating the Defender Pro Plugin.

Elementor

  • PROBLEM - Using [mepr-membership-registration-form id="123"] shortcode in Elementor popups results in registration form not working correctly.
  • SOLUTION - None known at this time. As an alternative, use the Popup Maker plugin.

Email Protector

  • PROBLEM - When activated, PayPal Standard will not work.
  • SOLUTION - Don't use the Email Protector for protecting email addresses.

Force SSL Everywhere

  • PROBLEM - The Force SSL Everywhere plugin overrides the user's login process and redirects them to wp-login.php. This causes the MemberPress registration process to fail, and no transaction is created for the member.
  • SOLUTION - None known at this time. Contacting your host for help configuring your domain for 100% https is a much more efficient method.

Gravity Forms

GP Advanced Phone Field

https://gravitywiz.com/documentation/gravity-forms-advanced-phone-field/

  • PROBLEM - When activated a Sign-Up button on the registration form is not working and the form could not be submitted
  • SOLUTION - None known at this time. You need to disable the plugin.

Invisible ReCAPTCHA

  • PROBLEM - When activated, password resets do not work. Usually, the member will see a blank page or an error when trying to reset their password.
  • SOLUTION - None known at this time aside from disabling the Invisible ReCAPTCHA plugin.

iThemes Security plugin

  • PROBLEM - PayPal Standard return after payment shows a blank page.
  • SOLUTION - Disable the "Filter Long URL Strings" in iTheme's System Tweaks settings page.

Please note that the above option doesn't exist starting from version 8.

  • PROBLEM - The login page shows an "Error: Invalid username, email address or incorrect password." error.
  • SOLUTION - Make sure that the default "Email Address and Username (default)" option is selected in the Security > Settings > WordPress Tweaks > Login with Email Address or Username option.
  • PROBLEM - A customer gets this message when trying to pay through Stripe: "An error occured, please DO NOT submit the form again as you might be double charged. Please contact us for further assistance instead."
  • SOLUTION - The cause of this error is the Enforce Strong Passwords option in iThemes Security while a customer is using a "weak" password. There are several ways to handle this, you can pick the one you like best:

You can disable that option, or adjust the role that the strong password will be applied to if you have the Pro version of the plugin.

Alternatively, you can enable and require a strong Password in MemberPress > Settings > Account tab. 

However, there could be a mismatch between what's considered a "strong password" in MemberPress and iThemes Security, so bear that in mind.

Finally, if you have the free version of the plugin, you can add this line to your website's wp-config.php file:

define('ITSEC_DISABLE_PASSWORD_REQUIREMENTS', true);

That will completely remove the password security module from the iThemes Security plugin.

Ivory Search

  • PROBLEM - When activated, when the search includes MemberPress Courses, the search results are not properly displayed.  
  • SOLUTION - Navigate to Dashboard > Ivory Search > Settings, click on the "Settings" and scroll down to the "Advanced" tab. Here, enable the "Do not use Default Search Form to control WordPress default search functionality" option.

Jetpack

https://jetpack.com/

  • PROBLEM - The login page shows a math CAPTCHA that can never be solved.
  • SOLUTION - Disable the "Block Suspicious login activity" setting in Jetpack's security section.
  • PROBLEM - After logging in through the MemberPress login page, a user gets redirected to the WordPress login page.
  • SOLUTION - Disable WordPress.com login option in Jetpack.

  • If it still doesn't work, you'll need to disable the Brute force protection too:

  • PROBLEM - Images and videos not appearing in MemberPress Courses.
  • SOLUTION - Disable the "Lazy Loading for Images" setting in Jetpack's performance section.

  • PROBLEM - Embedded videos cover text underneath in MemberPress courses.
  • SOLUTION Disable the "Compose using shortcodes to embed media from popular sites" setting in Jetpacks' writing section.

  • PROBLEM - When the YouTube block is used in a Course and the “Resize for smaller devices” setting is enabled, the video will disappear from the front end of the Course.
  • SOLUTION - Disable the “Compose using shortcodes to embed media from popular sites” setting in Jetpacks’ writing section.

Jetpack Boost

https://jetpack.com/

  • PROBLEM - Some files downloaded from MemberPress Downloads are empty
  • SOLUTION Disable the "Defer Non-Essential JavaScript" option.

LearnDash

https://www.learndash.com/

  • PROBLEM - LearnDash Courses not being added when a membership is purchased
  • SOLUTION - This would happen if you have issues with Cron on your hosting. Please add this code snippet using WPCode (please check this article for details: How to add custom code snippets in WPCode) or a similar plugin, or to the functions.php file of the child theme if you have it installed:

add_filter( 'learndash_memberpress_min_courses_count_for_silent_course_enrollment', function( $count ) { return 999; // Big number so it won't use background course enrollment});

miniOrange 2 Factor Authentication

https://wordpress.org/plugins/miniorange-2-factor-authentication/

  • PROBLEM - Registration and checkout don't work, especially with Stripe. You may receive several email messages from MemberPress saying that there was an error during checkout. Also, if you test, you will notice that the first time you click the sign-up button, it doesn't work, but if you click it again, it works fine. 
  • SOLUTION - You will need to disable the feature to auto-login users during the registration process.  Please add this code snippet using WPCode (please check this article for details: How to add custom code snippets in WPCode) or a similar plugin or to the functions.php file of the child theme if you have it installed and activated:

function mepr_disable_auto_login($auto_login, $membership_id, $mepr_user) { return false; } add_filter('mepr-auto-login', 'mepr_disable_auto_login', 10, 3);

OptimizePress Suite Dashboard

https://docs.optimizepress.com/article/2045-install-and-activate-optimizepress-dashboard-plugin

  • PROBLEM - MemberPress Courses lessons don't show on the front.
  • SOLUTION - None known at this time aside from disabling the plugin.

Perfmatters

https://perfmatters.io/

  • PROBLEM - Course card image does not display on the "My Courses" or "All Courses" page.
  • SOLUTION - Go to Settings > Perfmatters > Options > Lazy Loading tab and uncheck "Images" option.

Post and Page Builder from BoldGrid

  • PROBLEM - When trying to delete a member from MemberPress > Members section, you'll get the message "The link you've followed has expired", and the member will not get deleted.
  • SOLUTION - Disable the plugin when you want to delete a member and then enable it again after the member has been deleted.

Power BI Embedded for WordPress

  • PROBLEM - When activated, editing a Rule will wipe out the content that should be protected.
  • SOLUTION - None known at this time aside from disabling the Power BI Embedded for WordPress plugin before editing a Rule.

Print Post and Page

  • PROBLEM - Breaks the MemberPress signup process when using on-site payments like Stripe or Authorize.net.
  • SOLUTION - None known at this time. We recommend using a different page printing plugin.

Profile Builder

https://wordpress.org/plugins/profile-builder/

  • PROBLEM - Membership subscribers are not able to log in and get "Your Account has to be confirmed by an administrator before you can login" error.
  • SOLUTION - Navigate to Profile Builder > Settings > set Admin Approval Activated option to No.

PushEngage Web Push Notifications

https://wordpress.org/plugins/pushengage/

  • PROBLEM - Breaks the MemberPress signup process when applying coupon
  • SOLUTION - None known at this time aside from disabling the PushEngage Web Push Notifications plugin.

Redis Object Cache

https://wordpress.org/plugins/redis-cache/

  • PROBLEM - Causes various problems with MemberPress functionality, due to object caching.
  • SOLUTION - Disable object caching.

Relevanssi

https://wordpress.org/plugins/relevanssi-live-ajax-search/ (or the paid version at https://www.relevanssi.com/download/)

  • PROBLEM - When installed and active, search results don't show any protected posts.
  • SOLUTION - Add this piece of code using the WPCode or a similar plugin, or if you use a child theme, add it to the theme's functions.php file:

add_action('init', function () { remove_filter('relevanssi_post_ok', 'relevanssi_memberpress_compatibility');}, 20);

Role Scoper

  • PROBLEM - New Membership and New Group buttons do not appear.
  • SOLUTION - Aside from deactivating Role Scoper, there is no known solution at this time.

Root Relative URLs

  • PROBLEM - Causes the Options page tabs not to work correctly.
  • SOLUTION - None known at this time aside from disabling the Root Relative URLs plugin.

S3 Media Vault

S3 Media Vault

  • PROBLEM - Videos inserted into MP Courses and lessons with the S3 Media Vault shortcode display a blank screen playing them.
  • SOLUTION - Apply the following snippet using  WPCode (please check this article for details: How to add custom code snippets in WPCode) or a similar plugin, or insert into your theme's functions.php file:

add_filter( 'mpcs_classroom_style_handles', function( $allowed_handles ) { $allowed_handles[] = 'vjscss'; $allowed_handles[] = 'ccpsacss'; return $allowed_handles;});

SeedProd (Pro)

  • PROBLEM - Causes MemberPress' Login page to redirect to the homepage, thus making it impossible to set it up or test the login process during development.
  • SOLUTION - Put the ID of MemberPress' Login page to the Exclude URLs in SeedProd's Advanced Settings page like this:

Though the explanation says that you could use a URL, it does not work for MemberPress.

  • PROBLEM - Searching through WordPress Search Widget will result in having you redirected to the page set up as the unauthorized redirect page in MemberPress.
  • SOLUTION - Search will start functioning normally once SeedProd "Coming Soon" mode is disabled; that is when you set your website live.

SG Optimizer

  • PROBLEM - Embedded videos do not appear in Courses.
  • SOLUTION - Disable 'Lazy Load Media' in SG Optimizer's Media Optimization settings.

Smush Plugin by WPMU Dev

  • PROBLEM - Embedded videos show in preview page mode but not on the actual.
  • SOLUTION - Disable 'Lazy Load on "course" pages in the settings and/or on frames.

Stop Spammers

  • PROBLEM - Stripe recurring subscriptions may fail because transaction data never reaches MemberPress due to the Stop Spammers plugin interfering with Webhook functionality. It is to be expected that the same interference would happen with PayPal and Authorize.net, though we don't have confirmation of that at the moment.
  • SOLUTION - Go to Protection Options and set it to: "Only Use the Plugin for Standard WordPress Forms", which is the first checkbox.

StreamWeasels

https://www.streamweasels.com/

  • PROBLEM - MemberPress Courses curriculum is not displaying correctly after creating lessons
  • SOLUTION - Disabling the plugin(s)

tagDiv Composer Front-End Page Builder

https://tagdiv.com/

  • PROBLEM - Causes Stripe payments to fail. Hooks into wp_head with an anonymous function, and the event listeners added in through that hook will break promises in JavaScript. This will break certain parts of MemberPress that rely on promises, such as Stripe.
  • SOLUTION - Please add this code snippet using WPCode (please check this article for details: How to add custom code snippets in WPCode) or a similar plugin or to the functions.php file of the theme or child theme if you have it installed: https://gist.github.com/DumahX/3c77ad96fdccfdd61eb86fa4d8ce062a

Theme My Login

  • PROBLEM - Alters the logout URL breaking MemberPress' logout functionality.
  • SOLUTION - Use MemberPress' built-in login/logout capabilities.

Tooltips Pro

  • PROBLEM - When activated, the Rules search box does not load.
  • SOLUTION - Disable the Tooltips Pro plugin while setting up your Rules. You can re-enable it afterwards.

WooCommerce Sync for QuickBooks Online – by MyWorks Software

https://wordpress.org/plugins/myworks-woo-sync-for-quickbooks-online/

  • PROBLEM - When active, Stripe webhook communication frequently fails (but not all the time) with a "500 Internal Server Error" message.
  • PROBLEM - When active, a password reset link generated from MemberPress's Login page causes a Fatal Error when clicked.
  • SOLUTION - None known at this time aside from disabling the WooCommerce Sync for QuickBooks Online – by MyWorks Software plugin.

WP Forms Pro

https://wpforms.com/

WP Fusion

https://wpfusion.com/

When used with Elementor and the MemberPress Elementor Content Protection add-on.

  • PROBLEM - MemberPress rule settings in Elementor are ignored. This is because the WP Fusion code runs after the MemberPress Code.
  • SOLUTION - Use WPCode (please check this article for details: How to add custom code snippets in WPCode) to add the following code and set it to run everywhere:  add_filter( 'elementor/frontend/section/should_render', 'mepr_cust_should_render', 10, 999 );   function mepr_cust_should_render($should_render, $element) {   $mp_elementor = new \MpElementor();   return $mp_elementor->should_render($should_render, $element); }

WP Limit Login Attempts

  • PROBLEM - Prevents users from logging in on the MemberPress login page. The page continues to refresh with no login.
  • SOLUTION - Disable the WP Limit Login Attempts plugin.

WP 2FA – Two-factor authentication for WordPress

  • PROBLEM - User is being created before the form is successfully submitted.
  • SOLUTION - Disable the WP 2FA – Two-factor authentication for WordPress.
  • PROBLEM - When enabled, it adds CSS to all pages of the wp-admin. This CSS inadvertently hides the access rows of the MemberPress Rules.
  • SOLUTION - Deactivate the WP Links Page plugin while you adjust your Rules. You can re-activate it afterwards.

WPMU DEV Dashboard

https://wpmudev.com/project/wpmu-dev-dashboard/

  • PROBLEM - When enabled, Cron Jobs, especially the MemberPress Cron Jobs, do not run properly.
  • SOLUTION - Please upgrade to plugin version 4.11.5 or newer.

WP Multisite SSO

https://wordpress.org/plugins/wp-multisite-sso/

  • PROBLEM - When enabled, it interferes with the Stripe checkout if a coupon is used, so the transaction never completes.
  • SOLUTION - None known at this time aside from deactivating the WP Multisite SSO plugin

WP Remote Users Sync

https://wordpress.org/plugins/wp-remote-users-sync/

  • PROBLEM - Incorrectly will throw the "Permissions" error message (as if the user doesn't have permission to purchase the membership) during registration. Only occurred with iOS/iPad OS users. 
  • SOLUTION - None known at this time aside from deactivating the WP Remote Users Sync plugin

WP Rocket

https://wp-rocket.me/

  • PROBLEM - Images and videos not appearing in MemberPress Courses.
  • SOLUTION - Disable the "Enable for images" and "Enable for iframes and videos" settings in Settings > WP Rocket > Media section.

WP Rocket | Enforce Trailing Slash on URLs

  • PROBLEM: Redirects the IPN url to have a trailing slash so PayPal payments will not update correctly.
  • SOLUTION: Disable WP Rocket | Enforce Trailing Slash or edit the plugin to exclude the IPN url from the htaccess rules so that it is not redirected.

WP Stagecoach

  • PROBLEM - Incorrectly uses WordPress's plugin update transients. Breaks MemberPress' update mechanism and shows errors on your site.
  • SOLUTION - None known at this time aside from deactivating WP Stagecoach.

Yith WooCommerce Gift Cards

https://yithemes.com/themes/plugins/yith-woocommerce-gift-cards/

  • PROBLEM - When this plugin is activated, you cannot upload files with our MP Downloads add-on.
  • SOLUTION -  None known at this time aside from deactivating the Yith WooCommerce Gift Cards plugin.
Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.