Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-sales domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the better-click-to-tweet domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-amazon domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-stats domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Link in Calendar Header | Event Espresso - Staging Server

Support

Home Forums Calendar 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

  • Support Staff

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 - Staging Server