ca2450
Forum Replies Created
-
Forum: Plugins
In reply to: [ProfileGrid – User Profiles, Groups and Communities] Hide about tabIs this fixed yet? I don’t want members to see other members emails.
Thanks
Forum: Plugins
In reply to: [ProfileGrid – User Profiles, Groups and Communities] Hide about tabThanks for the reply and adding it to the roadmap.
In the meantime, is there no way to use CSS and ‘display:none’ to hide it? It’s important that I hide names and emails on my forum to protect user identity.
Thanks again,
ChuckForum: Plugins
In reply to: [Favorites] Why do I have this error message?I have same issue! Need fix!
I’m getting same message all of a sudden. What’s the fix? Creator gone silent!
Forum: Plugins
In reply to: [Jeba Cute forkit] How to add WPCF7 to the curtainbump
Forum: Plugins
In reply to: [Contact Form 7] What would my mail settings be?Figured this out.
Incase anyone needs a sweet CF7:CSS:
.wpcf7-form input:focus, textarea:focus {outline: none; background-color: #E6AE48;} .wpcf7-form input, .wpcf7-form textarea { border-color: #808080 ; border-style: solid; border-width: 2px; font-size: 14px; border-radius: .2; box-shadow: 0 4px 10px -7px black;}
Use this code in your form:
<div style="float: left; width: 50%;"> <p>[text* your-name1 placeholder "First Name"] </p> </div> <div style="float: right; width: 50%;"> <p>[text* your-name2 placeholder "Last Name"] </p> </div> <div style="float: left; width: 50%;"> <p>[text* your-number placeholder "Phone Number"] </p> </div> <div style="float: right; width: 50%;"> <p>[email* your-email placeholder "Email Address"] </p> </div> ?<p>[textarea your-message 50x5 placeholder "Message"]</p> [submit "Send"]
<b>You have a new message via:</b> https://www.ArtillioDesigns.com/
And your mail settings should be:
To : [email protected]
From : [email protected]
Subject : Thanks for contacting Artillio Designs!
Additional Headers : Reply-To: [your-email]
Message Body<b>From:</b> [your-name1][your-name2]
<b>Email:</b> [your-email]
<b>Telephone:</b> [your-number]
<b>Subject:</b> Thanks for contacting Artillio Designs!
<b>Message Body:</b> [your-message]
—
This e-mail was sent from a contact form on Artillio Designs | Website Design and Development (https://artilliodesigns.com)CHEERS!
I’m having the same problem. Have you found a solution?
So it’s detecting spam? I have reCaptcha setup and have emptied my cache, still not sending the message. Anything else I should try? Is it a theme problem?
None of the options from that linked appear.
“There was an error trying to send your message. Please try again later.”
That’s what shows after trying to send a message.
ThanksForum: Plugins
In reply to: [Contact Form 7] Configuration Error MessageI’m having issues too
I’m getting the error message “There was an error trying to send your message. Please try again later.” when testing CF7.
Themeco support replied with “It looks like it’s expecting a captcha, it’s included in the response but NULL. I checked your CF7 integration and yes, there is reCaptcha. Please check if it’s integrated properly, or please contact CF7 author for this matter.”
I have not setup reCaptcha, nor is it in my code:
<div style="float: left; width: 50%;"> <input type="text" name="first" placeholder="First Name" /> </div> <div style="float: right; width: 50%;"> <input type="text" name="last" placeholder="Last Name" /> </div> <div style="float: left; width: 50%;"> <input type="email" name="email" placeholder="Email" /> </div> <div style="float: right; width: 50%;"> <input type="text" pattern="[0-9]" name="telephone" placeholder="Phone Number" /> </div> ?<textarea id="txtarea" rows="5" cols="50" name="message" placeholder="Message"></textarea> <b></b> <p>[submit "Send"]
Could the problem be in the mail settings?
To: [email protected]
From: [your-name] <[email protected]>
Subject: Artillio Designs | Website Design and Development “[your-subject]”
Additional Headers: Reply-To: [your-email]