• Resolved wvdbroek

    (@wvdbroek)


    When i want to use the date picker it disapears behind the menu bar and becomes inusable.

    Please advice

    tnxs for any answer

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author Damian Orzol

    (@damianaquiine)

    This is the z-index fault or you have a perspective set in some element, e.g. something is translated by translate.

    If you give me the page with the problem, I will give you a repair code

    Thread Starter wvdbroek

    (@wvdbroek)

    https://www.hetkruidenkastje.nl/testform/

    The date picker is in field “Besteldatum”

    Here you go Tnxs in advance

    Regards
    w vd Broek

    • This reply was modified 7 years, 1 month ago by wvdbroek.
    Plugin Author Damian Orzol

    (@damianaquiine)

    You must change the location of the <nav> </ nav> element. This is due to the specificity of html and css, there can be no higher element which is in the hierarchy lower.

    Insert the nav element into the container with the .main class.

    It’s best to just move this line: <div class=”main” style=”min-height: 1px;”>
    before this: <!– Navigation start –>

    I apologize for the long answer but I did not notice your post.

    • This reply was modified 7 years, 1 month ago by Damian Orzol.
    Thread Starter wvdbroek

    (@wvdbroek)

    iam sorry but how do i do this and in what file.

    tnxs

    Plugin Author Damian Orzol

    (@damianaquiine)

    I’m sorry I thought you were creating your own website.

    If you do not have programming knowledge, you may not be able to fix this error yourself.

    The template error is that it has a bad structure that does not comply with the standards.

    In any case, (page.php, single.php, archive.php…) you would have to cut the line with the “.main” class, and insert in front of <nav> </ nav>

    Thread Starter wvdbroek

    (@wvdbroek)

    Yes i am creating my own website and i have some programming knowledge but this i just cant figure out sorry.

    so this is not controlled by css only and i cannot enter a piece of css in the css customizer ??

    tnxs again

    Plugin Author Damian Orzol

    (@damianaquiine)

    In CSS, everything is perfect. The problem is in the structure, the headerr (nav) must be inside the div with the main class

    Thread Starter wvdbroek

    (@wvdbroek)

    ok i just edited the page.php and put this after wrapper start

    <!– <div class=”main”> –>

    revisted the form and now it works. but i now just disabled this is this needed for any other function. the site seems to propperly work ?

    Plugin Author Damian Orzol

    (@damianaquiine)

    It depends on the situation, everything seems right now.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Datepicker disapears behind menu’ is closed to new replies.