I have a site set up using a basic onClick method on a hover box that changes a slider to create a better animated drop-down style menu. It works on every page, except for the main dynamic page. Any idea why it isn’t working?
export function box41_click ( event ) { $w ( “#fullWidthSlides2” ). changeSlide ( 1 );
}
export function box40_click ( event ) { $w ( “#fullWidthSlides2” ). changeSlide ( 0 );
// This section is for a separate hover box to ‘close the menu’
}
https://www.jacobjohnsonarts.com/work is the dynamic page