Tagged: x
-
AuthorPosts
-
December 12, 2016 at 9:28 am #1290069
Bark201ParticipantI would like to add a button to the top menu showing on the far right. How can this be achieved? I will link my site in a private post because I dont want it public.
December 12, 2016 at 9:30 am #1290070
Bark201ParticipantThis reply has been marked as private.December 12, 2016 at 9:41 am #1290087
RupokMemberHi there,
Thanks for writing in! You can enable Topbar and place your button there. There are lot of related threads that might help you if you just search on the forum.
– https://community.theme.co/forums/topic/add-button-to-nav-menu/
– https://community.theme.co/forums/topic/adding-buttons-to-topbarnavbar/Cheers!
December 12, 2016 at 9:46 am #1290096
Bark201ParticipantThank you for your reply. Can I add shortcodes in the custom links?
http://www.screencast.com/t/81vqOiv0t8mDecember 12, 2016 at 9:49 am #1290103
Bark201ParticipantAlso, would be possible to create a separate menu for mobile devices? I know its unrelated but it would really help.
December 12, 2016 at 10:19 am #1290134
RupokMemberHi there,
Shortcode won’t work but you can use the button classes generated by shortcodes. Example on the given thread – https://community.theme.co/forums/topic/add-button-to-nav-menu/#post-263916
It’s not usually possible to have different mobile menu. But you can hide certain links on mobile and desktop to achieve this.
Like to hide on dekstop :
.desktop .menu-item-868 { display: none; }To hide on mobile :
.mobile .menu-item-868 { display: none; }Hope this helps.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1290069 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
