MembershipWorks
Forum Replies Created
-
Forum: Plugins
In reply to: [Constant Contact Widget] Layout of fieldsHi nuonis! You can but you will need to write some CSS, the exact CSS code you need will depend on your theme. This is an example (note that this may not work for your theme, please consult with your web developer for custom development):
.constantcontactwidget_form p {display:inline-block;margin-right:10px}
Forum: Plugins
In reply to: [Constant Contact Widget] Confirmation emailThank you for understanding! Also your review was very much appreciated 🙂
Forum: Plugins
In reply to: [Constant Contact Widget] Confirmation emailHi nuonis! We did look into using the current API, unfortunately it would have to be tied to an API account that would be limited to 10,000 free API calls a day. Keep in mind that is across all users of this plugin, so it would be quite easy to hit that limit. We did not want to turn this into a plugin with ads/links to cover any potential costs of using the new API. That is why we stuck to using the old API…
Forum: Plugins
In reply to: [Redirect List] Links not redirectingHi rosemariebrown! When entering the redirect, can you try entering the redirect as follows:
/runner/channel/UCKRWR47y2TBCatiH4IhZ1Ow >> http://www.youtube.com/channel/UCKRWR47y2TBCatiH4IhZ1Ow
ie. omitting the site URL http://www.likefollowshare.co.uk and entering the FROM url as a relative path of the domain.
Forum: Plugins
In reply to: [Constant Contact Widget] Confirmation emailHi nuonis! Thank you for the suggestion, I did some research and unfortunately we are using an older Constant Contact API which does not allow us to send an automated welcome email…
Forum: Plugins
In reply to: [Constant Contact Widget] Admin Ajax functions brokenHi creatureweb! Thank you for the feedback and email. We had tested the plugin on WP 4.0 and found no conflict with WordPress itself. The issue may be a conflict with the theme or another plugin on your site. We can take a look and see if we can debug this on your backend if you can send us administrator login credentials.
Forum: Plugins
In reply to: [Constant Contact Widget] Widget in Page- SettingsHi tracylcorwin!
Using the shortcode, you should specify the interest category:
[constantcontactwidget grp=”interest category name” btn=”button text” msg=”success message”]
Note that the name needs to match exactly – capitalization, spaces, etc.
Hi cruzk1! You have to select a “Calendar color” from the event setup, even if you are using the event list view and not the calendar view. If you do not see any colors to select from, you may not have enabled any for the event group, in which case you do have to enable some colors for that event group. Finally don’t forget to click on “Save” on the bottom of the event setup page after you change the color…
Forum: Plugins
In reply to: [MembershipWorks - Membership, Events & Directory] Member profilesHi dadvan! You can allow members to add multiple locations or contacts to their account, and those locations/contacts can be listed in their directory profile. However at this time you cannot restrict the number of contacts they can add based on membership level.
Hi TheOldFortLodge! MemberFindMe does not support subscriptions in weeks or days intervals, but you can create multi-month or multi-year memberships — when you create the membership level you have the option to put in the number of months or number of years. The only exception is for automatic recurring billing, where you cannot create multi-year subscriptions, as that is not supported by any of the payment gateways.
Theme was changing some of the javascript code hence breaking the form. Problem has been fixed and workaround will be included with version 2.0.
We were not contacted through the WordPress support forums, by email or on our Google+ forum. There has not been any major bugs reported by anyone else. This does not seem to be a legitimate review.
Forum: Plugins
In reply to: [Constant Contact Widget] Need to resize the text box areaHi cent0909! This plugin is provided without any CSS, it will rely on your theme’s default styling for text boxes and buttons. How to edit the theme CSS file can vary depending on your theme, but by default it is under Appearance > Editor.
I do not see any specific issues with how the plugin appears on your website. If you wish it styled a specific way, please do understand that while we try to assist with specific problems with the plugin, we do not provide a web design service, and you may need to seek the assistance of a web designer or your theme designer to style elements to your needs.
Forum: Plugins
In reply to: [Constant Contact Widget] Add checkbox field?A consent/permission checkbox option has been added to Constant Contact Widget version 1.9!
Forum: Plugins
In reply to: [Constant Contact Widget] Constant Contact Not workingnancymoy: Is the error being reported as “Could not connect to Constant Contact”? If so, there may be an issue with your server connection, or with your server resolving the DNS for api.constantcontact.com.
mpgdragon: Constant Contact Widget uses the standard WordPress “wp_ajax” AJAX hooks and POST url – admin_url(‘admin-ajax.php’). It sounds like your theme or another plugin, perhaps a security plugin, or your server htaccess/mod-rewrite setup, is making the link for admin_url(‘admin-ajax.php’) not work correctly.