carolemagouirk
Forum Replies Created
-
I have the same setup as the original poster:
Logged-Out – block everything except a couple pages
Subscriber – extend logged-out and show account page
Paid – extend subscriber and show everything
I’ve tried for 6+ hours and it continues not to work in new and exceedingly frustrating ways with each adjustment.
Can you make a simple setup guide for this specific situation?
I’ve read everything, tired everything (including your answer above) and nothing works.
Thank you.
Forum: Plugins
In reply to: [Expire Users] Sends multiple mail on expireSame thing happens to me, multiple expiration emails.
The difference is mine keep happening every 10 or so minutes.
Not sure whats triggering it or the exact interval.
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] How to add hidden field to comment formHere’s I got it working. I added the following code to functions.php:
// Add signup location to comments subscribe checkbox add_filter( 'comment_form_field_email', 'my_comment_form_field_email' ); function my_comment_form_field_email( $email_field ) { return $email_field.'<label><input type="checkbox" name="mc4wp-subscribe" value="1" />Subscribe to my newsletter.</label><input type="hidden" name="mc4wp-SIGNUP" value="Comments">'; }
This looks for the email field, adds the checkbox below it, and correctly attributes my hidden field in mailchimp.
I found this solution based on this answer in stackexchange: https://wordpress.stackexchange.com/a/127030
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] How to add hidden field to comment formI guess I should have been more specific. ??
I’d like to add a hidden field for a custom field called “SIGNUP” to the comments section on my site using your comment form integration.
However, I don’t know how to tell your plugin how to do that.
I’ve I tried adding a custom sign-up form in functions.php:
function output_hidden_field_in_comment_form() { ?> <label> <input type="checkbox" name="mc4wp-subscribe" value="1" /> Subscribe to my newsletter. </label> <input type="hidden" name="mc4wp-SIGNUP" value="Comments"> <?php } add_action( 'comment_form', 'output_hidden_field_in_comment_form' );
I’ve tried SIGNUP and mc4wp-SIGNUP as the
name
to my hidden form.Is there some version of
_mc4wp_lists[]
I should be using?I’ve decided to use Advanced Custom Fields instead and I would like a full refund of the price of your premium plugin.
I have also sent this request using your support form.
Thank you.
Your reply did not come close to answering my questions.
“[RM_Front_Submissions] is indeed the shortcode that you need to use on the page in order to display the account related information. Do note that it will only be visible once users logs into their account. Each user will be able to view their own submission data.”
Please answer my question here so that other people can be helped, too.
1) There is a display:none style on the div that contains the user area:
<div class="rmagic" id="rm_front_sub_tabs" style="display: none;">...</div>
This hides the entire user area. Why your code would even do this baffles me.
2) When I remove the style in the browser, the page is styled improperly, it doesn’t look at all like the photo your plugin advertises:
mine) https://image.prntscr.com/image/tZ2a–6wR2myHOFOAv0fZA.png – yours) https://ps.w.org/custom-registration-form-builder-with-submission-manager/assets/screenshot-4.pngI switched to the Twenty Twelve theme. As you can see, the navigation is not styles correctly.
3) The navigation is unclickable. The cursor turns into an I-beam on hover instead of a pointer, as links normally do. The logout link actually looks and works like a link. Reset password doesn’t look like a link but when you click it, the content of the page changes to the reset password form. There is no way to get back to the regular content aside from clicking the back link in the browser.
What I have done:
– Disabled all plugins
– Switched themes
– Used different browsers
– Cleared browser cache
– Used different logged-in users including adminPlease address my 3 issues listed above noting the steps I have already taken.
Thank you.
- This reply was modified 6 years, 9 months ago by carolemagouirk.
Registration magic. It’s completely different but it does more of what I originally needed.
That was the first thing I tired and it didn’t work.
I’ve moved on to a different plugin.
Thank you for your help.
I created a ticket there before I came here.
I don’t have woocommerce and I don’t plan on using it, that’s not my problem.
The entire page is blank because the javascript is adding a display:none style to the entire shortcode.
For $89 I expected at least the pages would show up. ??
Can you read my problem and give me some support here, please?
And none of the links work except logout and password.
But when you click password, the content changes and I can’t get back.
I tried changing themes, but the problems persist.
Regarding “put passwords fields after custom email field” : You can add manually password field using field manager.
Where is the password field in the field manager?
I just bought this plugin and I can’t move the password fields below the email field when building a registration form.
Why would they ever be the first inputs in a registration form? This is very frustrating.
Thank you, that was super fast.
I’ve set up a mirror and am migrating to a new server this weekend.
Thanks again. ??
Thanks for the quick response.
Talked to my boss’s host a few weeks ago and they said they updated… guess not.
Thank you again!
Forum: Plugins
In reply to: [Microblog Poster - Auto Publish on Social Media] Duplicated Facebook PostI’m having a triple posting issue and “Metabox Insights” and “Link Suggestions” don’t exist anywhere in my Yoast SEO Premium tabs.
Specifically, I’m posting 3 separate posts a few seconds apart to twitter and tumblr even though my settings say to only send ONE post every 3 hours.
It sends 3 posts every 3 hours.
Also, twitter can’t upload images, it says this:
{"request":"\/1.1\/media\/upload.json","error":"media type unrecognized."}
Forum: Plugins
In reply to: [Content Resharer] Fatal ErrorLooks like this plugin just doesn’t work for me anymore.
I’ve taken every step I can imagine to remove any lingering data from my database after deleting the plugin and it never fails to reinstall EXACTLY as broken as it was.
This is infuriating and I’ve spent entirely too much time trying to fix it.
Is there a similar plugin you can recommend?
I’ve looked at a bunch and they either have insane monthly fees or don’t automatically tweet old posts (including custom post types).
Thanks for your help, anyway.
- This reply was modified 7 years, 4 months ago by carolemagouirk.