-
AuthorPosts
-
March 8, 2011 at 2:18 pm #161165
using megamenu
i added a descritpion under the top tier menu items.
i.e.
Our Work
(short desc underneath)when I do this I get a white bar behind the text. it seems the template graphics are not tall enough to accommodate a description line off the main menu. Please assist.
see attachment for example under ‘Our Work’
aman204 Friendaman204
- Join date:
- January 2010
- Posts:
- 1945
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 11
- Thanked:
- 418 times in 356 posts
March 8, 2011 at 4:45 pm #380342Can you provide a link to your site
March 8, 2011 at 5:24 pm #380349link removed
aman204 Friendaman204
- Join date:
- January 2010
- Posts:
- 1945
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 11
- Thanked:
- 418 times in 356 posts
March 8, 2011 at 5:43 pm #380352If you wish to add in description for menu items, You can change the padding value here::
.ja-megamenu ul.level0 li.mega a.mega {mega.css (line 34)
display: block;
font-weight: bold;
line-height: normal;
margin: 0;
padding: 8px 15px;
text-decoration: none;
}to
.ja-megamenu ul.level0 li.mega a.mega {mega.css (line 34)
display: block;
font-weight: bold;
line-height: normal;
margin: 0;
padding: 0 15px 1px;
text-decoration: none;
}Css file reference:: plugins/system/jat3/base-themes/default/css/menu/mega.css
March 8, 2011 at 6:03 pm #380355sorry, only fixed on frontpage, other pages still has the spacing issue. look forward to your help.
aman204 Friendaman204
- Join date:
- January 2010
- Posts:
- 1945
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 11
- Thanked:
- 418 times in 356 posts
March 9, 2011 at 7:17 am #380453<em>@jeffreyd00 226365 wrote:</em><blockquote>sorry, only fixed on frontpage, other pages still has the spacing issue. look forward to your help.</blockquote>
I would suggest you to please disable css compression in template parameters so as to give in right css file and line reference
wcbenyip Friendwcbenyip
- Join date:
- July 2008
- Posts:
- 30
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 8
- Thanked:
- 2 times in 1 posts
March 9, 2011 at 9:03 am #380483Hi aman204,
I would like to ask a question on top of your reply relating to the mega.css file: there are three mega.css file,
1/ plugins/system/jat3/base-themes/…..
2/ template/…./css/menu/….
3/ template/…./local/css/menu/…..Which one is the best for the modification of mega menu if we want to keep the custom setting even have to upgrade the template version later on? Should be the local one in option 3? Thanks for your advise~ :-[
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
March 9, 2011 at 10:21 am #380499<em>@wcbenyip 226532 wrote:</em><blockquote>Hi aman204,
I would like to ask a question on top of your reply relating to the mega.css file: there are three mega.css file,
1/ plugins/system/jat3/base-themes/…..
2/ template/…./css/menu/….
3/ template/…./local/css/menu/…..Which one is the best for the modification of mega menu if we want to keep the custom setting even have to upgrade the template version later on? Should be the local one in option 3? Thanks for your advise~ :-[</blockquote>
Dear wcbenyip,
Yes,it should be the local one in the option 3,when you upgrade your template I think the changes will not affect the local folder.
1 user says Thank You to Sherlock for this useful post
March 9, 2011 at 1:50 pm #380516thank you, that worked, but now the site will take longer to download… no other solution??
aman204 Friendaman204
- Join date:
- January 2010
- Posts:
- 1945
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 11
- Thanked:
- 418 times in 356 posts
March 9, 2011 at 1:54 pm #380518<blockquote>but now the site will take longer to download… no other solution?? </blockquote>
Ok, So does it appear fine with css compression turned off ?
I had mainly wanted css compression to be turned off so as to debug issue further and give in right css reference where updates could be done
It could be turned on afterwards
March 9, 2011 at 1:55 pm #380519works fine with css compression off. look forward to futher help.
aman204 Friendaman204
- Join date:
- January 2010
- Posts:
- 1945
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 11
- Thanked:
- 418 times in 356 posts
March 9, 2011 at 1:57 pm #380520<em>@jeffreyd00 226585 wrote:</em><blockquote>works fine with css compression off. look forward to futher help.</blockquote>
Strange.. Will it be possible for you to please pm me superadmin+ftp details to take closer look
March 9, 2011 at 2:24 pm #380523The issue has been resolved. My development directory was named domain.com/2.0 – I removed the . to make it domain.com/20
With you help I was able to guess that the period was breaking the compression scheme. Thanks for pointing me in the right direction and for helping me resolve the css issue.
AuthorPostsViewing 13 posts - 1 through 13 (of 13 total)This topic contains 13 replies, has 4 voices, and was last updated by jeffreyd00 13 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
megamenu desc breaking graphics
Viewing 13 posts - 1 through 13 (of 13 total)