Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • palimo Friend
    #202613

    Hello!
    I have ONLY 4 menu items, but I think too many characters so the last item slips into the next line.
    There is something to this solution.
    Thanks:
    Pal


    1. menuproblem
    Saguaros Moderator
    #554808

    Hi Pal,

    Your site looks fine at my end: http://prntscr.com/556pg5

    May I know in which device that I can replicate this issue?

    splico123 Friend
    #554875

    in the relation to this, it is common thing for people to have large number of characters in their menus for whatever reasons, so i would advise you guys to put a char limit for the menus, for two things, it looks better, more uniform, and it helps with formating issues due to the fact people use tons of characters.

    even better on hover it can be unveiled and shown in full but when mouse hover ends goes back to the shorter version

    something in effect : Menuitemnameisthis > Menuitem…

    palimo Friend
    #554895

    Hi! Saguaros
    The menu problem is on tablet, look at the attached picture.
    (Occurs even if the browser window zoom out)
    If I have 3 menu item do not present a problem, but 3 menu item too few.
    Thanks:
    Pal


    1. menu-problem-tablet
    Saguaros Moderator
    #554968

    @splico123 : Thanks for your suggestion, I will pass this to team for further consideration.
    @palimo: You can increase width for the main navigation a little bit in that screen size. Just go to file: /templates/uber/css/custom.css (create this file if it doesn’t exist) and add this css rule:

    @media screen and (min-width: 769px) and (max-height: 1024px) {
    .t3-header .t3-mainnav {
    width: 572px !important;
    }
    }

    palimo Friend
    #555031

    Hi Saguaros!

    This is a good solution, small repair works.
    width: 572px !important;
    instead of:
    width: 769px !important;

    I think…

    I have a question yet:
    May be used Animation in magamenu ?
    If I set an animation the megamenu disappear.
    ???

    Thank You!
    Pal

    Saguaros Moderator
    #555054

    <blockquote>May be used Animation in magamenu ?
    If I set an animation the megamenu disappear.</blockquote>
    Seems to be a bug of this theme, I’ve reported to team for further checking on this, you can check its status here: http://pm.joomlart.com/browse/UBER-258

    In the meantime, you can try with this solution:
    – Open file: /templates/uber/css/custom.css (create this file if it doesn’t exist)
    – Add this css rule:


    .t3-megamenu.animate {
    opacity: 1;
    filter: alpha(opacity=100);
    }

    palimo Friend
    #555122

    Thank You Saguaros!

    The megamanu is works well after code.

    Still a problem:
    On the main page there is a text above articles “IN THE NEWS”.
    I can not find where to change it.
    Where to find?
    Thaks:
    Pal

    Saguaros Moderator
    #555161

    Hi Pal,

    You can change it via language file of this template: /language/en-GB/en-GB.tpl_uber.ini, look for this text field:


    TPL_FROM_FOR_BLOG = "In The News"

    if English is not your default language, you can just edit file in that language folder.

    palimo Friend
    #555219

    This is the right solution.
    I wouldn’t have found it…:)

    Thanks Saguaros!

    Pal

Viewing 10 posts - 1 through 10 (of 10 total)

This topic contains 10 replies, has 3 voices, and was last updated by  palimo 10 years ago.

We moved to new unified forum. Please post all new support queries in our New Forum