• Resolved Andrewjmarino

    (@andrewjmarino)


    Great plugin, we’re getting reservations off of it.
    One minor display problem.
    I believe it’s browser-related.
    In Google Chrome
    The dropdown calendar is not displaying correctly in my ‘Date of Visit’ field. It only shows 3 numbers for the year > 201
    Also, it doesn’t automatically show the current month. For example if you click the ‘left side’ of the date field, it’ll display the previous month,clicking the ‘right side’ of the date field up pops the next month.
    It used to work before, not sure when exactly this started.
    In Firefox and ExplorerThe 4-digit year is barely visible, but you can see the year 2011
    The dropdown calendar seems to be working correctly
    Also, in Explorer, the Message Box is too big for the border

    [ Signature moderated. ]

    https://www.ads-software.com/extend/plugins/si-contact-form/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Try this, it fixed it for me. I will make this change in the next version.

    edit this file ctf_epoch_styles.css
    located in this folder
    wp-content/plugins/si-contact-form/date/

    change:

    table.calendar input, table.calendar select {
    	font-size: 10px;
        width:45px;
        padding: 0;
    }

    to:

    table.calendar input {
        font-size: 10px;
        width:35px;
        padding: 0;
    }
    table.calendar select {
        font-size: 10px;
        width:50px;
        padding: 0;
    }

    Thread Starter Andrewjmarino

    (@andrewjmarino)

    Thanks, seems to be displaying correctly ??

    Andrew

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Fast Secure Contact Form] Calendar Display not correct’ is closed to new replies.