• Resolved nefremi

    (@nefremi)


    So I have everything setup fine but for some reason the date picker doesn’t show months and year and only shows the days. Also in the Hours and Minutes dropdown buttons there are 3 arrows at the right side instead of one, why is that? Any help would be really helpful.

    Thanks

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Kris – WPMU DEV Support

    (@wpmudevsupport13)

    Hi @nefremi

    I hope you are doing well today.

    It seems that there is a conflict between Forminator and your theme CSS, which has its own rules for selection.

    Please add this fix to WP Dashboard -> Appearance -> Customize -> Additional CSS:

    #ui-datepicker-div select:not(.esg-sorting-select):not([class*="trx_addons_attrib_"])
    {visibility: visible !important;}

    .forminator-ui .select_container
    {position: static !important;}

    .forminator-ui .select2-selection .select2-selection__arrow:before
    {content:none !important;}

    Kind Regards,
    Kris

    Plugin Support Nithin – WPMU DEV Support

    (@wpmudevsupport11)

    Hi @nefremi,

    Since we haven’t heard from you for a while. I’ll mark this thread as resolved for now. Please feel free to re-open this thread if you need any further assistance.

    Best Regards,

    Nithin

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.