Forums

Fast Secure Contact Form
[resolved] Calendar Display not correct (3 posts)

  1. Andrewjmarino
    Member
    Posted 9 months ago #

    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

    Thanks
    Andrew

    http://wordpress.org/extend/plugins/si-contact-form/

  2. Mike Challis
    Member
    Posted 9 months ago #

    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;
    }
  3. Andrewjmarino
    Member
    Posted 9 months ago #

    Thanks, seems to be displaying correctly :)

    Andrew

Reply

You must log in to post.

About this Plugin

About this Topic