-
AuthorPosts
-
December 5, 2016 at 12:30 pm #720431
I run my websites on a VPS because they load very fast which is essential for SEO purposes. The downside is that most email providers don’t recognize the ip address even with SPF and DKIM enabled. Anything I send from a form on the website goes to spam. So I have to resort to using an SMTP plugin with zoho.com as the email provider. This works great for Contact Form 7, nothing goes to spam.
To sum up:
With SMTP plugin disabled, CF7 sends to spam for both the send to email and the autoresponder email.
With SMTP plugin enabled, CF7 does not send to spam for both the “send to” email and the autoresponder email. Works great.With SMTP plugin disabled, Enfold form works for the autoresponder email but sends to spam. The “send to” email goes nowhere, not even to spam.
With SMTP plugin enabled, Enfold form does not send at all for both the “send to” email and the autoresponder email.http://rainydaystores.com/contact/ is the Enfold contact form
http://rainydaystores.com/contact-us/ is the CF7 contact formAny suggestions?
Thanks
RainerDecember 5, 2016 at 3:55 pm #720503Hey rainer0651,
There are various reason why the contact form may not be working on your site. Please try the steps provided in this link http://kriesi.at/documentation/enfold/my-contact-form-is-not-sending-emails/
Have you tried contacting you hosting provider with the different results during the different SMTP test?
Let us know if you have any questions, we are happy to help :)
Best regards,
Vinay- This reply was modified 7 years, 11 months ago by Vinay.
December 11, 2016 at 9:47 am #722800I followed the instructions in the links you sent Adding
function change_cf_from() {
return ” (Email address hidden if logged out) “;
}
add_filter(‘avf_form_from’, ‘change_cf_from’, 10);to theme functions.php file worked to finally send an email and it even worked with SMTP however the autoresponder stopped working after doing that whereas before making the change the autoresponder did work but it was the only thing that worked. So still not a perfect situation but better. Too bad I could not get it all to work together.
December 13, 2016 at 2:49 pm #723722Hi,
Enfold contact form is just using WordPress’ default mail functions. So if this is not working for you, then you would have problems with another WP theme using default WP behavior as well. So please ask your host why your server is blocking WP default behavior.
Best regards,
AndyDecember 14, 2016 at 9:32 am #724177I use a self managed VPS. There is nobody to ask anything but me. I could get the form to work with a couple of tweaks except for the autoresponder part of it. But that doesn’t matter. I am using contact form 7 now which does work well so I am going to stick with that.
I also use something called CSS Hero to format my forms but for some reason I could not get the contact form 7 to go inline like this:
http://rainydaystores.com/wp-content/uploads/2016/12/inline-form.jpg which is the way your enfold form looks like.
Is there some special CSS being used here?The best I could do with contact form 7 is this
http://rainydaystores.com/wp-content/uploads/2016/12/contact-form-7-form.jpgHow did you do it with your form and how can I do it with my Contact form 7?
Thanks
RainerDecember 14, 2016 at 7:51 pm #724482Hi,
provide us a precise link where we can inspect what you currently got, to be able to provide you some css code.
Best regards,
AndyDecember 18, 2016 at 8:16 am #725807http://rainydaystores.com/ at the bottom of the page where it says to subscribe.
ThanksDecember 19, 2016 at 3:42 pm #726050Hi,
it won’t be easily possible and maybe it’s best to ask plugin’s author about it. However, try this code:
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required { display: inline !important; } input.wpcf7-form-control.wpcf7-submit { position: absolute; }
Best regards,
AndyApril 23, 2017 at 6:48 am #781896I just ran into a problem with the woocommerce update and I see that others have similar problems in the forum.
I have an issue with a variation plugin working fine before the update and not working after the update.
Here is a short video I did showing what happens.https://drive.google.com/open?id=0B2A9Mv7l_weJYzRodjVrbkNlVlk
The variation plugin works fine if I change it to the default 2017 theme but when I change it back to Enfold it ceases to work properly.
Maybe the next Enfold update will fix this so I don’t expect a response from you right away but thought I would mention this anyway.
Thanks
RainerApril 24, 2017 at 12:14 pm #782256Hi,
thanks for the great video. Unfortunately we can’t provide support for every 3rd party plugin out there. However, we support WooCommerce by WooThemes, so if the plugin author can’t help you in this case, then I would switch plugin and use an official extension by WooThemes, like: https://woocommerce.com/products/variation-swatches-and-photos/
Best regards,
AndyMay 3, 2017 at 1:23 am #786817I downloaded a demo theme and it gave me this menu. I could not find where to click to select “portfolio entry”. It wasn’t selectable from Pages, Posts, Custom links or Categories. How do I select this from the dropdowns in the menu selections?
http://lookingagelessforever.com/wp-content/uploads/2017/05/portfolio-selection.jpgMay 3, 2017 at 6:16 pm #787278Hi,
what do you mean? are you still talking about thread’s title? if not please use a new ticket. If yes, then please clarify things for us.
Best regards,
AndyMay 3, 2017 at 10:29 pm #787446it is easier to explain with a short video
May 6, 2017 at 12:58 pm #788813Hi,
Thank you for the video. Very informative. :)
In the Appearance > Menus panel, look for the Screen Options and enable the Portfolio Items.
Best regards,
IsmaelMay 6, 2017 at 5:57 pm #788872Wow it was that simple. I would have never thought to look there. Thank you so much, that worked.
May 7, 2017 at 9:31 pm #789200Hi,
We are happy we could help.
Please feel free to let us know if there is anything else we can do to help you out.Best regards,
BasilisMay 10, 2017 at 7:17 am #790875transparent and glassy header. Is there any CSS I can use to change the opacity of the glassy header or the color of it.
I tried#headerwrap {
background: rgba(240,245,247,0.7)!important;
}but it didn’t work on the glassy transparent header.
May 10, 2017 at 7:20 am #790876continued from above comment. An option to change the menu background when transparent glassy header option is chosen
May 11, 2017 at 5:24 pm #791758Hi,
best to open a new ticket for a new question.
Try this code though:
.header_color .header_bg { background-color: rgba(34, 34, 34, 0.14); }
and adjust as needed. If that doesn’t work for you, then open a new ticket and provide us a precise link please.
Best regards,
AndyMay 13, 2017 at 8:07 pm #792785Thanks Andy that changes the header with no transparency but what I need to do is change the opacity and overlay color of the transparent header as in this video:
May 14, 2017 at 4:26 pm #792975Hi,
I think I understood your video:/* colors on scroll */ .header_color .header_bg { background-color: rgba(34, 34, 34, 0.14)!important; } .header_color .main_menu ul:first-child > li > a { color: #ffffff!important; } /* colors before scroll */ .header_color{ background-color: rgba(34, 34, 34, 0.14)!important; } #top #header.header_color.av_header_transparency .av-main-nav > li > a .avia-menu-text { color: #ffffff!important; }
Best regards,
MikeMay 23, 2017 at 7:33 am #798091Thanks Mike, that worked perfectly!
May 23, 2017 at 12:25 pm #798219Hi,
Great, glad you got it working. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
RikardJuly 14, 2017 at 8:12 am #821010After last update the menu stops centering under logo. It worked before but now logo centers and menu goes left.
Enfold Version 4.1.1https://lawyernearme.online/wp-content/uploads/2017/07/header-settings-2.jpg
https://lawyernearme.online/wp-content/uploads/2017/07/header-settings-1.jpgJuly 14, 2017 at 9:18 am #821036Hi,
Logo center menu should work like before in 4.1 please clear cache, If you still have an issue please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.html_header_top.html_bottom_nav_header #header_main_alternate .main_menu ul:first-child { width: auto; }
Best regards,
VinayJuly 14, 2017 at 5:06 pm #821284You were right. It was the cache. Now why didn’t I think of that/ Thank you for the great service!.
July 14, 2017 at 5:24 pm #821298We’re always happy to help! :D Do let us know here in the forum if you have other questions or concerns.
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
We’d also appreciate it if you can take a moment to review our theme if you haven’t already. https://themeforest.net/downloads Thank you!
Cheers!
Sarah -
AuthorPosts
- The topic ‘Contact Form works with CF7 but not with Enfold form’ is closed to new replies.