Mobile Menu

Posted in: Newspaper
Post count: 40

Hello,

I want to speed up menu button show up speed. There is no internet issue. All newspaper websites have this issue. Please check this site’s menu loading speed. Its a quick. https://screenrant.com

My site: https://herosfact.com/

Please create CSS code or suggest anything to resolve this…

Post count: 20688

Hi,

The functionality of the menu would be simple, the main menu item is hovered and the sub-menu is set from display none to display block. There are no transition or anything that would slow this down from what I can see.

There is some delay in your case from what I can see, for some reason. I could give you a code you could try and see how it goes
https://www.screencast.com/t/vkakUXnggty

.tdm-header-style-1 .menu-item-has-children:hover .sub-menu {
display: block!important;
}

Thanks

Post count: 40

Hello Sir,

Thanks for the response. But here I am talking about mobile menu speed. After pressing menu bar, theme style sheet gets contract and then menu appears. There is some delay. Please give me solution.

Post count: 20688

Hi,

Seems I completely misunderstood everything, sorry about that.

The mobile menu will appear after all the page resources are loaded. While the page is still loading the menu will be unavailable. I don’t think there is a solution to speed this up by code.

The included mobile theme plugin is more optimized for mobiles, it will simplify the website and provide a noticeable improvement in terms of speed on mobile. Maybe make some tests with it and check the differences
https://forum.tagdiv.com/the-mobile-theme/

Thanks

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.