Home › Forums › Calendar Products › Events Calendar PRO › View As function not working and Mega Menu does not display
- This topic has 3 replies, 3 voices, and was last updated 10 years, 10 months ago by
Support Droid.
-
AuthorPosts
-
November 11, 2013 at 6:44 pm #75709
abfederation
ParticipantHi
I have recently updated my calendar to the events calendar pro version. Since updating I am having a couple of issues with displaying the calendar on my website. The issues are as follows:1. The View As function is not loading on the site. I have selected calendar and list view. When the page loads the View As heading is there but not option to click list or calendar view.
2. My mega menu now does not work. When I hover over my main menu there is no drop down function. I am able to click my main pages but the drop down menu does not function what so ever.
Any help on resolving this matter will be greatly appreciated.
Thanks in advanceNovember 12, 2013 at 3:56 pm #75939Barry
MemberHi abfederation:
WordPress itself contains a library known as jQuery which is used by WordPress and plugins like our own for various purposes. The minimum version of WordPress supported by The Events Calendar is 3.6 and so requires jQuery 1.8.3 as a bare minimum.
Your site is using jQuery 1.6.4 which is a comparatively old version of the library and very likely is causing problems here. Sometimes themes or other plugins forcibly stop WordPress from using its supplied copy of jQuery and replace it with one of their own choosing – quite possibly that is what is happening here.
So, in the first instance, if you could try deactivating all other plugins and switching to a default, unmodified theme like Twenty Twelve that would be a great starting point. If the calendar then works as expected, start reactivating everything and test at each stage to see if the problem has returned – this should help to narrow down the “culprit”, if there is one.
Beyond that if you could post your System Information from the Events > Help admin screen that would be terrific.
Thanks!
April 14, 2014 at 7:15 pm #132709abfederation
ParticipantThe TheThe Slider Plugin was registering the 1.6.4 jQuery library. Commenting out the lines below in thethe-image-slider/thethe-image-slider.php has fixed the problem.
wp_deregister_script( ‘jquery’ );
wp_register_script( ‘jquery’, ‘https://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js’, false, ‘1.6.4’);
wp_enqueue_script( ‘jquery’ );July 7, 2015 at 6:30 am #983197Support Droid
KeymasterThis topic has not been active for quite some time and will now be closed.
If you still need assistance please simply open a new topic (linking to this one if necessary)
and one of the team will be only too happy to help. -
AuthorPosts
- The topic ‘View As function not working and Mega Menu does not display’ is closed to new replies.
