MembershipWorks
Forum Replies Created
-
Forum: Plugins
In reply to: [Constant Contact Widget] importHi,
Sorry that is not one of the purposes of this plugin. You can import contacts directly on Constant Contact’s website…
Forum: Plugins
In reply to: [MembershipWorks - Membership, Events & Directory] CyrillicHi! I believe it will work now, please let me know. You may have to re-enter the event description again if it was previously corrupted…
Forum: Plugins
In reply to: [MembershipWorks - Membership, Events & Directory] CyrillicCharacter encoding issue fixed!
Forum: Plugins
In reply to: [Constant Contact Widget] CSS styling buttonThank you for the review! ??
Forum: Plugins
In reply to: [Constant Contact Widget] CSS styling buttonHi! Since you are using the shortcode, please target the element using the id, the following css will work:
#sf_shortcode_constantcontact_0_form input[type=”submit”]{margin-left:10px}
Forum: Plugins
In reply to: [MembershipWorks - Membership, Events & Directory] CyrillicHi! We received your email, we’re looking into this to see if we can fix it with our next release…
Hi, I am not seeing an issue with the layout on my browsers (Chrome, Internet Explorer and Firefox), the buttons appear where it should be, right below your title “Test Calendar” and the calendar itself. If you can post a screenshot of the problem on our support community:
https://plus.google.com/communities/107972590185770115343
and provide a member sign-in (in case the issue only appears when signed in) we can look into this further…
Hi, typically this is a problem with your theme css. Can you provide the url for me to take a look at your page so I can suggest a fix?
Hi BenRaciot!
It is not possible to customize the payment gateways, we have to create that integration on our end…
Forum: Plugins
In reply to: [Constant Contact Widget] Add form to pageShortcode support has been added to version 1.8
Forum: Plugins
In reply to: [Constant Contact Widget] Update changelog for 1.8I did actually, the updated descriptions are just not showing yet, I suspect there we have to wait a few hours for the cache to clear. Basically for 1.8 added shortcode option, fixed an encoding issue with the API that affected list names that had special characters.
Forum: Plugins
In reply to: [Constant Contact Widget] Add form to pageHi! Unfortunately at this time this plugin does not have a shortcode to put the form on its own page. We’ll look into doing that with the next version soon…
Forum: Plugins
In reply to: [Constant Contact Widget] Thank You Page RedirectHi, add your PHP under function sf_constantcontact_ajax:
if (intval($rsp[0]))
echo …
else {
/* your php here */
}Forum: Plugins
In reply to: [Constant Contact Widget] All clustered together!Hi, the Constant Contact widget does not contain any css so you do have to style it yourself. Try adding this to your theme css file:
.widget_sf_widget_constantcontact label{
clear:both;float:left;width:35%;margin-top:5px
}
.widget_sf_widget_constantcontact input[type=”text”]{
float:left;width:60%
}
.widget_sf_widget_constantcontact input[type=”submit”]{
margin-top:10px
}Forum: Plugins
In reply to: [Constant Contact Widget] Add field for CompanyHi, it is not possible with this version of the Constant Contact API we are using.