MembershipWorks
Forum Replies Created
-
Forum: Plugins
In reply to: [Redirect List] Bug in redirects with GET parameters?Hi dries863! If you wish Redirect List to redirect to the new URL when there is a GET parameter, regardless of what the parameter is, you need to specify:
https://www.scribbr.de/lektorat-korrekturlesen/englische-bachelorarbeit-masterarbeit/?
with a trailing “?”. For reference, the format should be:
Redirect when there are no GET query specified:
https://www.scribbr.de/lektorat-korrekturlesen/englische-bachelorarbeit-masterarbeit/Redirect regardless of whether there are any GET parameters:
https://www.scribbr.de/lektorat-korrekturlesen/englische-bachelorarbeit-masterarbeit/?“test” GET parameter should exist but value does not matter:
https://www.scribbr.de/lektorat-korrekturlesen/englische-bachelorarbeit-masterarbeit/?test“test” GET parameter should exist and value must match “1234”:
https://www.scribbr.de/lektorat-korrekturlesen/englische-bachelorarbeit-masterarbeit/?test=1234Forum: Plugins
In reply to: [Constant Contact Widget] Emails not being added to the targetted listHi wpfiend! Without access to your website and constant contact account I would not be able to provide any more information about what the problem is. If you wish to email me the login and passwords for your WordPress admin as well as your Constant Contact account, please email them to admin@memberfind.me and I can look into this further. Note that you can change the passwords afterwards…
Forum: Plugins
In reply to: [Constant Contact Widget] Emails not being added to the targetted listHi wpfiend! Make sure the list name is an exact match to what you have in Constant Contact – ie. capitalization, spaces, etc must match.
If the email address is showing up but not in that list, what list is it appearing under?
Forum: Plugins
In reply to: [Constant Contact Widget] Contact added to additional listHi chophel! Thanks for the update! Its good to know that it wasn’t due to a undiscovered bug in the plugin…
Forum: Plugins
In reply to: [Constant Contact Widget] Trying to style sign up box…Hi printergirl! These rules will add a 20px space between the title and form, as well as center align the button:
.constantcontactwidget_form{text-align:center;margin-top:20px}
.constantcontactwidget_form p{text-align:left}Forum: Plugins
In reply to: [MembershipWorks Login Connector] Compatibility with IE8Hi pedrodg! In that case you are referring to the main MemberFindMe plugin not the MemberFindMe Login Connector. MemberFindMe is a service that works like Google Maps so data and scripts load from our servers. MemberFindMe is compatible with IE8 but you may have compatibility mode turned on (which makes the browser act like IE7 or below) or there is another issue on your web page. To make sure compatibility mode is turned off for your web visitors add the following to the HEAD section of your web pages:
<meta http-equiv=”X-UA-Compatible” content=”IE=9;IE=8;IE=EDGE” />
Also try visiting our demo pages at demo.memberfind,me with your IE8 browser. If they load properly, then you may have another script on your web page causing issues. One common mistake is having console.log statements which halts script execution unless you have IE developer tools open. Try opening IE developer tools (F12 key), and see if there are any errors or console logs.
We can also take a look at your website and let you know what the issue is, if you provide the URL to the page…
Forum: Plugins
In reply to: [MembershipWorks Login Connector] Compatibility with IE8Hi pedrodg! Yes our plugins and MemberFindMe are compatible with IE8. We just tested it and the calls take about the same amount of time as on other browsers. It may be an issue with another plugin or the theme. Just to check, you are referring to the Ajax calls made by the login/logout widget of this plugin? The calls are handled by your website’s WordPress server itself, and involve the WordPress login/logout functions, for which other plugins/themes may have additional action hooks.
Hi cristy_polo! We do plan to interface with Paypal Payments Pro 2.0 sometime this year but probably Q2 or later. In most cases Paypal will let you setup a Paypal Website Payments Pro 3.0 if you call and talk to a rep. You may also want to look into Stripe which has similar fees, is very quick to setup, and actually provides more features via their API and MemberFindMe (eg. allows you to change renewal dates, etc).
Forum: Plugins
In reply to: [Constant Contact Widget] Contact added to additional listHi chophel! There is no known issue with the plugin that may cause this, so I’ll need more information to debug – can you send me the URL to the page with the issue, and a WordPress admin login to the website? Please email to admin@memberfind.me
Hi cristy_polo! You can createa a ticket that is free that is available only to members, and another ticket that is paid that is available to the public. When setting up the ticket, for the member ticket simply enable the “Restrict to” option and restrict that ticket to your members folder. For the public ticket, you can either make it available to everyone including members, or enable the “Exclude” option to exclude your members folder, if you want your members only to see the free ticket.
No problem!
Hi keller8899! Unfortunately with the older API we are using there is no way to specify or change the source with Constant Contact.
Forum: Plugins
In reply to: [MembershipWorks - Membership, Events & Directory] Custom user profilesHi AliBell! At this time faceted search can only be done through labels. You can create labels that can be used as a directory category/facet. Also you can make the labels member selectable so your members can set those labels themselves.
You need to enable the label to be a directory category and member selectable under the label setup. Then you will need to add a “User Labels” box to the membership forms so members can update those labels themselves. The labels will be displayed to your member as a list of checkboxes.
Forum: Plugins
In reply to: [Constant Contact Widget] "Forbidden" response when user tries to subscribeHi ohheyyyy! This is due to the Sucuri firewall you are running on the website, it is not allowing the plugin to send the information to wp-admin/admin-ajax.php. This is the standard location for ajax functions with WordPress and should not be blocked. Please disable the Sucuri firewall for that file…
Hi rloach! Please email us at admin@memberfind.me with the organization name/ID and url to your website, so we can test logging in on your website and figure out the issue.