MembershipWorks
Forum Replies Created
-
Forum: Plugins
In reply to: [Constant Contact Widget] unable to change styleHi mhreynolds! It looks like you are using the shortcode not the widget. You will need to target the form itself:
.constantcontactwidget_form{
border: 2px solid #808241;
background-color: #ff8888 !important;
color: #808241 !important;
}Forum: Plugins
In reply to: [Constant Contact Widget] WP Email IntegrationHi B2015SU! Unfortunately this is not possible with this plugin. There may be other Constant Contact plugins that could do this…
Forum: Plugins
In reply to: [MembershipWorks - Membership, Events & Directory] New user questionsHi Pedro Magnifico!
1) The size of the content container you provided to MemberFIndMe is only about 470px wide, as a result, the system can only fit just 1 card per line thus creating a lot of white space. If you increase the container width to about 700px, that will allow about 2 cards per line, and reduce the amount of whitespace.
2) The formatting of the recommendations is fixed and cannot be changed. However, if you provide a wider container for the content, the formatting would be slightly improved.
3) At this time we do not have a recurring events feature. However you can copy existing events using drag and drop.
Forum: Plugins
In reply to: [Constant Contact Widget] emails not transferred to CCHi Patricia! Please check the username/password setup under Settings > Constant Contact. If it is correct, try resetting the password in your Constant Contact account and entering the new password under these settings. Note that you do need to enter the username/password of the primary account (the one used to setup the Constant Contact account in the first place), and not one for an additional admin.
Hi Petitsuit! The data is stored on MemberFindMe servers – MemberFindMe is a service, like Google Maps, that is integrated on your website but does not run on your website server.
Forum: Plugins
In reply to: [MembershipWorks - Membership, Events & Directory] does not paint the mapHi Petitsuit! Do you have members that can be displayed on the map? If no accounts are eligible to be shown on the map, no map will be displayed.
If you have members that you believe should be displayed on the map, please check the following:
a) The membership is not expired. Expired members are de-listed if the membership is expired. You can control this under MemberFindMe > Organization Settings > Integration > Membership settings.
b) They either have no membership level attached, or have a membership level that is allowed to be listed in the directory.
c) The “Do not list in directory” and the “Do not show street address” settings under their account profile are not enabled.
d) The address field in the account profile is not empty or invalid – from the admin screen, a map should be displayed in the account profile under Contact.
Hi Petitsuit! Recurring Payments is an optional service that requires a monthly fee by Paypal. For more information about enabling Recurring Payments for your Paypal Pro account, please see:
https://www.paypal.com/us/cgi-bin/webscr?cmd=xpt/Marketing/general/RecurringPaymentFAQs-outside
Hi Petitsuit! Until you have a payment gateway successfully enabled, any membership level that requires online payment will not be available since there is no way for us to process the payment.
Forum: Plugins
In reply to: [MembershipWorks - Membership, Events & Directory] Spanish TranslationHi Petitsuit! At this time Spanish translation is not available. There are no files that can be modified to provide Spanish translation.
Hi Petitsuit! This is an error returned by Paypal Pro indicating that Paypal Pro is not supported for your account because it is based out to Spain. Please contact Paypal for more information as to when Paypal Pro will be available in Spain.
You may want to consider using Stripe, which is available as a Beta in Spain:
https://support.stripe.com/questions/is-stripe-available-in-spain
Or Authorize.net which is available in Spain as well:
Forum: Plugins
In reply to: [MembershipWorks - Membership, Events & Directory] does not paint the mapHi Petitsuit! Please make sure the shortcode you use is exactly:
[memberfindme open=”!map”]
there should be no extra spaces, capitalization, etc.
Forum: Plugins
In reply to: [MembershipWorks - Membership, Events & Directory] does not paint the mapForum: Plugins
In reply to: [Constant Contact Widget] Not working on brand new WP 4.1.1 installationHi hmmclark! Can the plugin be activated? If not you could try FTP, as WordPress is not able to write the files to the folder properly.
Forum: Plugins
In reply to: [Constant Contact Widget] Not working on brand new WP 4.1.1 installationHi hmmclark! We have this plugin installed and working on a number of WordPress 4.1.1 sites. Can you try removing the plugin and re-installing directly from WordPress (ie. not installing it by uploading the zip file).
Forum: Plugins
In reply to: [Redirect List] Bug in redirects with GET parameters?Hi dries863! Yes you should always add a question mark after the slash if you want it to work for redirects with and without GET parameters.
Thank you for the suggestions. The default was setup that way intentionally – since the inputs are URLs we cannot arbitrarily introduce a different symbol to denote any GET parameter, and it would not be consistent within the scheme to swap the no GET parameter and any GET parameter formats. Plus it would not be viable now to change how the plugin works as it would affect all current users.
We will keep in mind your suggestion for a setting, when we have time to update this plugin in the future.