-
AuthorPosts
-
March 11, 2016 at 3:10 am #833343
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,
LisaMarch 11, 2016 at 3:52 am #833376Hi 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/
March 11, 2016 at 5:20 am #833446Hi,
That is perfect.
Thank you so much!! Themeco Support is the best Support I ever had to deal with! Thumbs up!Best,
LisaMarch 11, 2016 at 6:03 am #833500You’re most welcome! 🙂
March 22, 2016 at 9:17 am #848000Hi 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,
LisaMarch 22, 2016 at 10:08 am #848093This 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.
March 22, 2016 at 1:39 pm #848383Hi 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.
-
AuthorPosts