Support

Home Forums Events Calendar Add-on Link in Calendar Header

Link in Calendar Header

Posted: February 25, 2014 at 1:19 pm

Viewing 1 reply thread


Frank Knippenberg

February 25, 2014 at 1:19 pm

I’d like to put a custom link in the calendar that would link to an instruction video – Any thoughts on how to best accomplish the link placement?


Dean

February 26, 2014 at 3:00 am

Hi Frank,

By header I assume you mean the section where the month name, and other buttons are?

If so, then the short answer is that it will not be easy.

Looking at the Fullcalendar documentation (we use that as a base for the calendar) adding anything other than specified strings there will cause nothting to appear (http://arshaw.com/fullcalendar/docs/display/header/) so using the Calendar settings are out.

As such the only thing I can think of is to use JavaScript to inject the link into the header.

Using something like the following in a custom script or plugin could work

jQuery('.fc-header-title').append('<a href="#">TRAINING</a>');

http://take.ms/SqdIz

Viewing 1 reply thread

The support post ‘Link in Calendar Header’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso