Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor FARAZFRANK

    (@farazfrank)

    Hi CyberZA,

    After some research on your queries, I found something for first one

    File appointment-calendar-shortcode.php in plugin dir

    axisFormat: 'H:mm - H:mm',

    But not working properly though, need some tweaking.

    And am not sure second one will be possible, but am working on both. Post you soon.

    Thanks
    ~Frank

    Plugin Contributor FARAZFRANK

    (@farazfrank)

    Hi CyberZA,

    Add following CSS line in appointment-calendar-shortcode.php file to hide appointment time.

    .fc-event-time {
      display: none;
    }

    Add here, around line no. 618

    <style type='text/css'>
    .apcal-error{
    	color: #FF0000;
    }
    .fc-event-time {
      display: none;
    }
    </style>

    Now am working on first question regarding axis time format like 10:00 – 11:00, 11:00 – 12:00, 12:00 – 13:00… and so on.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Appointment Calendar time’ is closed to new replies.