This topic has 17 replies, 3 voices, and was last updated 10 years by Andrei.

  • Author
  • #98574
     felixlvh
    Participant

    Hi

    there is a bug on the widget menu caret

    Repro Steps

    1. Go to link
    2. the “+” caret should shown as “-” instead

    Please advise

     

    #98577
     Radu
    Moderator

    Hi,

    Thank you for reporting this,

    This will be fixed in our next theme update,

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #98631
     felixlvh
    Participant

    meanwhile how do i fix this?

    #98678
     Radu
    Moderator

    Hi,

    Add this CSS to wp-content/themes/kleo-child/style.css

    COPY CODE
    
    .widget_nav_menu .parent>a .caret:after {
        display: block;
        content: "-" !important;
        position: absolute;
        right: 0;
        top: 16px;
        font-size: 25px;
        height: 30px;
        line-height: 30px;
        margin-top: -15px;
        width: 30px;
        text-align: center;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    
    
    .widget_nav_menu .parent>a .caret.active:after {
        top:17px !important;
        content: "+" !important;
        font-size: 15px;
    }
    

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #98684
     felixlvh
    Participant

    hi it doesnt work, when you select other menu like this link, the caret should be in +

    http://gvk.preview.srv1.juntosinc.com/about-us/safety-health-2/#1452790625846-96a97be0-0a86

    #98705
     Radu
    Moderator

    Hi,

    I see thaat the link that you have provided is going to http://gvk.preview.srv1.juntosinc.com/about-us/safety-health-2/ not to a specific div http://gvk.preview.srv1.juntosinc.com/about-us/safety-health-2/#1452790625846-96a97be0-0a86 and i see in your sidebar the carer shows in good way + and – now.

    Please provide details

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #98706
     felixlvh
    Participant

    so if i select safety & health in the menu, shouldn’t be the caret sign = “+” since it’s not expanded?

    #98988
     felixlvh
    Participant

    hi there?

    #99254
     felixlvh
    Participant

    please advise, thanks!

    #99446
     Andrei
    Moderator

    Can you please provide me an wp admin and a ftp account so I can closely inspect this issue ?

    Looking forward and sorry for the delay.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #99450
     felixlvh
    Participant

    gvk.preview.srv1.juntosinc.com/wp-admin
    username : support
    password : cXq!Ngd2CcIkkt!mlF9nUPA)

    thanks!

    #99829
     Radu
    Moderator

    Hi,

    Please remove all css that you have used to expand menu and the code that i have given you previously and use the following

    COPY CODE
    
    .widget_nav_menu li.current-menu-parent > ul {display:block ;}
    .widget_nav_menu li.current-menu-parent>a>span.caret.active:after { content: "+" !important; }
    .widget_nav_menu li.current-menu-parent>a>span.caret:after { content: "-" !important; }
    .widget_nav_menu li>a>span.caret.active:after { content: "-" !important; }
    .widget_nav_menu li>a>span.caret:after { content: "+" !important; font-size: initial !important; }
    

    Let me know

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #104748
     felixlvh
    Participant

    Hi Sorry i have to reopen this again because menu not open if it’s underlaying at 3rd level menu

    http://tinyurl.com/jyhjker

    #105180
     Radu
    Moderator

    Add this

    COPY CODE
    
    .widget_nav_menu .current-menu-ancestor ul {display:block ;}
    

    Let me know

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #105288
     felixlvh
    Participant

    Not working still, pls advise

    #105357
     felixlvh
    Participant
    #105645
     felixlvh
    Participant

    please advise

    #105930
     Andrei
    Moderator

    I have fully fixed the menu widget and the fix should be available in the next update that will come out later today or maximum tomorrow, so please wait for that update and after you install it be sure you remove any custom code or previous fixes related to menu auto-expanding or carets.

    Thanks for your understanding.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 18 posts - 1 through 18 (of 18 total)

The forum ‘Bugs & Issues’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?