-
Author
-
June 19, 2015 at 07:57 #63848BDecker19Participant
For some reason, any items I’m adding into my site’s top menu seem to be getting thrown into a ‘see more’ +dropdown… http://take.ms/6FSkn
I can’t figure out why this is or how to prevent it, so that the menu items will simply display in a row?
Have tested a bit and doesn’t seem like it’s a plugin or customization thing…
Thanks!
Benji
June 19, 2015 at 15:47 #63871sharmstrModeratorThe top menu uses 58% of that container. It will put things under the the +- dropdown if they dont fit. I cant tell by the image, but if your not using the social icons section of the top bar (the right side) you can change the width of the top menu container. Try this
COPY CODE#top-social { display: none; } .top-menu { width: 100%; float: right; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
June 19, 2015 at 15:56 #63872BDecker19ParticipantThanks very much!
Although, hmm… no dice unfortunately. Not sure what’s going on?
You can check out the page at http://gct.wpengine.com if interested!
June 19, 2015 at 16:26 #63876sharmstrModeratorLooks fine to me, but that’s probably because you didnt give me a login.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
June 19, 2015 at 17:39 #63890BDecker19ParticipantHmm… interesting. Here are two logins:
goergia-rooney / oh3aoi2hoa (regular user)
devuser / ahsdg78312ig23d (admin — manually created)it looks like maybe the issue may have to do with that custom function you’d (graciously 🙂 created for us previously to sync up Kleo avatar setting with our Loginradius social registration.
ie
COPY CODE// Avatar retrieval correction for LoginRadius fetch function kleo_menu_user_avatar( $item_output, $item, $depth, $args ) { $output = ''; if ( is_user_logged_in() ) { $url = bp_loggedin_user_domain(); $attr_title = strip_tags( $item->attr_title ); $output .= '<a title="' . bp_get_loggedin_user_fullname() . '" class="kleo-bp-user-avatar kleo-rounded-noborder kleo-avatar-menu' . ( $args->has_children && in_array($depth, array(0,1)) ? ' js-activated' : '' ) . '" href="' . $url . '" title="' . $attr_title .'">' . bp_get_loggedin_user_avatar(array('width' => 25, 'height' => 25)) . '</a>'; $output .= ( $args->has_children && in_array($depth, array(0,1))) ? ' <span class="caret"></span></a>' : '</a>'; return $output; } elseif ( $args->has_children && in_array( $depth, array( 0, 1 ) ) ) { return $item_output; } else { return ''; } }
I can potentially play around with this a bit! (or if you have any ideas offhand 😉
June 19, 2015 at 19:55 #63922sharmstrModeratorI’m trying to get some changes into the next update. I’ll get to this when I have a minute.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
June 21, 2015 at 17:01 #64197sharmstrModeratorcredentials aren’t working.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
June 21, 2015 at 19:55 #64223sharmstrModeratorBefore I dig into this, please upgrade to Kleo 3.0.1
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
June 21, 2015 at 22:29 #64229sharmstrModeratorI cant figure it out. Does it happen in the main menu?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
June 22, 2015 at 04:07 #64245BDecker19ParticipantIt’s weird. It only seems to happen on the top menu. I’ve also tried swapping in other menus to that location and the same happens, although only if that Kleo My Account item is there…
June 26, 2015 at 14:50 #65044BDecker19ParticipantHmm… I assume no thoughts here still by chance, right?
June 26, 2015 at 20:17 #65103sharmstrModeratorI just spent another 40 mins on it. I cant sort it out.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
-
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.