Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1471299

    Hi,
    Form doesn’t work anymore
    Ex. at the bottom https://privatetours.jp/japan-luxury-tours/highlights-japan/
    Can’t fill name or email address. Date picker result doesn’t show.

    Already added
    #top .avia-datepicker-div a {
    color:#666666;
    background-color: #fcfcfc;
    }
    #top .avia-datepicker-div a.ui-state-hover {
    color: #000!important;
    }
    #top .main_color textarea, #top .main_color select {
    color:#666666;}
    Too much hack…form doesn’t work with child theme.

    Any help?
    Thank you

    Xavier

    • This topic was modified 3 days, 22 hours ago by koomo.
    • This topic was modified 3 days, 5 hours ago by koomo.
    #1471312

    Hey koomo,

    It’s possible to select a date and to type, but the styling of the text is set to the same colour as the background. Please try this in Quick CSS to adjust the colours:

    #top .avia-datepicker-div a {
      color: blue;
    }
    
    #top .main_color input[type="text"] {
      color: green;
    }

    Best regards,
    Rikard

    #1471342

    Hi,
    Thank you but with the css I put before (please see above) it worked too.
    The form simply doesn’t work…not only the calendar.

    Try to input email or name or…

    When clicking with the mouse, can not even fill the form.

    When I reset the theme…all fine. As soon I start to input my oiwn style it doesn’t work.

    Thanks

    • This reply was modified 3 days, 8 hours ago by koomo.
    #1471351

    Solved but very weird.

    Basically a color code for the socket which making the form unusable

    Thank you always.

    #1471361

    Hi,

    Great! Glad to know that you managed to solve the issue. Please feel free to open another thread if you have more questions about the theme.

    Have a nice day!

    Best regards,
    Ismael

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Form deosn’t work anymore (SOLVED)’ is closed to new replies.