MembershipWorks
Forum Replies Created
-
Forum: Plugins
In reply to: [MembershipWorks Login Connector] shortcode in templateHi Bradley Pirman! that is correct, the function will return an empty string given the parameter you pass it, if the user had permission as a member to access the content. However a WordPress administrator is not a member. So you should perform your testing on a separate browser, logged in as a member.
Forum: Plugins
In reply to: [MembershipWorks Login Connector] shortcode in templateHi Bradley Pirman! That is the message shown if you are logged in as a WordPress administrator so that is normal. Since you are testing for no response, this message causes the first IF statement to be false.
You will need to test on a separate browser (not a separate tab/window) where you are logged in as a member with the appropriate permissions (ie. have the appropriate label and a renewal date that is sufficiently current).
Forum: Plugins
In reply to: [MembershipWorks Login Connector] shortcode in templateHi Bradley! This should have worked, what is the response/message you are getting?
Hi crisbucek! You should turn on Force SSL Administration in WordPress HTTPS so the ajax call is made via HTTPS. Otherwise on HTTPS enabled pages the calls will fail due to cross-domain restrictions.
Hi cyndyphillips! If you want the event list to show all the groups, you can change the shortcode to:
[memberfindme open=”!event-list”]
The original shortcode would omit any events that are in event group 5 and 10+.
Forum: Plugins
In reply to: [Constant Contact Widget] Layout of WidgetHi sdr2585! You can alter the layout with your own CSS. If you are unfamiliar with CSS please consult with your web developer to layout this widget to your liking.
Forum: Plugins
In reply to: [Constant Contact Widget] Custom form hook/action/?Hi opietrav! To keep this plugin fast and simple, it does not use any hooks or actions. You can ignore any plugin updates if the current version is working for you, the updates have only been to fix issues of compatibility with certain themes/setups.
Forum: Plugins
In reply to: [MembershipWorks Login Connector] Bulk Member ImportHi dobridge! The login connector does not synchronize the MemberFindMe accounts with WordPress users, it only creates an account as needed – ie. when the user signs in or signs up on your website.
Forum: Plugins
In reply to: [Constant Contact Widget] CC username/password not acceptedHi andy3web! The login/password needs to be the primary user – the person who signed up for the Constant Contact account. Any other users/administrators cannot be used.
Forum: Plugins
In reply to: [Constant Contact Widget] Changing color of textHi bhushan123! You will need to change it via CSS. If you are not familiar with CSS, please consult with your web developer…
Forum: Plugins
In reply to: [Constant Contact Widget] add widget in pageHi bhushan123! You can use shortcodes to place it in the page. Please see the FAQ section for details.
Forum: Plugins
In reply to: [Constant Contact Widget] Interest category does not exist : general listHi bhushan123,
This is not a bug, it is what is reported by Constant Contact. Make sure you are using the correct list name for the list you want to add to in Constant Contact.
Forum: Plugins
In reply to: [Constant Contact Widget] Browser Dialog Box Upon SubmissionHi twistedpuppy,
Please update to version 1.9.3 which will now tolerate blankspace characters created by your theme/other plugins.
Forum: Plugins
In reply to: [MembershipWorks - Membership, Events & Directory] Pre-install QuestionHi AustinWeb! Yes you can send out mass emails to all your members from within the plugin. If you like more information you can schedule a demo request from our website:
Forum: Plugins
In reply to: [Redirect List] redirecting and keeping query values and parametersHi wesyah234! This plugin is designed to match query parameters in the URL prior to the redirect, but it does not retain and pass on the query parameters to the new URL.