-
Author
-
January 14, 2016 at 18:20 #98574
felixlvh
ParticipantHi
there is a bug on the widget menu caret
Repro Steps
1. Go to link
2. the “+” caret should shown as “-” insteadPlease advise
January 14, 2016 at 18:44 #98577Radu
ModeratorHi,
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 solutionJanuary 15, 2016 at 15:02 #98678Radu
ModeratorHi,
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 solutionJanuary 15, 2016 at 15:14 #98684felixlvh
Participanthi 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
January 15, 2016 at 16:09 #98705Radu
ModeratorHi,
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 solutionJanuary 15, 2016 at 16:21 #98706felixlvh
Participantso if i select safety & health in the menu, shouldn’t be the caret sign = “+” since it’s not expanded?
January 20, 2016 at 03:00 #99446Andrei
ModeratorCan 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 solutionJanuary 21, 2016 at 20:45 #99829Radu
ModeratorHi,
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 solutionFebruary 18, 2016 at 17:04 #104748felixlvh
ParticipantHi Sorry i have to reopen this again because menu not open if it’s underlaying at 3rd level menu
February 19, 2016 at 20:27 #105180Radu
ModeratorAdd 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 solutionFebruary 23, 2016 at 15:48 #105930Andrei
ModeratorI 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 -
AuthorPosts
The forum ‘Bugs & Issues’ is closed to new topics and replies.