Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • in reply to: profile button , dropdown #6109
     JohnDoe
    Participant

    I tried this :

    COPY CODE
    <ul class="button-group radius right">
                                   
    						<?php if (is_user_logged_in()): ?>
    							<?php /* Only show if Buddypress is installed */ ?>
    								<?php if (function_exists('bp_is_active')): ?>
    
    								
    <li class="relative has-dropdown" id="nav-menu-item836"><a>" class="tiny secondary button radius"><i class="icon-user hide-for-medium-down"></i> <?php _e("PROFILE", 'kleo_framework'); ?></a><div class="kleo-notifications"><?php if( bp_is_active('messages') && messages_get_unread_count() > 0 ) { ?><a>" data-width="210" title="<?php _e("New messages", 'kleo_framework');?>" class="kleo-message-count has-tip tip-left"><?php echo messages_get_unread_count(); ?></a><?php } ?><?php if (bp_is_active('friends') && bp_friend_get_total_requests_count() > 0): ?> <a>" data-width="210" title="<?php _e("Friend requests", 'kleo_framework');?>" class="kleo-friends-req has-tip tip-right"><?php echo bp_friend_get_total_requests_count(); ?></a><?php endif; ?> </div>
    
    <ul class="dropdown">
        <li id="nav-menu-item-862"><a href="http://sweet.codez.ro/about-us/" rel="nofollow">About us</a></li>
        <li id="nav-menu-item-855"><a href="http://sweet.codez.ro/reasons-to-join/" rel="nofollow">Reasons to join</a></li>
        <li id="nav-menu-item-857"><a href="http://sweet.codez.ro/404-page/" rel="nofollow">404 Page</a></li>
        <li id="nav-menu-item-860"><a href="http://sweet.codez.ro/full-width/" rel="nofollow">Full Width Template</a></li>
        <li id="nav-menu-item-858"><a href="http://sweet.codez.ro/left-sidebar-template/" rel="nofollow">Left Sidebar Template</a></li>
        <li id="nav-menu-item-859"><a href="http://sweet.codez.ro/right-sidebar-template/" rel="nofollow">Right Sidebar Template</a></li>
        <li id="nav-menu-item-830"><a href="http://seventhqueen.com/demo/sweetdatewp/?s=Lorem" rel="nofollow">Search Page</a></li>
        <li id="nav-menu-item-866"><a href="http://sweet.codez.ro/shortcodes/layout/" rel="nofollow">Shortcodes</a></li>
    </ul>
    </li>
    </ul>
    
    
    </li>
    

    And comes out like this :

    in reply to: Add extra social icons to top and in the footer #4134
     JohnDoe
    Participant

    Edit header.php , but don’t do this in the theme folder , but copy the header.php to your child folder , and find :

    “Find us on”, ‘kleo_framework’

    there you will see the existing icons , add yours for example :

    COPY CODE
    
    <a>" class="has-tip tip-bottom" data-width="210" title="<?php _e("Follow us on", 'kleo_framework');?> Instagram"><i class="icon-instagram icon-large"></i></a>
    

    I am currently looking for the css of this, you could do the same , and use some logic to do the rest.

    Hope i helped.

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

Log in with your credentials

Forgot your details?