Event Search To/From Dates Not Working

This topic contains 5 replies, has 3 voices, and was last updated by  Kiran 5 years, 1 month ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #477200

    Greg Barr
    Full Member
    Post count: 182

    On my main archive page, event search works perfectly.
    https://cornholecentral.com/events/
    When you click into to/from fields you get the calendar that lets you pick dates.

    But I created a page of JUST the map (with BeaverBuilder) but in the search widget I inserted via shortcode, the date fields are not bringing up the selection calendars.
    https://cornholecentral.com/all-events/

    I’ll include WP-admin info below so you can take a look.

    #477201

    Greg Barr
    Full Member
    Post count: 182
    This reply has been marked as private.
    #477205

    Guust
    Moderator
    Post count: 29970

    https://cornholecentral.com/all-events/
    The datepickers show when not logged in, but hide below the map.
    If logged in, they do not show.

    I’ll get a developer to have a closer look, but please update Supreme first.

    Thanks

    #477207

    Greg Barr
    Full Member
    Post count: 182

    Interesting. I hadn’t checked it not logged in so hadn’t seen that the date pickers work when you’re not logged in, but are layered behind the map. I have updated Supreme, thanks for looking into the situation.

    I’ve had trouble before getting my nav to not disappear behind maps.
    Specifically unable to fix that on my “set location” page which has some maps placed by shortcode. Can dev look at that too since it’s the same issue of layering?
    https://cornholecentral.com/location/united-states/california/san-jose/

    #477234

    Greg Barr
    Full Member
    Post count: 182

    When I use Inspector to see and real-time edit CSS, adding z-index of 1000 !important does the trick. But when I add the same CSS to my additional CSS in the customizer, it does not.

    .ui-datepicker-div {z-index:1000 !important}
    .ui-datepicker {z-index:1000 !important}
    #477286

    Kiran
    Moderator
    Post count: 7069

    Hi Greg,

    I checked and datepickers are working fine for logged-in & logged-out users. Let us know if you still see the issue.

    I’ve had trouble before getting my nav to not disappear behind maps.
    Specifically unable to fix that on my “set location” page which has some maps placed by shortcode. Can dev look at that too since it’s the same issue of layering?

    Try following css

    
    
    .page.gd-google-maps .fl-row-content .fl-col-group .geodir_map_container {
    	z-index: 4;
    }

    Regards,
    Kiran

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

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket