• Resolved carolb333

    (@carolb333)


    My datepicker isn’t showing. I tried to disable plugins one by one. Also, I reverted to the theme that came with the installation and then reverted back. That didn’t work.

    I looked at previous posts and checked my browser console. It says:
    VM197:123 Resource interpreted as Stylesheet but transferred with MIME type text/plain: “https://unpkg.com/[email protected]/dist/css/ionicons.min.css?ver=1.5.0”.

    I’m not sure what this means or where/how to fix it. Can you please help? Thanks!

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Franky

    (@liedekef)

    Your mentioned link isn’t working, can you provide a working example?

    Thread Starter carolb333

    (@carolb333)

    Plugin Author Franky

    (@liedekef)

    You seem to use siteground and some js optimizer for it. Try disabling that for this page and then try again.

    Thread Starter carolb333

    (@carolb333)

    I have disabled the siteground optimizer, however, the datepicker is still not working.

    Plugin Author Franky

    (@liedekef)

    Ok, it is not related to the siteground optimize. Your theme has this in its css:

    .site-inner {
    	background-color: #fff;
    	clear: both;
    	margin-top: 100px;
    	max-width: 1200px;
    	position: relative;
    	word-wrap: break-word;
    	z-index: 999;
    }

    And that causes the datepicker to not show up correctly. Removing the ” position: relative;” part seems to solve your issue.

    Thread Starter carolb333

    (@carolb333)

    That worked! I set it to position: unset;

    Thank you very much! ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Datepicker not showing’ is closed to new replies.