Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • n8fan Friend
    #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 point

    thanks for your help
    axel


    1. smash01
    Saguaros Moderator
    #516528

    Hi axel,

    Your site seems to be in offline mode, could you PM me an admin account so that I can check for you?

    n8fan Friend
    #516729

    Hi 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 Moderator
    #516813

    Hi 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.

    n8fan Friend
    #517053

    H 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 css

    the 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 Axel

    Saguaros Moderator
    #517071

    Happy 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.

Viewing 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