test
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • joomdude808 Friend
    #202747

    How do I remove the up caret that appears beneath the menu item that is hovered which contains a dropdown?

    Screenshot:
    http://snag.gy/3QxkZ.jpg

    Ninja Lead Moderator
    #555456

    This way will help you to remove up caret of the mega menu

    Open templates/ja_argo/css/custom.css file and add new rule


    .navbar .nav > li > .dropdown-menu:before {
    top:0px !important;
    display: inline-block;
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 0px solid #ccc ;
    border-bottom-color: rgba(0,0,0,0.2);
    }

    .navbar .nav > li > .dropdown-menu:after {
    display: inline-block;
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 0px solid #fff ;
    top: 0px;
    }

    joomdude808 Friend
    #555472

    Thank you – IT WORKED 🙂

    Question – Does Mega Menu “Dropdown Trigger” rely on MooTools?
    I have it set to “Hover” but when I disable MooTools is does not response to hover…the user must click.

    Ninja Lead Moderator
    #555491

    The mega menu in JA Argo template is using jQuery lib, not Mootools.

    About the problem on Hover setting from mega menu on your site, you can pm me URL of your site, admin access and FTP account. I will help you to check it.

    Ninja Lead Moderator
    #555681

    <em>@joomdude808 453451 wrote:</em><blockquote>Thank you – IT WORKED 🙂

    Question – Does Mega Menu “Dropdown Trigger” rely on MooTools?
    I have it set to “Hover” but when I disable MooTools is does not response to hover…the user must click.</blockquote>

    I got this bug on your site.

    <blockquote>Uncaught ReferenceError: SqueezeBox is not defined</blockquote>

    Solution is rather simple. If you didn’t add any scripts manually into your site, then javascript is loaded from extension only. You will need to check whether there is any plugin call to ‘SqueezeBox’ or not and try to unpublish/disable it.

    Another way is that you can scan files/folder on your site and search for word ‘SqueezeBox’, you will know which extension it belongs to.

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

This topic contains 5 replies, has 2 voices, and was last updated by  Ninja Lead 10 years ago.

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