Hello,
The contact form in my page is broken, it only shows 2 lines (phone and text lines). It was ok before but I guess some line of code you have sent me maybe overwrited something.
The contact form on the page looks like this at the moment: http://imgur.com/a/zEVtb
But in the contact form settings the “name” and “e-mail” fields are also included but not showing in the page.
Can you please help me to find what is the problem.
Best Regards,
Hey pimroll,
Please send us a temporary admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.
Regards,
Rikard
Ok sure, here you go.
Hi,
You have following custom CSS code in Quick CSS
#element_avia_1_1, #element_avia_2_1 {
display: none !important;
}
Please remove it.
Best regards,
Yigit
Hello Yigit,
Yes but if delete this code: #element_avia_1_1, #element_avia_2_1 {
display: none !important;
}
Then the “Name” field in the Enfold Mailchimp Newsletter widget will be displayed but I only want to display the “E-mail” section.
Is there a way around it and fix the contact form and display only the “E-mail” line in the MC form in the footer and in the sidebar blog.
Best Regards,
Hi,
Please change the code i posted above to following one
#footer #element_avia_1_1, #footer #element_avia_2_1 {
display: none !important;
}
Best regards,
Yigit
Hello Yigit,
The contact form is now ok but in the blog page it now shows the name also can we fix that too?
Best Regards,
Hi!
Please change the last code i posted to following one
.av-mailchimp-widget #element_avia_1_1, .av-mailchimp-widget #element_avia_2_1 {
display: none !important;
}
This should fix it once and for all :)
Cheers!
Yigit
Hello Yigit,
Thanks,now its fine:)
Regards,