Site logo

Archived topic

GeneratePress Conflict with MemberPress Credit Card Field

9 replies · Started by James Orr on February 11, 2021

Viewing posts 1–10 of 10

I am running GeneratePress with MemberPress plugin for memberships. Everything works fine, EXCEPT the credit card field is not working. When I disable GeneratePress, it works fine so I am wondering if it is a conflict with that.

It is the bottom field on this page:

https://realestatefinancialplanner.com/register/plus-yearly/

Hi there,

can you try changing the Customizer > General > Structure to Flexbox.

Thanks David. That did not fix it. Putting it back to "floats" unless you tell me otherwise.

Can you temporarily disable the Child Theme to see if there is a conflict there ?

Just disabled it and tested it. Still had errors with the credit card field. Put it back on since it does change some significant stuff elsewhere for users.

I am seeing a jQuery error in the developers console, which looks related to the payment field.
But i can't see whats causing it - so something, maybe another plugin or custom function that is creating a conflict.

I appreciate you point that out and I was able to fix it.

I have a Element to load a bunch of Highcharts stuff and jquery that was running on every page.

With your theme, I was able to EXCLUDE this from loading on the Memberships pages and it seems to be working.

In case anyone else sees this and is wondering... it appears to be ONE of these.

<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script src="https://code.highcharts.com/highcharts.js"></script>
<script src="https://code.highcharts.com/modules/data.js"></script>
<script src="https://code.highcharts.com/highcharts-3d.js"></script>
<script src="https://code.highcharts.com/modules/exporting.js"></script>
<script src="https://code.highcharts.com/highcharts-more.js"></script>
<script src="https://code.highcharts.com/maps/modules/histogram-bellcurve.js"></script>
<script src="https://code.highcharts.com/modules/series-label.js"></script>
<script src="https://code.highcharts.com/modules/accessibility.js"></script>
<script src="https://code.highcharts.com/modules/export-data.js"></script>
<script src="https://code.highcharts.com/modules/annotations.js"></script>

Thanks.

Glad to hear that!

Hi, When i installed generatepress and checked for broken links in credits page , there are more than 70+ links are broken most are from pixabay.com, can i unlink them.

Please open a new topic for your question.

Thanks!

This archived topic is closed to new replies.