-
AuthorPosts
-
Tech-xml Friend
Tech-xml
- Join date:
- October 2010
- Posts:
- 765
- Downloads:
- 39
- Uploads:
- 140
- Thanks:
- 106
- Thanked:
- 5 times in 2 posts
September 25, 2015 at 3:16 am #692333The original version of Uber had a type of sub-menu below the logo to test the types of layouts. The current version of this uber menu template was removed.
Is there any documentation or can someone explain me how to do this kind of submenu below the logo?
In http://www.ubertheme.com/ site has the same menu model
Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
September 28, 2015 at 4:17 am #693173Hi @insofticursos,
In order to get the same layout in ubertheme.com, you will have to disable the logo, move the main menu to the left. After that create appropriate sub-menu item, assign each menu item with unique CSS class and apply each class with background via CSS.
In order to achieve the part with sub-menu item, please let me know which image would you like to use, I will guide you to create the first one to help you understand the procedure.
Tech-xml FriendTech-xml
- Join date:
- October 2010
- Posts:
- 765
- Downloads:
- 39
- Uploads:
- 140
- Thanks:
- 106
- Thanked:
- 5 times in 2 posts
September 29, 2015 at 4:51 pm #693728@adam M Thank you for your help
Unfortunately still can not understand how. Use some subdomain with the theme UBER. And this kind of menu will be more appropriate to jump between them.
If you can get into my site and make an example with only a menu, I believe I can go on from there.
Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
September 30, 2015 at 9:14 am #750173Hi @insofticursos,
1. As described above, first thing is to hide the logo by opening file templatesubercsscustom.css and add this code :
@media (min-width: 769px) {
.logo {
display: none;
}
}2. Next, navigate to admin >>> Menus >>> create new menu item and place it before the menu item Servi?os, let say we will create new menu item named Home
3. Now create as many menu item with type External Url as you want, put them as child of menu item Home.
Tech-xml FriendTech-xml
- Join date:
- October 2010
- Posts:
- 765
- Downloads:
- 39
- Uploads:
- 140
- Thanks:
- 106
- Thanked:
- 5 times in 2 posts
Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
October 1, 2015 at 3:04 am #750264Hi @insofticursos,
1. Now navigate to admin >>> Extensions >>> Template Manager >>> choose your default template >>> Megamenu >>> edit menu Home >>> in Extra Class, add an unique class name, for example image-menu.
2. Open file custom.css then add this code :
.t3-mainnav .t3-navbar .image-menu .dropdown-menu img {
display: block;
}
.t3-mainnav .t3-navbar .image-menu .dropdown-menu .image-title {
display: none;
}3. If you want to implement menu item as image in demo, navigate to admin >>> Menus >>> Main Menu >>> edit sub-menu item >>> switch to tab Link Type >>> choose your image in parameter Link Image
Tech-xml FriendTech-xml
- Join date:
- October 2010
- Posts:
- 765
- Downloads:
- 39
- Uploads:
- 140
- Thanks:
- 106
- Thanked:
- 5 times in 2 posts
Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
October 2, 2015 at 9:27 am #694781Hi @insofticursos,
Please open custom.css file then add this code :
.t3-mainnav .t3-navbar .image-menu > .dropdown-toggle {
padding: 0 26px;
}
.t3-mainnav .t3-navbar .image-menu .dropdown-menu,
.t3-mainnav .t3-navbar .image-menu .mega-col-nav,
.t3-mainnav .t3-navbar .image-menu .mega-inner {
padding: 0;
}
.t3-mainnav .t3-navbar .image-menu .mega-inner li a {
display: block;
padding: 13px 26px;
}1 user says Thank You to Adam M for this useful post
Tech-xml FriendTech-xml
- Join date:
- October 2010
- Posts:
- 765
- Downloads:
- 39
- Uploads:
- 140
- Thanks:
- 106
- Thanked:
- 5 times in 2 posts
Tech-xml FriendTech-xml
- Join date:
- October 2010
- Posts:
- 765
- Downloads:
- 39
- Uploads:
- 140
- Thanks:
- 106
- Thanked:
- 5 times in 2 posts
December 8, 2015 at 8:55 pm #771247@adam M Finish my website today, but is missing one important detail that would fit, but I need your help, you can not adjust the submenus to be like the original model, I think I need to add more CSS and configure the suffix in items menus. if you can guide me how to make this final adjustment will be very grateful.
-
Adam M Moderator
Adam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
December 10, 2015 at 3:44 am #791159Hi @insofticursos,
May I know your site url so I can have a look first ?
Tech-xml FriendTech-xml
- Join date:
- October 2010
- Posts:
- 765
- Downloads:
- 39
- Uploads:
- 140
- Thanks:
- 106
- Thanked:
- 5 times in 2 posts
December 10, 2015 at 12:55 pm #794848Tech-xml FriendTech-xml
- Join date:
- October 2010
- Posts:
- 765
- Downloads:
- 39
- Uploads:
- 140
- Thanks:
- 106
- Thanked:
- 5 times in 2 posts
December 13, 2015 at 7:34 pm #811268My site is online but the problem still remains
-
AuthorPosts
This topic contains 17 replies, has 2 voices, and was last updated by Adam M 9 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum