Tagged: x
-
AuthorPosts
-
November 21, 2016 at 4:17 am #1265127
RCRStudiosParticipantHi I’m using X theme 4.6.4. I followed another post on how to put the slider between the nav bar and top bar but once I did it the slider disappeared. I think someone said in another post that it’s because of the update of X-Theme. Would you be able to help me fix this? also I wanna know how to take the margin away that’s between the nav bar and the slider
November 21, 2016 at 4:20 am #1265135
Paul RModeratorHi,
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.
November 21, 2016 at 4:24 am #1265136
RCRStudiosParticipantThis reply has been marked as private.November 21, 2016 at 4:32 am #1265146
Paul RModeratorHi,
Thank you for providing your logins.
I was able to fix it by changing the code in your wp-header.php with this.
<?php // ============================================================================= // VIEWS/INTEGRITY/WP-HEADER.PHP // ----------------------------------------------------------------------------- // Header output for Integrity. // ============================================================================= ?> <?php x_get_view( 'global', '_header' ); ?> <header class="<?php x_masthead_class(); ?>" role="banner"> <?php x_get_view( 'global', '_topbar' ); ?> <?php x_get_view( 'global', '_slider-above' ); ?> <?php x_get_view( 'global', '_navbar' ); ?> <?php x_get_view( 'integrity', '_breadcrumbs' ); ?> </header> <?php x_get_view( 'global', '_slider-below' ); ?> <?php x_get_view( 'integrity', '_landmark-header' ); ?>Kindly check on your end.
Thanks
November 21, 2016 at 6:03 am #1265266
RCRStudiosParticipantthank you, it worked perfectly. would you also be able to tell me how to reduce the margin between the slider and the nav bar?
November 21, 2016 at 6:11 am #1265279
Paul RModeratorHi,
That is your logobar.
To get rid of it, you can add this under Custom > CSS in the Customizer.
/* hide logobar */ .x-logobar { display: none; }Hope that helps.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1265127 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
