Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • wturner Friend
    #164470

    Hi there – on my forms where I have an option for people to input a date field there is a selector/date picker tool. The user is supposed to be able to click this and then pick their date. Nothing happens when you press it… I am guessing that there is something wrong with the javascript and the date picker box is hidden behind the text but I don’t know how to bring it forward.

    this is for adding an entry in Sobi.

    Has anyone else encountered this?

    wturner Friend
    #393023

    Found the answer – this is not an issue with joomlart’s template but with the component I am using – Sobi2… anyone else with issue here is the solution.

    This is due a CSS problem with your template. Please edit this file: Edit file: components/com_sobi2/includes/js/jscalendar/calendar-system.css.

    And add this definition in the .calendar style last line :z-index:9999;

    .calendar {
    position: relative;
    display: none;
    border: 1px solid;
    border-color: #fff #000 #000 #fff;
    font-size: 11px;
    cursor: default;
    background: Window;
    color: WindowText;
    font-family: tahoma,verdana,sans-serif;
    z-index:9999;
    }

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 1 voice, and was last updated by  wturner 13 years, 5 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum