I have 3 items in my top header menu: A link to a page and two social media icons. In the mobile menu, the social media items show up, but the link to the page doesn’t.
Am I missing something? Thanks!
-
This topic was modified 9 years by
ChRoM.
Hello ChRoM,
Please provide your website URL so I can inspect it closer and also, so I will be able to provide a more accurate response. First of all, if you are using some untested plugins, please try to disable all of them, leave just Visual Composer to active, clear all your caches and install only the plugins that come bundled with the theme packet and rule out any conflicting plugins.
Thanks for the message!
Hey Catalin,
thanks for the quick reply. As for plugins: I’m only using WP User Avatar, Limit Login Attempts and Cookie Law Info. Deactivating those didn’t change anything. If you want to look at the site: http://www.godoculus.at Site hasn’t launched yet so it’s pw protected. Login godoculuspreview PW 321launch. Many thanks in advance!
Hello ChRoM,
Please keep in mind that by default, the theme does not show up the top bar menu, but only for the desktop version. So, if you want to display it, you should use the code below and place it in Theme panel->Custom CSS Area
@media (max-width: 767px){
.td-header-top-menu{
display: block !important;
}
}
The result is here -> https://www.screencast.com/t/8eOusSuF73j
Thanks for the message!
Hey Catalin,
thanks for the workaround. However, I’m still wondering if the top bar menu shouldn’t show up in the hamburger menu? After all, it does show the social icons from the top bar menu, why not the other menu items? Maybe that’s something you can look into for future updates? Anyway, many thanks for the quick help!
Hello ChRoM,
Notice that the Top Bar menu is not displayed in Hamburger Menu on mobile. This was a choice from our developers. Here -> https://www.screencast.com/t/khczUFCd1VIF is the default hamburger menu.
Thanks for the message!