Hello,
I’ve created a site using the Flexform theme with a child of it. I’m using the Membership 2 plugin from WPMUDEV to have a members/subscriptions on my site.
When user attempt to sign up for an account the registration doesn’t work. It gives error when they are putting in the password choice.
After investigation by the plugin developers, they found there seems to be a conflict with Flexform theme header.php. This is what they sent me:
*
Hello KerplunkDesign,
I found culprit that is preventing from registration. It is login form at the top bar that is causing this error. So this is theme conflict. I was able to replicate this issue on my site using your theme. I suggest you report that on their support forum as it is paid theme.
This is code that broke registration (header.php file) line 253
<div id=”header-login” class=”clearfix”>
if you want you can temporary use Membership login form there by replacing this code with this one in your child theme header.php file:
<?php echo do_shortcode(‘[ms-membership-login]’); ?>
*
How can I resolve this issue with out using “temporary” code?
Why do the theme and plugin conflict?
Any help would be much appreciated.
Thank you.
Andy
Attachments:
You must be
logged in to view attached files.