Home › Forums › Calendar Products › Events Calendar PRO › No tooltips and cannot change view [3.4.1]
- This topic has 3 replies, 2 voices, and was last updated 12 years, 2 months ago by
Brook.
-
AuthorPosts
-
February 17, 2014 at 3:12 pm #105557
Anthony D’Arco
ParticipantHello there,
Since upgrading to version 3.4.1 of the Event Calendar we are no longer seeing the tooltips in Month view of the calendar and when attempting to change the Calendar view type in the drop down menu, nothing happens.
Any help you can offer would be appreciated.
Thank you
February 17, 2014 at 6:07 pm #105743Brook
ParticipantHowdy anthony,
I am not seeing this issue on your linked site. However, if you are still experiencing this on another site it is generally cause by a theme that does not output the body_class(). This is generally pretty easy to fix. The default themes like 2014 all show how to output the body class, most themes to it by replacing their <body> tag with this: <body <?php body_class(); ?>>
Themes that do not output this class often do not output widget classes either, which will cause the widgets in 3.4.1 to cease functioning as well. If you are experiencing this problem notice in the WordPress documentation that it recommends you output the following with your widgets ‘class=”widget %2$s”>’. The %2$s is particularly important, as many widgets, ours included, need those classes to work. Some themes however ignore the WP documentation, and thus cause problems like this. You may need to contact your theme author about a fix, or if you are knowledgeable about WP API functions like register_sidebar() you could probably do this fix yourself.
Does that make sense? Will that work for you? Please let me know. Cheers!
– Brook
February 19, 2014 at 11:50 am #106563Anthony D’Arco
ParticipantHello Brook,
Regrettably we tried adding the code you suggested to the body tag and the issues remain. Also, just to ensure we are looking at the same site, the URL is http://stmaryschool.net/events/.
Any other suggestions you have would be great.
Thank you again
February 19, 2014 at 2:52 pm #106688Brook
ParticipantThank you Anthony for clarifying. I was looking at the proper site as it turns out. I have tested your site in the latest version of Chrome, Firefox, and IE, and in each of them the tooltipcs are popping up when I hover over an event in Month View. Furthermore I can change between views without a hiccup, using the View As drop down. As far as I can determine the enttire site is functioning as it should.
Are you perhaps using a different browser than me? If so can you please specify which one? Have you tried viewing the site from other computers? Please let me know. Thanks!
– Brook
-
AuthorPosts
- The topic ‘No tooltips and cannot change view [3.4.1]’ is closed to new replies.
