mstewar22
Forum Replies Created
-
I have this question as well. It appears that this used to come as a free option but now it says it’s a Premium Feature under Checkout > Emails in Woocommerce settings
Hold off, I may have found a fix..
Forum: Plugins
In reply to: [Mailchimp List Subscribe Form] PHP Warning: Missing argument 3Same error for me as well.
Warning: Missing argument 3 for MailChimp_API::get(), called in /home/littleg7/public_html/ruffrd.com/wp-content/plugins/mailchimp/mailchimp.php on line 841 and defined in /home/littleg7/public_html/ruffrd.com/wp-content/plugins/mailchimp/lib/mailchimp/mailchimp.phpon line 21
Forum: Plugins
In reply to: [Conditional Fields for Contact Form 7] Hiding everything after group tagAny update on this issue?
Forum: Plugins
In reply to: [Conditional Fields for Contact Form 7] Hiding everything after group tagForm code:
<h3>Legal Name</h3>
<div id=”fortyleft”>
<p>[text* first-name placeholder “First Name*”]</p>
</div><div id=”tenleft”>
<p>[text* middle-initial placeholder “Middle Initial*”]</p>
</div><div id=”fortyright”>
<p>[text* last-name placeholder “Last Name*”]</p>
</div><div id=”onehundred”>
<h3>Address</h3>
</div><div id=”onehundred”>
<p>[text* address placeholder “Street Address*”] </p>
</div><div id=”fortyleft”>
<p>[text* city placeholder “City*”]</p>
</div><div id=”fifteenleft”>
<p>[select* state class:drop first_as_label “State*” “AL Alabama”
“AK Alaska”
“AZ Arizona”
“AR Arkansas”
“CA California”
“CO Colorado”
“CT Connecticut”
“DE Delaware”
“DC District of Columbia”
“FL Florida”
“GA Georgia”
“HI Hawaii”
“ID Idaho”
“IL Illinois”
“IN Indiana”
“IA Iowa”
“KS Kansas”
“KY Kentucky”
“LA Louisiana”
“ME Maine”
“MD Maryland”
“MA Massachusetts”
“MI Michigan”
“MN Minnesota”
“MS Mississippi”
“MO Missouri”
“MT Montana”
“NE Nebraska”
“NV Nevada”
“NH New Hampshire”
“NJ New Jersey”
“NM New Mexico”
“NY New York”
“NC North Carolina”
“ND North Dakota”
“OH Ohio”
“OK Oklahoma”
“OR Oregon”
“PA Pennsylvania”
“RI Rhode Island”
“SC South Carolina”
“SD South Dakota”
“TN Tennessee”
“TX Texas”
“UT Utah”
“VT Vermont”
“VA Virginia”
“WA Washington”
“WV West Virginia”
“WI Wisconsin”
“WY Wyoming” ] </p>
</div><div id=”thirtyright”>
<p>[text* zip placeholder “Zip Code*”] </p>
</div><div id=”onehundred”>
<h3>Additional Info</h3>
</div><div id=”fortyeightleft”>
Please Select Phone Type*:<br>
<p>[radio phone-type default:1 “Home” “Work” “Cell”]</p>
</div><div id=”fortyeightleft-clear”>
<p>[text* phone placeholder “Phone Number*”]</p>
</div><div id=”fortyeightleft-clear”>
<p>Date of Birth*<br>
[date* date-of-birth]</p>
</div><div id=”onehundred”>
<p>Social Security Number*</p></div>
<p><div id=”tenleft2″>[text* social-one maxlength:3]</div><div id=”tenleft3″>[text* social-two maxlength:2]</div><div id=”tenleft3″>[text* social-three maxlength:4]</p></div><div id=”fortyeightleft-clear”>
<p>Email Address*<br>
[email* email] </p>
</div><div id=”onehundred”>
<h3>Type of Account</h3>
</div><div id=”fortyeightleft”>
Please Select Account Type*:<br>
<p>[select* account-type id:account-type “Individual” “Joint”]</p>
</div>[group group-310]
<div id=”onehundred”>
<h3>Legal Name (Joint Holder)</h3>
<div><div id=”fortyleft”>
<p>[text* first-name placeholder “First Name*”]</p>
</div><div id=”tenleft”>
<p>[text* middle-initial placeholder “Middle Initial*”]</p>
</div><div id=”fortyright”>
<p>[text* last-name placeholder “Last Name*”]</p>
</div><div id=”onehundred”>
<h3>Address (Joint Holder)</h3>
</div><div id=”onehundred”>
<p>[text* address placeholder “Street Address*”] </p>
</div><div id=”fortyleft”>
<p>[text* city placeholder “City*”]</p>
</div><div id=”fifteenleft”>
<p>[select* state class:drop first_as_label “State*” “AL Alabama”
“AK Alaska”
“AZ Arizona”
“AR Arkansas”
“CA California”
“CO Colorado”
“CT Connecticut”
“DE Delaware”
“DC District of Columbia”
“FL Florida”
“GA Georgia”
“HI Hawaii”
“ID Idaho”
“IL Illinois”
“IN Indiana”
“IA Iowa”
“KS Kansas”
“KY Kentucky”
“LA Louisiana”
“ME Maine”
“MD Maryland”
“MA Massachusetts”
“MI Michigan”
“MN Minnesota”
“MS Mississippi”
“MO Missouri”
“MT Montana”
“NE Nebraska”
“NV Nevada”
“NH New Hampshire”
“NJ New Jersey”
“NM New Mexico”
“NY New York”
“NC North Carolina”
“ND North Dakota”
“OH Ohio”
“OK Oklahoma”
“OR Oregon”
“PA Pennsylvania”
“RI Rhode Island”
“SC South Carolina”
“SD South Dakota”
“TN Tennessee”
“TX Texas”
“UT Utah”
“VT Vermont”
“VA Virginia”
“WA Washington”
“WV West Virginia”
“WI Wisconsin”
“WY Wyoming” ] </p>
</div><div id=”thirtyright”>
<p>[text* zip placeholder “Zip Code*”] </p>
</div><div id=”onehundred”>
<h3>Additional Info (Joint Holder)</h3>
</div><div id=”fortyeightleft”>
Please Select Phone Type*:<br>
<p>[radio phone-type default:1 “Home” “Work” “Cell”]</p>
</div><div id=”fortyeightleft-clear”>
<p>[text* phone placeholder “Phone Number*”]</p>
</div><div id=”fortyeightleft-clear”>
<p>Date of Birth*<br>
[date* date-of-birth]</p>
</div><div id=”onehundred”>
<p>Social Security Number*</p></div>
<p><div id=”tenleft2″>[text* social-one maxlength:3]</div><div id=”tenleft3″>[text* social-two maxlength:2]</div><div id=”tenleft3″>[text* social-three maxlength:4]</p></div><div id=”fortyeightleft-clear”>
<p>Email Address*<br>
[email* email] </p>
</div>[/group]
test text
<div id=”fortyeightleft-clear”>
<p>[submit class:sendform “Submit”]</p>
</div>——–
Conditional Tags settings:
if [account-type] equals “Joint” then show [group-310]
sent, thanks!
That is close. We can edit the users in “Users” but when we intially set this up, it was saving all the required info (business name, how you found us, address, etc), but now it seems it is collecting that info but not saving it. So when we go to Users > All Users > Edit User those required fields are shown in the profile but are blank. This is a new problem, maybe with the latest WP update?? I can send you access if you want to get that info on a private conversation as well..
Forum: Plugins
In reply to: [New User Approve] User Approved, but Not Able to Log In – 4.6 Update Issue?Yeah, sorry, never used Toolset and haven’t heard a thing from support on here, so I had to go another route….best of luck!
Forum: Plugins
In reply to: [New User Approve] User Approved, but Not Able to Log In – 4.6 Update Issue?I was using it in conjunction with another plugin called Profile Builder and I think they had issues working together. I found a plugin called “New User Approve – Ignore Password Reset” that may help you, but I ended up just making a small concession and upgrading the Profile Builder plugin that had a similar feature.
You can get the Password add-on plugin here:
https://www.memberpress.com/user-manual/admin-approval-for-new-members/Forum: Plugins
In reply to: [Conditional Fields for Contact Form 7] Hiding everything after group tagAny update on why the submit button, which is after the [/group] tag is being hidden?
Forum: Plugins
In reply to: [Contact Form 7] Styling the Form IssuesAny update on this issue?
Forum: Plugins
In reply to: [Contact Form 7] Styling the Form Issuesthe upper form, in the content, not the one in the footer
Forum: Plugins
In reply to: [Job Manager] Filtering applicationsStill not working properly i don’t think. I marked several applications with 2-4 stars, then went to filter and chose 4 stars. Only one was shown at the top. That was the only field I put any info into…
Forum: Plugins
In reply to: [Job Manager] Save specific applications?My client has a cleaning business and is accepting applications. He is saving almost all of them, but would like to save some of the better ones in a designated area perhaps. Maybe a folder type system, or a “saved applications” beyond just having them there on the applications page.
I also wrote about the star rating system not filtering properly, this could potentially be a way around creating a separate area as well…
Forum: Plugins
In reply to: [WP Testimonial Widget] remove background colorThat did not work, but I found a workaround if anyone else has the same question.
p.testimonial_content {
background-color:#572760;
}Even setting background to transparent or none resulted in a black background with my theme, obviously something elsewhere is overrriding it. I did a spot color sample to find out the color of the widget area and matched it with my code above.