• Resolved scotlandswebdesign

    (@scotlandswebdesign)


    Love the plugin, just what we were looking for. Only small issue is that the Button for Year View is displayed as ‘list’. Can be confusing for volunteers 🙂 Screenshot below.
    Is there a simple fix to change that? Tried with CSS to no avail.
    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author LBell

    (@lbell)

    Glad it’s useful.

    Since listWeek and listYear are both lists the buttons for each are “list”. This make sense since most folks only have one list.

    However, you can change that button label to anything you want using the “Custom FullCalendar Settings” JSON under the “Advanced” options on the block settings.

    Pop in:

    {
    "buttonText": {
    "listYear": "foo"
    }
    }

    And change “foo” to whatever you want that button to say.

    (This can also go into the fc_args argument if you are using the shortcode.)

    Thread Starter scotlandswebdesign

    (@scotlandswebdesign)

    That’s great, thanks for this.
    All the best.

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

You must be logged in to reply to this topic.