MembershipWorks
Forum Replies Created
-
Forum: Plugins
In reply to: [Redirect List] Maximum number of RedirectsHi finalcreations!
Sorry it took a while to get around to this, the issue is due to standard Apache/PHP installations having limits on the number of variables that can be submitted on a POST. Version 1.5 gets around this by parsing the entire list into a string before submitting it.
Forum: Plugins
In reply to: [Redirect List] Redirecting from non-WP siteHi cassienbeyer!
This is exactly what we wrote the plugin for… we use this plugin all the time on our customer websites to redirect old urls, like the ones you have, to the new urls.
Forum: Plugins
In reply to: [Constant Contact Widget] Not seen Constant Contact Widget in sidebarAre you using a version of WordPress older than 3.0? This plugin required 3.0 and up.
Otherwise I will need admin access to your website to debug this, please email me the access at admin@memberfind.me
Forum: Plugins
In reply to: [Constant Contact Widget] Not seen Constant Contact Widget in sidebarAre you running a caching plugin or any other sort of caching system (eg CloudFlare)? You will need to clear the cache if you are. Otherwise, try adding another/different widget to the sidebar and see if you are actually adding it to the correct sidebar.
Forum: Plugins
In reply to: [Constant Contact Widget] Interest Category Does Not ExistHi Susan! Glad it was a simple fix 🙂 Thank you very much for the review as well!
Forum: Plugins
In reply to: [Constant Contact Widget] Constant Contact username/password not acceptedI apologize about not responding sooner. I have encountered this issue once, and everything works as soon as you reset or change your password with Constant Contact. I cannot replicate what conditions under which this problem occurs. My current hypothesis is that Constant Contact will block API calls on your account if any API calls in the past were made with an incorrect password.
Forum: Plugins
In reply to: [Constant Contact Widget] Interest Category Does Not ExistHi Susan! Can you try changing the name to “Eline” (without the dash) on Constant Contact, as well as in the widget, and let me know if that works? It may be an encoding issue with the dash symbol…
Forum: Plugins
In reply to: [Constant Contact Widget] Resize Text Box size with simple catch themeHi! Use this CSS to override the style applied by your theme:
#sidebar .widget_sf_widget_constantcontact .input[type=”text”] {width:160px}
Forum: Plugins
In reply to: [Redirect List] links are not redirecting?No further response from OP after last post. Topic closed…
Forum: Plugins
In reply to: [Redirect List] Maximum number of RedirectsThe data is stored in the WordPress wp_options table, which should provide a ~4GB limit on the value, so it should handle well over 332 redirects. What actually happens when you try to save more than 332 redirects, are you able to add it on the user interface but it simply ignores the additional entries when you save?
Forum: Plugins
In reply to: [Constant Contact Widget] Constant Contact username/password not acceptedHi,
The error message is displayed when the widget gets the response from Constant Contact that the credentials are incorrect. Make sure you have the right capitalization and that there are no extraneous spaces in the username and password. Also make sure the list name is correct as well. Also in one case we have found that changing the password in your Constant Contact account (and updating it accordingly in the widget) may clear up the error, it could be a bug with how the password is stored by Constant Contact.
If none of these work, please email me the login credentials at admin@memberfind.me and I can look into it further…
Forum: Plugins
In reply to: [Constant Contact Widget] css styling for widget and shortcodeHi! To center the submit button, center the text in the widget and then add the css to left align the paragraphs:
.widget_sf_widget_constantcontact,#sf_shortcode_constantcontact_0_form{text-align:center}
.widget_sf_widget_constantcontact p,#sf_shortcode_constantcontact_0_form p{text-align:left}You cannot use css to add placeholder text, but you can do that by editing the plugin file itself, by adding placeholder=”…” appropriately for each input. However, note that IE8 and IE9 do not support HTML5 placeholders, so a large chunk of your web visitors won’t be able to see those placeholders. The only way to make it truly cross-browser would require some javascript listeners…
Forum: Plugins
In reply to: [Redirect List] links are not redirecting?Hi,
What is the email address to send the plugin to? Note that it may take many tries to diagnose this issue, so it could take alot of time this way. The easiest would be to make the plugin file writable so I can modify it for testing, and then you can revert it back once we’ve solved the issue.
Forum: Plugins
In reply to: [Redirect List] links are not redirecting?Hi,
I am unable to edit the plugin, can you make the Redirect List plugin files writable so I can edit them from WordPress? Or I would need to be able to upload a new plugin, but a FTP password is required…
Forum: Plugins
In reply to: [Redirect List] links are not redirecting?Hi,
We will need admin access to your site to diagnose the issue. Can you email the login information to us at admin@memberfind.me?