MembershipWorks
Forum Replies Created
-
Forum: Plugins
In reply to: [Constant Contact Widget] Please enter email address error messageHi, the hyphen may be the issue, we do urlencode the list name but it may not be recognized by Constant Contact. Please try removing that from the list name on Constant Contact as well as in the widget.
Forum: Plugins
In reply to: [Constant Contact Widget] Please enter email address error messageHi, the new version 1.7 of the plugin should fix the issue.
Forum: Plugins
In reply to: [Constant Contact Widget] Help moving imput field and button apartHi, add this to your theme css file:
.widget_sf_widget_constantcontact input[type=”submit”]{margin-left:10px}
Replace 10px with whatever spacing you need…
Forum: Plugins
In reply to: [Constant Contact Widget] Please enter email address error messageHi, something added paragraph tags within the form and that is causing issues with the javascript. Give me an hour or so to update the plugin to deal with that…
Forum: Plugins
In reply to: [Constant Contact Widget] Please enter email address error messagePlease provide a link to the page where you are experiencing this issue so I can see what is happening on your site…
Forum: Plugins
In reply to: [MembershipWorks - Membership, Events & Directory] change font colorCSS rule pasted with html encoding, issue fixed.
Forum: Plugins
In reply to: [Redirect List] Import csv optionSorry about not documenting this feature… You do not need a title row, just 3 columns – old url, new url, 301 or 302 – basically matching the form. Open up the csv file with a text editor and paste the content into the provided text box. Click on the Import button again and it will populate the form based. Review and click Save Changes to finalize. If it does not look right, simply refresh the page and the changes would not be saved.
Forum: Plugins
In reply to: [MembershipWorks - Membership, Events & Directory] change font colorHi, can you email us at [email protected] with an administrative login to your website? There is not much we can do otherwise since that is just not showing up in any of your css files…
Forum: Plugins
In reply to: [MembershipWorks - Membership, Events & Directory] change font colorHi! I am still not seeing that line in any of your css files, did you verify that it is in the css file of your theme? What is the url to the css file that you added it to?
Forum: Plugins
In reply to: [MembershipWorks - Membership, Events & Directory] change font colorI searched through all your css files and did not find that line of css, did you add it correctly? Please verify that it was added by checking the source of your css files…
Forum: Plugins
In reply to: [MembershipWorks - Membership, Events & Directory] change font colorHi!
To change the font color in the event description, please add the following to your theme css file:
body #SFctr #SFevtinfdtl,body #SFctr #SFevtinfbtm tr>td{color:#eee}
(replace #eee with the color you want to use)
To organize your members by categories, you can create labels for the categories and check the “Enable this label to be used publicly for searching the directory” option for those labels. These categories will then be displayed when the visitor clicks on the “Options” button in the directory. If you prefer the button to say something other than “Options”, you can change that under MemberFindMe > Plugin Settings.
If you want your members to be able to select the categories for themselves, you also need to check the “Enable members to select or update this label themselves” option for the label, and add the User Labels box to the member sign up and member manage forms. Please see MemberFindMe > Help > Customization > Member Account Templates on how to add a User Labels box to the member forms.
For more advanced customizations of the directory, such as creating a directory page for a specific category or for a specific geographic area, please also see MemberFindMe > Help > Customization > Members directory.
Forum: Plugins
In reply to: [Constant Contact Widget] "Enter" button doesn't submit formVersion 1.6 now wraps the inputs in a form element and allows form submission using the enter key.
Yes, this widget simply adds the names to Constant Contact, it does not have any rules about how many people can sign up, so potentially you could have more people added to Constant Contact than you like.
Note thatConstant Contact does not keep multiple copies of the same email address, so you won’t have a situation where someone creates 1000 accounts with 1 email address.
Forum: Plugins
In reply to: [Constant Contact Widget] Widget Styling- add border, change widthHi! It appears that you have already fixed this, but just FYI, your theme has the following CSS rule:
aside .widget { padding:0 0 21px;margin:0 0 25px;border-bottom:1px solid #e0dede }
Writing the new rule as just “.widget_sf_widget_constantcontact” doesn’t give it sufficient priority to override the border-bottom setting of the above rule, which is why the bottom border isn’t working. You can either set the border rule as !important, or use “aside .widget.widget_sf_widget_constantcontact” which would give this new rule higher priority over the other rule.
Hi! You can use the MemberFindMe Events Widget to pull up a list of events, but at this time it does not have a slideshow ability. We will add this to our future feature roadmap…