Support ForumTop navigation bar doesn't show title on mobile devices. – Support Forum https://support.ishyoboy.com/forums/topic/top-navigation-bar-doesnt-show-title-on-mobile-devices/feed/ Fri, 03 May 2024 18:36:26 +0200 http://bbpress.org/?v=2.5.12-6148 en-US https://support.ishyoboy.com/forums/topic/top-navigation-bar-doesnt-show-title-on-mobile-devices/#post-1171 <![CDATA[Top navigation bar doesn't show title on mobile devices.]]> https://support.ishyoboy.com/forums/topic/top-navigation-bar-doesnt-show-title-on-mobile-devices/#post-1171 Mon, 11 Nov 2013 13:37:42 +0000 fierenfaam Hi there,

The minicorp website we’re making for a client is almost ready. And we’re very happy with the look of it. Now the top navigation bar (when not selected) doesn’t show text (title of the first page) when you look at it in a mobile device. The mainmenu (dropdown) shows the first page. How can I also see the tittle (of the first page) on the top navigation?

Best regards,
Susanne

]]>
https://support.ishyoboy.com/forums/topic/top-navigation-bar-doesnt-show-title-on-mobile-devices/#post-1172 <![CDATA[Reply To: Top navigation bar doesn't show title on mobile devices.]]> https://support.ishyoboy.com/forums/topic/top-navigation-bar-doesnt-show-title-on-mobile-devices/#post-1172 Mon, 11 Nov 2013 15:46:00 +0000 IshYoBoy Hi Susanne,

we’re very pleased you’ve used one of our theme and you are satisfied with it.

Regarding displaying title of the first page in the top navigation menu dropdown please open your main.js file which is located “assets/html/core/libs/js/main.js” and please go to line nr 122. You should see following code:

Just delete second line “header: ”” and comma at the end of first line so final code will look like this:

This will do the trick and show title of the first page in the dropdown.

Cheers

A 5 star rating is always a great motivation for us if you are happy with our theme or support!
Themeforest | MojoMarketplace | Creative Market

]]>
https://support.ishyoboy.com/forums/topic/top-navigation-bar-doesnt-show-title-on-mobile-devices/#post-1173 <![CDATA[Reply To: Top navigation bar doesn't show title on mobile devices.]]> https://support.ishyoboy.com/forums/topic/top-navigation-bar-doesnt-show-title-on-mobile-devices/#post-1173 Mon, 11 Nov 2013 16:25:19 +0000 fierenfaam Hello again,

Thanx for your fast reply.
I’m not realy a code breaker. So I want to check with you if I’m on the right track.
I’ve found:
/*
* Top navigation multiple dropdown
*/
var topNav = $(‘.top-nav ul’);

if ( topNav.length > 0 ) {
topNav.multipleDropDown();

topNav.tinyNav({
active: ‘current_page_item’,
header: ‘ ‘
});
}

But it looks not really the same… Can I just copy your code in there?

Best regards,
Susanne

]]>
https://support.ishyoboy.com/forums/topic/top-navigation-bar-doesnt-show-title-on-mobile-devices/#post-1174 <![CDATA[Reply To: Top navigation bar doesn't show title on mobile devices.]]> https://support.ishyoboy.com/forums/topic/top-navigation-bar-doesnt-show-title-on-mobile-devices/#post-1174 Mon, 11 Nov 2013 16:30:04 +0000 IshYoBoy Hi again,

yes it is exactly what you’ve found, just make changes to the last part – change this:

topNav.tinyNav({
active: ‘current_page_item’,
header: ‘ ‘
});
}

to this:

topNav.tinyNav({
active: ‘current_page_item’
});
}

Cheers

A 5 star rating is always a great motivation for us if you are happy with our theme or support!
Themeforest | MojoMarketplace | Creative Market

]]>
https://support.ishyoboy.com/forums/topic/top-navigation-bar-doesnt-show-title-on-mobile-devices/#post-1175 <![CDATA[Reply To: Top navigation bar doesn't show title on mobile devices.]]> https://support.ishyoboy.com/forums/topic/top-navigation-bar-doesnt-show-title-on-mobile-devices/#post-1175 Mon, 11 Nov 2013 16:36:02 +0000 fierenfaam Great! It works. Thanks a lot.

]]>
https://support.ishyoboy.com/forums/topic/top-navigation-bar-doesnt-show-title-on-mobile-devices/#post-1176 <![CDATA[Reply To: Top navigation bar doesn't show title on mobile devices.]]> https://support.ishyoboy.com/forums/topic/top-navigation-bar-doesnt-show-title-on-mobile-devices/#post-1176 Mon, 11 Nov 2013 16:59:52 +0000 IshYoBoy You’re welcome …

A 5 star rating is always a great motivation for us if you are happy with our theme or support!
Themeforest | MojoMarketplace | Creative Market

]]>