lostechoes
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] “Events From” field – serious issue / please help@courtney Engle Robertson
Thank you for the reply.
I had also posted the same issue at the Avada support forums and they did give me a solution, so now it’s fixed.Here it is for anyone else who might experience the same problem:
Please try adding below css code in the custom css section of theme options to fix the issue.
.datepicker.dropdown-menu{
z-index:999999 !important;
}Forum: Plugins
In reply to: [Contact Form 7] How to add phone field ?Thank you !
I’ve added the [phone] tag in the message body box of the mail tab and now it seems to work fine !
🙂
Forum: Plugins
In reply to: [Contact Form 7] How to add phone field ?Thanks for the feedback, once again !
The style works ok now by adding the second CSS code you posted !
input[type=”tel”] {
background-color: #f8f8f8;
border: 1px solid #eaeaea;
border-radius: 3px;
line-height: 20px;
margin: 0 0 30px;
padding: 1%;
width: 98%;
}I feel like dumb that I did not find the topic you found
https://themegrill.com/support-forum/topic/styling-fields-in-contact-forms/
and even more now that I’ve just realized that adding this code to my CF7 form
<label> Phone Number (required)
[tel* phone] </label>is not enough, as the email I’m getting does not contain the phone number the sender has entered !
I guess I have to re-read the instructions on the CF7 website.Thanks again.
Forum: Plugins
In reply to: [Contact Form 7] How to add phone field ?Thank you for the feedback.
The code you gave me fixed the width but the issue with the “line” style is still there.