-
AuthorPosts
-
July 31, 2017 at 9:55 am #832022
Hello,
When I put several contact forms, the fields “name”, “E-mail”, “Subject” …. disappear?
August 1, 2017 at 7:34 am #832647Hey KrassyAndreev,
I’m not seeing any disappearance. Would you be able to provide a screenshot of the issue?
Best regards,
Jordan ShannonAugust 1, 2017 at 11:25 pm #833126Menu: CONTACT US
In the section “Your recommendations” are missing the fields:
Name, E-Mail, Subject
:)August 2, 2017 at 12:01 pm #833372Hi,
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.
Best regards,
RikardAugust 2, 2017 at 1:28 pm #833428OK :)
August 2, 2017 at 10:04 pm #833639Hi,
Okay I see. Add the following to quick css:
#element_avia_2_1, #element_avia_3_1, #element_avia_1_1{ display:block!important; }Best regards,
Jordan ShannonAugust 2, 2017 at 10:10 pm #833644Hello,
Oh, I understand where the problem is!
In your forum I saw that to hide these fields at Mailchimp Subscribe I wrote in quick CSS this:
# Element_avia_1_1, # element_avia_2_1, # element_avia_3_1 {
Display: none;
}Which Crashes FIRST contact form …
Now to fix the problem … it ruins my hide of footer fields …
No complete happiness :(
August 2, 2017 at 10:25 pm #833649Hi,
Add a custom class to one of the forms and target that.
Best regards,
Jordan ShannonAugust 2, 2017 at 10:30 pm #833653Thanks for the great support!
August 2, 2017 at 10:34 pm #833656Hi,
No problem at all. Please let us know if this works out for you.
Best regards,
Jordan ShannonAugust 2, 2017 at 10:43 pm #833662Did not work :(
But the idea with Custom CSS is good :)August 2, 2017 at 10:46 pm #833665Hi,
Which portion did not work?
Best regards,
Jordan ShannonAugust 2, 2017 at 10:50 pm #833668On the Contact Us page I have 3 Contact forms :)
The last two shows normally all the fields.
The first contact form still does not display the Name, E-mail, Subject …
But I’ve put Custom CSS …
:)August 2, 2017 at 11:00 pm #833677Hi,
You can even target it closer via the post entry:
.post-entry-506 #element_avia_2_1, #element_avia_3_1, #element_avia_1_1{ display:block!important; }Best regards,
Jordan Shannon -
AuthorPosts
- You must be logged in to reply to this topic.
