Support

Home Forums Events Calendar Add-on no results… (179)

no results… (179)

Posted: May 8, 2013 at 8:33 am


Teresa Derrick

May 8, 2013 at 8:33 am

When I activate Event Calendar my Home Page header menu disappears and I have no header menu on the Event Registration page, I have purchased a business license?

  • This topic was modified 4 years, 1 month ago by  Garth.


Josh

  • Support Staff

May 8, 2013 at 11:07 am

Hi Teresa,

I checked and the issues you are seeing have to do with the code that handles the menu and the slider not being correctly coded.

If you look in the current WordPress theme’s header.php file, you will see a few lines of code that can be changed to fix the errors:

1) Just below where it says “Init for si.files” this line:

$(function() {

should be changed to say:

jQuery(function($) {

then about 20 lines down, this line:

$('nav.primary ').css('display', 'block');

should be changed to say:

jQuery('nav.primary ').css('display', 'block');

If you’d like someone from support to help fix your WordPress theme, we typically can do this if you purchase a priority support token.


Teresa Derrick

May 9, 2013 at 1:00 am

Hi Josh, many thanks for the quick response and it now works perfectly, much appreciated.

The support post ‘no results… (179)’ 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