Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • joomlanews Friend
    #194066

    Hi guys

    I have a style-problem with the Megamenu in JA Fubix in combination with the newest JA T3 Plugin.
    See the attached screenshot below.

    The problem is occurred in canvas menu too…

    Now, I currently rolled back to 2.0.2 until the problem is solved.
    Thank you in advance for your support

    a good weekend! cheers


    1. t3v210-issue
    Css Magician Friend
    #519926

    @joomlanews,

    I have just created an issue for our development team to review the menu separator at http://pm.joomlart.com/browse/JATCFUBIX-220

    A quick fix:
    Open file: …./templates/ja_fubix/css/custom.css and add css rule :


    .t3-mainnav .navbar .nav > li > .separator {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color #E5E5E5 -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-style: none solid none none;
    border-width: 0px 1px 0px 0px;
    color: #222222;
    display: inline-block;
    font-weight: bold;
    padding: 15px 20px;
    text-shadow: none;
    text-transform: none;
    }

    .nav-collapse .nav > li > .separator {
    border-radius: 3px;
    color: #222222;
    font-weight: bold;
    padding: 9px 15px;
    }

    .off-canvas-enabled .t3-mainnav .nav-collapse .nav > li > .separator {
    border-bottom: 1px solid #E5E5E5;
    border-radius: 0px;
    display: block;
    font-weight: bold;
    padding: 10px 20px;
    text-shadow: none;
    }

    Hope that helps.

    joomlanews Friend
    #524711

    In the new Version 1.0.6 the Issue is fixed. Thank you!
    But it needs a small correction. the thin color line on the top of the menufield is still missing on hover (mouseover) and the same effect, when the heading menu is active.


    1. Bildschirmfoto-2014-02-28-um-06.54.49
    joomlanews Friend
    #524853

    and the submenu arrow is still missing too…

    chavan Friend
    #524854

    Try this

    GO to this file: /templates/ja_fubix/css/custom.css

    Add this code

    .t3-mainnav .navbar .nav > li > span.separator:hover{
    border-top:3px solid #0E63A1 !important;
    }

    joomlanews Friend
    #524856

    thank you, that works…
    and for the pulldown-arrow? any idea?

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

This topic contains 6 replies, has 3 voices, and was last updated by  joomlanews 10 years, 2 months ago.

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