Top Bar Dropdown

4 replies · opened Mar 30, 2022

JjaredcolesMar 30, 2022

I have the topbar included above my header with two dropdowns in it. One is the login dropdown and the other is an extra menu item.

If I resize the page, it seems to kill the dropdown function.
This is happening on your live previews as well as seen on this page: https://preview.themeforest.net/item/canvas-the-multipurpose-html5-template/full_screen_preview/9228123

It seems to happen once you go beyond a certain size, such as mobile size or close to it. It stays not working even after you bring it back to a bigger browser window size until you refresh the page.

Can you please let me know how to fix this

SSemicolon WebSTAFFMar 31, 2022

Hello,

Apologies for the Inconveniences caused and Thanks for reporting this.

We are looking into this and will get back to you on this shortly. Thanks for your Patience.

Meanwhile, do let us know if we can help you with anything else or if you find any further issues with Canvas.

JjaredcolesApr 1, 2022

Thank you for looking into this. Looking forward to seeing what the issue is.

SSemicolon WebSTAFFApr 4, 2022

Hello,

Thanks for your Kind Patience!

Find the following code in the js/functions.js File:
[ch_pre type="js"]$('.top-links-item:has(.top-links-sub-menu,.top-links-section) > a').on( 'click', function(e)[/ch_pre]

and replace it with:
[ch_pre type="js"]$('.top-links-item:has(.top-links-sub-menu,.top-links-section) > a').off('click').on( 'click', function(e)[/ch_pre]

This will definitely fix the issue. Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

JjaredcolesApr 4, 2022

Awesome, that seemed to do the trick. Thank you.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard