Support

Home Forums Event Espresso Premium Category Accordian Addon – Open on Mouseover

Category Accordian Addon – Open on Mouseover

Posted: August 21, 2014 at 6:11 pm


QuickOnTheClick

August 21, 2014 at 6:11 pm

Could you tell me if there is a way that I can add functionality to the Category Accordian Addon so that rather than clicking the category to open and view events, you can simply mouse over the category and it expands? I am presuming that this is something that would need to be done using javascript.

Thanks in advance ๐Ÿ™‚


Dean

August 22, 2014 at 2:19 am

Hi,

In the /js/category-accordion.js file you could change the line

$('#espresso_accordion > ul > li > h2 > a').click(function(e) {

to

$('#espresso_accordion > ul > li > h2 > a').mouseenter(function(e) {

Please note that updates will over write this modification.


QuickOnTheClick

August 22, 2014 at 3:52 am

Hi Dean

Thanks for your assistance. I only seem to have an accordion.js not category-accordion.js, is this because I am still using EE3? If this is the case, is EE4 a stable version and is it recommended that I upgrade?

Thanks ๐Ÿ™‚


Dean

August 22, 2014 at 5:23 am

Hi,

The Accordion Template is now version 1.1, you might still be using 1.0. Please check and if so you can download the latest version from your account page.

EE4 doesn’t have an accordion template currently.


QuickOnTheClick

August 22, 2014 at 3:21 pm

Hi Dean

I have V1.1 installed. I have found the line of code you are referreing. It is located in /espresso-template-category-accordion/index.php.

I made the change and it works great.

Thanks for your time and assistance.

The support post ‘Category Accordian Addon – Open on Mouseover’ 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