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
ADD TOOLTIP TO WIDGET ! | Event Espresso - Staging Server

Support

Home Forums Calendar ADD TOOLTIP TO WIDGET !

ADD TOOLTIP TO WIDGET !

Posted: February 8, 2013 at 8:46 pm

Viewing 1 reply thread


Edwin

February 8, 2013 at 8:46 pm

ADD TOOLTIP TO WIDGET ! find this line “$espresso_calendar_widget .= ‘eventRender: function(event, element) { ‘;” (line 83!) on espresso-calendar-widget.php and add this lines after that $espresso_calendar_widget .= ‘element.qtip({content:{text: event.title + event.startTime}, position: {my: ‘bottom center’, at: ‘top center’}})’; $espresso_calendar_widget .= ‘;’; DONE!

  • This topic was modified 11 years, 11 months ago by Edwin.
  • This topic was modified 11 years, 11 months ago by Dean. Reason: moved to Calendar forum to help add context to title


Dean

  • Support Staff

February 11, 2013 at 1:40 am

Nice find Edwin!

I did one slight change to add a space between the event title and time

$espresso_calendar_widget .= 'element.qtip({content:{text: event.title + " " + event.startTime}, position: {my: \'bottom center\', at: \'top center\'}})';
$espresso_calendar_widget .= ';';
Viewing 1 reply thread

The support post ‘ADD TOOLTIP TO WIDGET !’ 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