Viewing 4 replies - 1 through 4 (of 4 total)
  • Is this using EM default full calendar?

    Show Full Month Name on Calendar heading:
    – edit template file at wp-content/plugins/events-manager/templates/templates/calendar-full.php then change
    <?php echo ucfirst(date_i18n('m Y', $calendar['month_start'])); ?> to <?php echo ucfirst(date_i18n('F Y', $calendar['month_start'])); ?>

    Center Month Name:
    – try adding this to your theme style.css

    table.fullcalendar .month_name {
    text-align: center;
    }

    Make Sunday the first day of the week:
    – WP Settings > General > Week Starts On

    Thread Starter Elysa

    (@eysa)

    Hi aglonwl – Thank you so much for your reply. The first two items worked perfectly. I am very excited as that is a lot nicer looking calendar. :))

    For starting Calendar on Sunday, when I look in WP Settings>General there is NO checkbox for ‘Week Starts On’. Is there any other place it might be?

    Elysa

    should at https://domain.com/wp-admin/options-general.php > Week Starts On

    if it’s not showing up, try to temporarily:

    – deactivating all other plugins to see if this resolves the problem. If this works, re-activate the plugins one by one until you find the problematic plugin(s).
    – switching to the default theme to rule out any theme-specific problems

    Thread Starter Elysa

    (@eysa)

    Yay! That totally did the trick! Sheesh, I knew there was a setting somewhere. Thank you SO much for helping me find it. :-))

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: Events Manager] Calendar Settings Help’ is closed to new replies.