Tagged: x
-
AuthorPosts
-
March 3, 2017 at 7:04 am #1393235
bonamymartelParticipantHi
I would like to move the carousel on the ethos stack so that is is below the nav bar
is it also possible to position it underneath a gap section or underneath a slider?
thanks so muchBonamy
March 3, 2017 at 8:58 am #1393335
RahulModeratorHey There,
Thanks for writing in!
To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
March 3, 2017 at 11:58 pm #1394138
bonamymartelParticipantThis reply has been marked as private.March 4, 2017 at 3:56 am #1394269
FriechModeratorHi There,
On your child theme, navigate to \x-child\framework\views\ethos\ directory and there create a file named wp-header.php and paste the code below on it.
<?php // ============================================================================= // VIEWS/ETHOS/WP-HEADER.PHP // ----------------------------------------------------------------------------- // Header output for Ethos. // ============================================================================= ?> <?php x_get_view( 'global', '_header' ); ?> <?php x_get_view( 'global', '_slider-above' ); ?> <header class="<?php x_masthead_class(); ?>" role="banner"> <?php x_get_view( 'global', '_topbar' ); ?> <?php x_get_view( 'global', '_navbar' ); ?> <?php x_get_view( 'ethos', '_post', 'carousel' ); ?> <?php x_get_view( 'ethos', '_breadcrumbs' ); ?> </header> <?php x_get_view( 'global', '_slider-below' ); ?> <?php x_get_view( 'ethos', '_landmark-header' ); ?>Hope it helps, Cheers!
March 4, 2017 at 5:25 am #1394312
bonamymartelParticipantHi thanks for your message
unfortunately this has not worked
I have copied the complete ethos directory to my child theme,
I then replaced the existing code in the header section as per these instructions but nothing happened
what am I doing wrong? 🙂
thanksMarch 4, 2017 at 7:09 am #1394366
ChristopherModeratorHi there,
The code is correct and it should work, unless you’ve put it under wrong directory. Please provide us with WP and FTP credentials so we can take a closer look.
Thanks.
March 4, 2017 at 7:42 am #1394377
bonamymartelParticipantThis reply has been marked as private.March 4, 2017 at 1:07 pm #1394548
bonamymartelParticipantThis reply has been marked as private.March 4, 2017 at 5:15 pm #1394656
bonamymartelParticipantThis reply has been marked as private.March 4, 2017 at 10:33 pm #1394784
Rue NelModeratorHello There,
Thanks for updating in! I will repeat what @Friech is suggesting in a step by step process. Since you have your child theme active and ready, please follow the following steps below:
1] Using Notepad or TextEdit or Sublime Text or any text editor, please create a new file in your local machine.
2] Insert the following code into that new file<?php // ============================================================================= // VIEWS/ETHOS/WP-HEADER.PHP // ----------------------------------------------------------------------------- // Header output for Ethos. // ============================================================================= ?> <?php x_get_view( 'global', '_header' ); ?> <?php x_get_view( 'global', '_slider-above' ); ?> <header class="<?php x_masthead_class(); ?>" role="banner"> <?php x_get_view( 'global', '_topbar' ); ?> <?php x_get_view( 'global', '_navbar' ); ?> <?php x_get_view( 'ethos', '_post', 'carousel' ); ?> <?php x_get_view( 'ethos', '_breadcrumbs' ); ?> </header> <?php x_get_view( 'global', '_slider-below' ); ?> <?php x_get_view( 'ethos', '_landmark-header' ); ?>3] Save the file named as
wp-header.php
4] Upload this file to your server in the child theme’s folder
wp-content/themes/x-child/framework/views/Please make sure that the Child theme is active or else any of this changes will not take effect.
Hope this helps. Please let us know how it goes.
March 5, 2017 at 6:16 am #1395003
bonamymartelParticipantThis reply has been marked as private.March 5, 2017 at 8:19 am #1395071
bonamymartelParticipantsorry, just to add to the chaos 🙂
is it also possible to explain how I could put the carousel further down the page, below a slider
thanks!March 5, 2017 at 8:19 am #1395073
ThaiModeratorHi There,
Could you please provide us with the root account?
There is no file in that account.
Thanks.
March 5, 2017 at 11:36 am #1395218
bonamymartelParticipantThis reply has been marked as private.March 5, 2017 at 11:38 am #1395219
bonamymartelParticipantThis reply has been marked as private. -
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1393235 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
