MembershipWorks
Forum Replies Created
-
Forum: Plugins
In reply to: [Constant Contact Widget] Link To Constant ContactHi sdr2585!
You can add spacing between the email box and button using CSS. If you are unfamiliar with CSS, you may want to consult with your developer about adding the needed CSS style.
You have to provide the Constant Contact email/password under Settings > Constant Contact. There is no limit to the number of signups you can process through the plugin, but your Constant Contact account may limit the number of contacts.
Forum: Plugins
In reply to: [MembershipWorks - Membership, Events & Directory] RSS feed for EventsHi geckogully! At this time it is not possible to obtain a RSS feed of the events in MemberFindMe…
Forum: Plugins
In reply to: [Constant Contact Widget] Help with closing up spacing & form widthHi bobmack! The purpose of this plugin is to be lightweight/basic/fast and without CSS so developers to style it themselves. There are other Contact Contact plugins that offer more elaborate styling and feature sets if that is what you need. To change the text you will need to edit the plugin PHP.
Forum: Plugins
In reply to: [MembershipWorks Login Connector] shortcode in template not working?Hi tanmccuin! We apologize for completely missing this post, we did not receive an email notification from WordPress.
For the record, as a workaround you can call the function like this:
$response=sf_memberonly(‘[memberonly]’);
if $response is an empty string then the member is signed in, current and has the relevant permissions. Otherwise $response will contain either the relevant message or sign-in box (in HTML).
Forum: Plugins
In reply to: [MembershipWorks Login Connector] Mixing shortcodesHi spidea! You can have a link in the message, for example:
[memberonly message=”this is a link“]
Note that any HTML cannot use double quotation marks since that is used to enclose the message.
You can also display your signup form for non-members, but you will not have any of the sorting/level filters available with the regular signup shortcode:
[memberonly nonmember=”join”]
Forum: Plugins
In reply to: [Constant Contact Widget] Add Additional FieldsHi tmac1926! There is no way to add additional fields through this plugin.
Forum: Plugins
In reply to: [Constant Contact Widget] Multiple CC accounts on one siteHi shanacorbin! This is not possible with the plugin as is, you can have a developer create a custom plugin (based on this one as a starting point for example) that would fit your needs…
Forum: Plugins
In reply to: [Constant Contact Widget] Browser Dialog Box Upon SubmissionHi alteraweb! The plugin only outputs something when there is an error during the wp Ajax call, so if the script receives any text it will assume an error occurred and puts up a dialog box. Since you have a blank box, this means that something added whitespace to the output of the plugin during the Ajax call. If you edited this plugin make sure there is no whitespace outside of the <?php ?> tags. Also it could be something from your theme or another plugin that is hooked onto admin-ajax.php
Forum: Plugins
In reply to: [Constant Contact Widget] Help with closing up spacing & form widthHi wpdouglass! There is no way to add a zip code field. In general we do not provide custom CSS work but you can add this to your theme CSS for the width/spacing:
.constantcontactwidget_form input{max-width:100%}
.constantcontactwidget_form p{margin-bottom:0.5em}Forum: Plugins
In reply to: [Redirect List] URL Redirect Not Working (Special Case)Hi wlamoreaux, you will enter it exactly as you have listed above, and it will only be redirected if the params match. Note that there must not be a model.php file unless it processes all the regular wordpress theme actions.
Hi Christine! At this time this behavior cannot be customized…
Hi Christine! For PCI compliance reasons (to meet card processing requirements to accept credit cards on your website), all user editable fields are stripped of javascript and iframes before they are displayed to prevent XSS attacks. There is no way to allow users to define HTML that contains javascript or iframes that would be displayed as part of their profile.
Forum: Plugins
In reply to: [Constant Contact Widget] Style button with existing theme classHi dyoungprod! That should add the class fushion-button-text to the submit button. But the fushion-button-text class style may not be applicable to the input element type. You will need to use developer tools and inspect the CSS styles for the element to determine what the issue is.
Forum: Plugins
In reply to: [MembershipWorks - Membership, Events & Directory] Event Registration FormHi ksapaugh! The user interface is subject to change as we release new features, this particular change was applied when we introduced the ability to add questions per ticket.
Forum: Plugins
In reply to: [MembershipWorks - Membership, Events & Directory] Event Registration FormHi ksapaugh!
1. You could make the registration form background transparent using CSS overrides. For more information please see MemberFindMe > Help > Customization > CSS & Colors.
2. There is no way to change the user interface of the registration form.