slow loading main menu after update v3.1

Posted in: Newsmag
Post count: 44

slow loading main menu after update v3.1
hello, after the v3.1 update observe that takes time to load the main menu, sometimes not even appear.
What can be the problem?
thank you

website http://www.cinefilos.it

Post count: 44

I point out that after upgrading my menu was no longer in a single line and I added css custom code in this:

.sf-menu > li > a {
padding: 0 5px 0 5px;
}

Post count: 6535

HI

We know about this issue and will be fixed in next theme’s update. Meanwhile try to edit style.css file and add this code here: http://screencast.com/t/FxeKwNH15ICY

.sf-menu ul {
visibility: hidden;
}
.td-js-loaded .sf-menu ul {
visibility: visible;
}

Thanks!

Post count: 44

hello, I replaced

.sf-menu {
visibility: hidden;
}
.td-js-loaded .sf-menu {
visibility: visible;
}

with
.sf-menu ul {
visibility: hidden;
}
.td-js-loaded .sf-menu ul {
visibility: visible;
}

but nothing has changed

  • This reply was modified 9 years by ghostmi.
Post count: 6535

HI

I’ve checked your site and now the menu appears firs when the page is loaded. If you still need assistance on this please provide more details about it, also a screen pointing the issue would help, and we will inspect it in shortest time possible.

Thanks!

Viewing 5 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic.