Tagged: x
-
AuthorPosts
-
June 10, 2016 at 11:50 am #1036129
Jennifer PParticipantHi, 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?
June 10, 2016 at 5:37 pm #1036529
DarshanaModeratorHi 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 credentialsDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
June 10, 2016 at 6:32 pm #1036581
Jennifer PParticipantThis reply has been marked as private.June 11, 2016 at 1:05 am #1036979
ChristopherModeratorHi 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.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1036129 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
