Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1036129
    Jennifer P
    Participant

    Hi, I’d like to add a Login to the right of the social media buttons in the topbar. I’m using X Child Theme and have modified the topbar template like this:

    <?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’ ); ?></p>
    <?php endif; ?>
    <?php x_social_global(); ?>
    My Account Login
    </div>
    </div>

    <?php endif; ?>

    However, this doesn’t put the My Account Login to the right of the social icons, it sticks it right after the topbar content as in the screenshot below. How can I fix this?

    #1036529
    Darshana
    Moderator

    Hi there,

    Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password
    – FTP credentials

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    #1036581
    Jennifer P
    Participant
    This reply has been marked as private.
    #1036979
    Christopher
    Moderator

    Hi there,

    Please update this line :

    <a href="https://www.qboxmonthly.com/my-account/">My Account Login</a>

    To :

    <span style="float:right;display:inline-block;"><a href="https://www.qboxmonthly.com/my-account/">My Account Login</a></span>

    If you need further assist, please implement the code so we can help you better with this.

    Thanks.

  • <script> jQuery(function($){ $("#no-reply-1036129 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>