Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #833343

    Lisa
    Participant

    Oh yes, that looks perfect!
    Just one more thing 🙂
    Can I have these tiny icons integrated? One for logout and one for login.
    I attached two screenshots of the icons I would like to have 🙂

    Best,
    Lisa

    #833376

    Paul R
    Moderator

    Hi Lisa,

    To add the icons, please change the code in _topbar.php with this.

    
    <?php
    
    // =============================================================================
    // VIEWS/GLOBAL/_TOPBAR.PHP
    // -----------------------------------------------------------------------------
    // Includes topbar output.
    // =============================================================================
    
    ?>
    
    <?php if ( x_get_option( 'x_topbar_display' ) == '1' ) : ?>
    
      <div class="x-topbar">
        <div class="x-topbar-inner x-container max width">
          <?php if ( x_get_option( 'x_topbar_content' ) != '' ) : ?>
          <p class="p-info"><?php echo x_get_option( 'x_topbar_content' ); ?><span class="loginout"><i class="x-icon x-icon-sign-in"></i><?php wp_loginout(); ?></span></p>
          <?php endif; ?>
          <?php x_social_global(); ?>
          
        </div>
      </div>
    
    <?php endif; ?>
    

    As this is a custom development, further customizations from here is outside the scope of support we can offer. If you need more in depth changes, you may wish to consult with a developer. X is quite extensible with child themes, so there are plenty of possibilities. https://theme.co/community/custom-development/

    #833446

    Lisa
    Participant

    Hi,

    That is perfect.
    Thank you so much!! Themeco Support is the best Support I ever had to deal with! Thumbs up!

    Best,
    Lisa

    #833500

    Zeshan
    Member

    You’re most welcome! 🙂

    #848000

    Lisa
    Participant

    Hi there,

    I have an issue with the topbar login/logout. When I use Google-Chrome there is a line break between the icon and the linktext “Abmelden”. But that is just with chrome, firefox and safari are fine.

    Regards,
    Lisa

    #848093

    Smarticle
    Participant

    This thread was originally created for the setup of the login profile for a Smarticle site. We will soon be refering back to this thread and will need continued support. Can I please request that the posts from other users are moved to a thread of their own? It will be complicated to try and re-create what we were trying to achieve and seek further advice when there are multiple users posting in the thread. Usually support ask users to create their own threads but that doesn’t seem to have been the case here.

    #848383

    Nico
    Moderator

    Hi There,

    @wearesmarticle Yes, I would agree on that it would be difficult for you seek further support. I think it would be best to create a new thread and share us a short summary of what we already discussed.

    To other user, please create a new thread so that it there be no confusions and conflicts.

    Thank you so much for understanding.