Hi there!
I am on the latest PRO version 1.26 i believe it is.
I added a dropdown content element to my homepage and added a shortcode for essential grid. That works OK but not 100% yet. As you can see in the screenshot the canvas which comes from the dropdown content element doesn’t content the essential grid gallery. I would like to adapt the size of the canvas to be much larger and appear “behind” the whole essential grid . something like autosize follow the ess. grid.
That would also clear the issue of transparency between the essential images…
I hope you get what I want to explain otherwise let me know please
My 2nd issue is about the navigation menu.
As you can see on the Screenshot, it sometimes shows that all item of a menu/submenu are active at the same time…
That is not how it was supposed to be
Do you think it could have something to do with this snippet which I found in an old post?
Is there something wrong with the code? Thank you very much!
setInterval( function() {
jQuery( '.current-menu-item a' ).each( function() {
jQuery(this).addClass('x-interactive');
jQuery(this).parent().find('a > span > span').addClass('x-active');
} ); }, 300);