This topic has 14 replies, 2 voices, and was last updated 9 years by BDecker19.

  • Author
  • #63848
     BDecker19
    Participant

    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

    #63871
     sharmstr
    Moderator

    The 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #63872
     BDecker19
    Participant

    Thanks 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!

    #63876
     sharmstr
    Moderator

    Looks 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #63890
     BDecker19
    Participant

    Hmm… 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 😉

    #63922
     sharmstr
    Moderator

    I’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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #64197
     sharmstr
    Moderator

    credentials aren’t working.

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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #64220
     BDecker19
    Participant
    This reply has been set as private.
    #64223
     sharmstr
    Moderator

    Before 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #64224
     BDecker19
    Participant

    ok, think should be good to go!

    #64229
     sharmstr
    Moderator

    I 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #64245
     BDecker19
    Participant

    It’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…

    #65044
     BDecker19
    Participant

    Hmm… I assume no thoughts here still by chance, right?

    #65103
     sharmstr
    Moderator

    I 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #65105
     BDecker19
    Participant

    Ok, fair enough. i really appreciate the effort!

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

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?