-
AuthorPosts
-
March 17, 2015 at 7:41 am #229120
Nicci WParticipantHi
I am running the Ethos stack, with a 1 page site, and an embedded video slider above the masthead. Because I am using an embedded video it cannot be totally full screen as per the Ethos 3 demo. When I try adding the topbar option through customizer it adds it between the video slider and the logo/nav. Is there a way to have the topbar above the video slider? when the slider position is above the masthead?
Many Thanks
NicciMarch 17, 2015 at 11:02 am #229276
ZeshanMemberHi Nicci,
Thanks for writing in!
Because this requires a template change, I’d advise that you setup a child theme. This allows you to make code changes that won’t be overwritten when an X update is released. After your child theme is setup, please review how we recommend making template changes in Customization Best Practices.
After that, copy the file wp-content/themes/x/framework/views/ethos/wp-header.php in your child theme’s folder /framework/views/ethos/, open the copied file in a text editor and replace entire code with following:
<?php // ============================================================================= // VIEWS/ETHOS/WP-HEADER.PHP // ----------------------------------------------------------------------------- // Header output for Ethos. // ============================================================================= ?> <?php x_get_view( 'global', '_header' ); ?> <header class="<?php x_masthead_class(); ?>" role="banner"> <?php x_get_view( 'ethos', '_post', 'carousel' ); ?> <?php x_get_view( 'global', '_topbar' ); ?> <?php x_get_view( 'global', '_slider-above' ); ?> <?php x_get_view( 'global', '_navbar' ); ?> <?php x_get_view( 'ethos', '_breadcrumbs' ); ?> </header> <?php x_get_view( 'global', '_slider-below' ); ?> <?php x_get_view( 'ethos', '_landmark-header' ); ?>Hope this helps. 🙂
Thank you.
July 16, 2015 at 7:56 am #332051
[email protected]ParticipantAm having a big issue with my etho masthead slide. I try using revolution slider, but it is distorting my images.. What other option should I use. Because the layer slider isn’t showing
July 16, 2015 at 8:16 am #332068
[email protected]ParticipantThis reply has been marked as private.July 16, 2015 at 9:37 am #332139
RupokMemberHi @thenaturesfarmacygmail-com
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.
December 11, 2015 at 12:42 pm #703052
nicogarazzoParticipantI am having the same issue. Even though I installed and activated the LayerSlider Plugin is not showing up at all
in the element Menu. What could I be missing?December 11, 2015 at 5:36 pm #703445
RadModeratorHi Nic,
What do you mean by element menu? Would you mind providing a screenshot? And perhaps, start a new thread with your login credentials in private reply
Thanks!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-229120 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
