-
AuthorPosts
-
December 25, 2013 at 10:33 pm #193251
Hello Team
i need your help with this template. The issues are related to the menu.
1) The text of the current menu is not shown above the article preview
2) the current selected menu is not highlighted in bigger fontsize. I achanged with theme magic the size for 2em and to 4em for the highlight, but there is no difference for the highlighted one
3) if i have more than the menus on the screen the scrolling is not working. i can not come to the last menu pointthanks for your help
axel
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
December 28, 2013 at 11:41 am #516729Hi Saguaros
did you already find a solution ? It seems that there is a relation between the issue i posted where Leo already answered.
Can it be the reason that i pushed in the backend the “Less to Css” button ?thanks Axel
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
December 30, 2013 at 2:48 am #516813Hi Axel,
I’m not sure you changed in LESS file or not but I could not detect the style below in your site:
.t3-mainnav.focus .navbar .nav > .hightlight > a > span,
.t3-mainnav.focus .navbar .nav > .hightlight.active > a > span {
display: inline-block;
font-size: 4em;
padding-left: 0.5em;
line-height: 1.25em;
margin-left: -4px;
opacity: 1;
filter: alpha(opacity=100);
}
This is why the menu item doesn’t increase the font size when you hover it.
You can create a new file named custom.css into the directory: ../templates/ja_smashboard/css and add above-mentioned css rule into this new file.
If you want to change LESS, please backup your site first (as when you compile LESS to CSS, all currect CSS files will be overwritten).
– In the file …/templates/ja_smashboard/less/variables.less, check whether this line of code exists or not: http://prntscr.com/2f1ccn
@ TPLNavItemHightlightFontSize: 4em;
– In the file …/templates/ja_smashboard/less/navigation.less
Check this rule: http://prntscr.com/2f1cqa
.navbar .nav > .hightlight > a > span,
.navbar .nav > .hightlight.active > a > span {
display: inline-block;
font-size: @TPLNavItemHightlightFontSize;
padding-left: (2 @TPLNavItemGutter) / @TPLNavItemHightlightFontSize;
line-height: 1.25em;
margin-left: -4px;
.opacity(100);
}
If above-mentioned code don’t exist, try to add them into the associated files, then go to backend > hit button ‘Compile LESS to CSS’.
Hope that helps.
January 1, 2014 at 4:34 pm #517053H Saguaros, wanna wish you a happy new year and good luck and health !
thanks for your detaillied explaination. In fact all data are correct as far as i checked but the highlight and display of the current menu over the pop-up module is not working.
– the rules in navigation and variabless.less were existing
– i added the highlight section to the custom.css files
no change in the display
– deleted the custom.css files again
– ran complie less to cssthe message in the backend was that the compilation succeed, but the hightlight and display is still not working
I hope we can findout what happens and how we can solve it
regards AxelSaguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
January 2, 2014 at 1:28 am #517071Happy New Year and wish you all the best, Axel.
Could you PM me admin and ftp account of site you’re working on? I will check what happens.
AuthorPostsViewing 6 posts - 1 through 6 (of 6 total)This topic contains 6 replies, has 2 voices, and was last updated by Saguaros 10 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Menu highlight and scolling issue
Viewing 6 posts - 1 through 6 (of 6 total)