Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle
Search Results for 'contact form 7'
-
AuthorSearch Results
-
In forum: Membership Forums
In reply to: php 7.2
Yes. Sent form with several different emails. Also, had problems with Contact 7 plugin so changed to WPForms plugin. No problem until I switched to php 7.2. Hope this can be solved. I like WPForms plugin and hope to stay with it. But if not, what other plugin has a good track record?
In forum: Membership ForumsIn reply to: php 7.2
February 20, 2019 at 4:13 pm #217191Did you try sending to a different email?
All I can tell you is that I use php 7.2 everywhere and I have no issues with WPForms but if you want to try a differnet forms plugin contact form 7 or calderaforms are great options.
Ben
In forum: Membership ForumsTopic: php 7.2
I just switched from php 5.6 to 7.2 today. The only issue I am having it seems, which my host provider mentioned is common, is with the contact form. I have posted my query with WPForms and WPMail SMTP. No reply as yet. Any ideas?
My host provider suggested use wmpmail smtp to work around php. I installed/activated and set it up. The test email worked. But the contact form from WPForms test submission said it was sent but it was not received. Don’t know what is going on between the two plugins by the same developer. WPmail SMTP claims that plugin is totally compatible with all php version, including 7.2.
I am using Virtue Premium child theme.
*Login to see linkIn forum: Virtue ThemeIn reply to: Slider above menu Contact Page
Not without using the feature page template. But you could do that and then use a contact form plugin such as contact form 7 (https://wordpress.org/plugins/contact-form-7/) to add a contact form to the page via shortcode.
Hannah
In forum: Virtue ThemeIn reply to: Which Contact Form to Use?
Hello,
1. You can use whichever option you prefer. Both Contact Form 7 and WP Forms are good plugins for building contact forms. WP Forms is a bit more user friendly, so you may want to start there and see if it works for you.
2. Yes, with the plugins you can create and place as many forms as you need.
Let me know if you need any further assistance.
-Kevin
In forum: Virtue ThemeTopic: Which Contact Form to Use?
Hi,
There appears to be several options for embedding contact forms on the site.
1). The Virtue Premium theme has a contact form already provided as a template. However, I also see on your site these guidelines to using other contact forms. Which one is most current? And is highly recommended by you for success? You do recommend Contact 7?
*Login to see link
*Login to see link
*Login to see link2). I wish to place two contact forms on my site. One for general contact and another for reader’s questions? Is that possible? Of course, they each will have a different email address.
Thank you,
PamIn forum: Ascend ThemeHi,
I am getting lots of spam on the standard testimonial form: [kad_testimonial_form submit_label=”Add review” success_message=”Thank you for your review! It will be processed shortly.” location=”true”]
*Login to see linkI tried all mentioned here: *Login to see link
and I also installed Kadence reCaptcha, created new V2 site keys and entered them, turned on “Enable for testimonial form” in theme specific options, but still no recaptcha shows. I also tried V3 recaptcha site keys, no change.1. I do have recaptcha v3 in CF7 on the contact page, and it does seem to load on all pages. Could this create a problem for your Recaptcha plugin?
Thanks,
LukasIn forum: Membership ForumsWPFORMS seems to trip over itself. There is no reCaptcha logo on Home Page or using google developer tools debug. As soon as the contact form is started the reCaptch logo appears (before any field is entered) and debug reports :
Uncaught Error: reCAPTCHA has already been rendered in this element
at Object.T_ (recaptcha__en.js:503)
at HTMLDivElement.<anonymous> ((index):416)
at Function.each (jquery.js?ver=1.12.4:2)
at a.fn.init.each (jquery.js?ver=1.12.4:2)
at wpformsRecaptchaLoad ((index):416)
at Yb (recaptcha__en.js:501)
at UF (recaptcha__en.js:498)
at recaptcha__en.js:513
at recaptcha__en.js:532I tried Contact 7 but the recaptcha logo appeared on the main pageas well as the contact page.
I will just wait for a new release and rely on honey pot in the meantime
In forum: Virtue ThemeIn reply to: Saving page
In forum: Ascend ThemeIn reply to: Contact Form Pop Up on Click
You should be able to add the class to the html like this:
<a href="https://phelpslawgroup.com/sms-test/#contact_form_pop" id="kadbtn1287" target="_self" class="btn button btn-shortcode fancybox-hidden" style="background: rgb(226, 71, 71); border-color: rgb(226, 71, 71); color: rgb(255, 255, 255);" onmouseover="this.style.background='#af2e2e',this.style.color='#ffffff'" onmouseout="this.style.background='#e24747',this.style.color='#fff'">SEND A MESSAGE</a>Try adding your link to this bit of html and let me know if it works for you.
-Kevin
In forum: Ascend ThemeIn reply to: Contact Form Pop Up on Click
This is how did the text link. Is there a way to add this fancybox class to the button style someone?
Send a Message
<div class=”fancybox-hidden” style=”display: none;”>
<div id=”contact_form_pop”>[contact-form-7 id=”1895″ title=”Landing Page Contact Form”]</div>
</div>In forum: Ascend ThemeIn reply to: Contact Form Pop Up on Click
This is probably something you’re going to have to add with html, much like the previous button with the SMS link.
Try adding the link to this html and pasting it to your site:
<a href="https://phelpslawgroup.com/sms-test/#contact_form_pop" id="kadbtn1287" target="_self" class="btn button btn-shortcode" style="background: rgb(226, 71, 71); border-color: rgb(226, 71, 71); color: rgb(255, 255, 255);" onmouseover="this.style.background='#af2e2e',this.style.color='#ffffff'" onmouseout="this.style.background='#e24747',this.style.color='#fff'">SEND A MESSAGE</a>-Kevin
In forum: Membership ForumsJanuary 18, 2019 at 10:18 am #213753Hi, I’ve run into a mix of reCaptcha issues in the past couple weeks, beginning with my Contact Form 7 plugin not working because it now requires reCaptcha V3 keys, not V2 keys, but the updated plugin apparently has a bug with V3 keys (or did a month ago).
So I switched form plugins to WPForms, which I was able to get to work with the V3 reCaptcha keys, but that (possibly?) caused issues with the Kadence reCaptcha plugin, which had been set up earlier using the V2 keys to protect the wordpress admin login form. When I updated the Kadence plugin with the V3 keys, that caused reCaptcha to fail, so I could no longer log in at all. After rolling that back, I deactivated my Forms plugin and reactivated the Kadence reCaptcha with V2 keys, so my admin login page is protected and working again, but I have no contact forms solution.
Has anyone else updated to V3 reCaptcha keys with the Kadence reCaptcha plugin and had it break? I’m only able to get it to work with the V2 keys.
Thanks,
ChrisIn forum: Virtue ThemeIn reply to: Editing Style 3 Demo Content Inporting To My Site
January 17, 2019 at 6:54 pm #213706Hey kevin, I tried what you provided to me in your reply and could not find the demo content and images to edit. After clicking edit page or trying from theme option nothing to edit. After importing the demo content, am I not suppose to be presented with demo content to edit. Will you be able to do a webex video conference with me? Or could I reach you via phone for a brief phone call? This back and fort posting on the forum is not helping. The following links is what I get when I click on edit page for the pages. The contact page is the only page I could see and edit. here the links:
Edit page: http://www.clinicforlesshomevisit.com/wp-admin/post.php?post=22&action=edit
Contact US: http://www.clinicforlesshomevisit.com/wp-admin/post.php?post=45&action=edit
Testimonial Form: http://www.clinicforlesshomevisit.com/wp-admin/post.php?post=502&action=edit
Home page: http://www.clinicforlesshomevisit.com/wp-admin/admin.php?page=kad_options&tab=7
Home Slider: http://www.clinicforlesshomevisit.com/wp-admin/admin.php?page=kad_options&tab=5Anyone please help
In forum: Ascend ThemeTopic: Errors on site
January 14, 2019 at 2:02 pm #213302Hi, I have problems since late Friday when someone posted 4 Posts in my site. All my subscribers and myself received notifications but it wasn’t me. I’ve immediately changed my passwords but since then received more than 100emails confirming post updated although I didn’t do a thing. Bluehost send me the following message today and would appreciate your input:
Hello Mimmie,
Thank you for contacting support. We hope that you are having a good day. We do strive to provide the best customer service and hosting experience to all our customers. This email is in regards to your case 10207721.The reason you are receiving emails from [email protected] to [email protected] is because [email protected] is setup as both the admin email and the contact form email recipient.
We have found errors in both the public_html/error_log and in public_html/wp-admin/error_log:
public_html/error_log:
[14-Jan-2019 16:35:37 UTC] PHP Warning: Invalid argument supplied for foreach() in /home3/dventwg5/public_html/wp-content/themes/ascend_premium/lib/kad_shortcodes/gallery.php on line 464public_html/wp-admin/error_log:
[14-Jan-2019 15:06:14 UTC] PHP Fatal error: Uncaught ArgumentCountError: Too few arguments to function bha_clear_notices(), 1 passed in /home3/dventwg5/public_html/wp-includes/class-wp-hook.php on line 288 and exactly 2 expected in /home3/dventwg5/public_html/wp-content/plugins/wp-affiliator-master/plugin.php:416
Stack trace:
#0 /home3/dventwg5/public_html/wp-includes/class-wp-hook.php(288): bha_clear_notices(‘adventuretravel…’)
#1 /home3/dventwg5/public_html/wp-includes/plugin.php(203): WP_Hook->apply_filters(‘adventuretravel…’, Array)
#2 /home3/dventwg5/public_html/wp-includes/option.php(312): apply_filters(‘pre_update_opti…’, ‘adventuretravel…’, ‘adventuretravel…’, ‘bha_username’)
#3 /home3/dventwg5/public_html/wp-admin/options.php(274): update_option(‘bha_username’, ‘adventuretravel…’)
#4 {main}
thrown in /home3/dventwg5/public_html/wp-content/plugins/wp-affiliator-master/plugin.php on line 416
[14-Jan-2019 16:49:30 UTC] PHP Warning: count(): Parameter must be an array or an object that implements Countable in /home3/dventwg5/public_html/wp-content/plugins/contact-form-7-mailchimp-extension/lib/system.php on line 92These errors are with the theme and with plugins currently active on your website. You can take these errors to the theme and plugin developers for further support. If they give you instructions to try to resolve the issue/s please let us know and we can do our best to help you implement the solution.
We appreciate your business and value your loyalty. Please feel free to reply to this email with any questions or contact support at 844-303-1810.
Regards,
Erik
Advanced Technical Support
ref:_00D36qEW6._5001QkCN3r:refIn forum: Pinnacle ThemeHi Kadence,
I’ve been trying to figure out the topbar menu, but couldn’t really find much info/tutorial on it (to make it look like that of Ascend theme’s demo site topbar) and have been doing trial and error and becoming increasingly frustrated.
So my client wanted to have the text that says “Get $5 off your first order!” with a link to the Sign Up form. I managed to get it up by putting it in the layout builder within the topbar widget, but once I try to centralise vertically to the height of the topbar (by adding 3px top padding in the layout builder’s widget styles), my entire navigation menu goes off alignment as seen here.
The correct order should be “SHOP EVENTS & CATERING LOGO OUR STORY CONTACT”. Hopefully you can help me with this. Also I don’t really understand the use of the Topbar Icon Menu? I tried putting a “User” icon, but nothing appears. Pretty perplexed. Hope you can help me with this!
The website is *Login to see link , but is currently in maintenance mode, not sure if you’re able to access. Let me know if you need more info.
Thank you.
– Phoebe
In forum: Pinnacle ThemeI updated to WP 5 and could not edit any post or page in the new block editor. Whenever I selected a post or page to edit, the same post would come up (from 5/22) regardless of the post or page selection I made. My Contact Form 7 plugin also gave me a “Maintenance, come back later” page instead of the form. Once I installed the Classic plugin the page editor resumed normal function, but the Contact form page is still in maintenance mode. Some issues yet to be resolved, it seems.
In forum: Ascend ThemeIn reply to: recaptcha on Contact Form 7 plugin
I deleted Contact Form 7 plugin and am currently trying the one you suggested https://wordpress.org/plugins/wpforms-lite/. So far, so good. The keys my client gave me didn’t work for recaptcha. So I registered the site under my google acct for captcha. And it worked! Finally!!
Thanks so much for your help and patience. Blessings.
In forum: Ascend ThemeIn reply to: recaptcha on Contact Form 7 plugin
I think you are right. But the problem continues. And I have used this plugin on other sites with same host provider without problems.
It was recommended to try Contact Form 7 Captcha plugin. I did but now I have invalid captcha errors now. Maybe my fields are off too. Before I try the plugin you suggested, what do you think?
https://waterstonepoa.com/contact/
<label> Date (required) </label>
[date* Date placeholder “11-11-1111”]<label> Your Full Name:</label>
[text* YourFullName]<label> Your Email: (required)</label>
[email* YourEmail]<label> Your Phone Number:</label>
[tel* YourPhoneNumber placeholder “222-222-2222”]<label> Subject: (required) </label>
[text* Subject]<label> Area(s) of Interest:</label>
[checkbox AreasofInterest: “General Inquiry” “Interested in Waterstone Community” “Website Issues/Suggestions” “Other”]<label> Your Message:</label>
[textarea* YourMessage][acceptance Acceptance-PrivacyPolicy] Please check to consent to our Privacy Policy [/acceptance]
[cf7sr-simple-recaptcha]
<center>[submit “Send Message”]</center>
In forum: Ascend ThemeIn reply to: recaptcha on Contact Form 7 plugin
November 7, 2018 at 6:32 pm #206819I don’t think cache makes sense as being your problem. I suggest you just try a different plugin perhaps contact form 7 has issues with your particular server. https://wordpress.org/plugins/wpforms-lite/
Ben -
AuthorSearch Results


