• Resolved jcalla

    (@jcalla)


    If you click on the “When do you require storage” field there is no reference of the month, this is a recent pickup, I’m not sure how long it’s been going on for, is anyone else having this issue?

    Any ideas on how to solve this, do I need to possibly rollback?

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

Viewing 1 replies (of 1 total)
  • Hello @jcalla,

    I looked at the website, and it seems that either some custom CSS code or theme CSS is conflicting with the date picker, which is hiding the month dropdown menu. Here’s a screencast for quick reference.

    When I removed the code, the month dropdown menu seems to be working fine. When you have sometime, could you please remove the code and try again? In case it helps, here’s the code that’s causing the conflict:

    select:not(.esg-sorting-select):not([class*=trx_addons_attrib_]) {
        visibility: hidden;
    }

    Or, you can also try adding following CSS that should fix the issue for you:

    select.flatpickr-monthDropdown-months.filled.fill_inited {
        visibility: visible !important;
    }

    And in case it helps, here’s a tutorial from WPBeginner on how to add custom CSS like this to your site.

    Hope this helps!

    • This reply was modified 5 years, 4 months ago by Prashant Rai.
Viewing 1 replies (of 1 total)

The topic ‘Date Field no longer shows month’ is closed to new replies.