Tagged: x
-
AuthorPosts
-
July 22, 2016 at 6:25 pm #1099264
mjamison3ParticipantI was able to add a revolution slider below my navbar using the code below. However, I would like to add it above the masterhead. Can you please tell me how to add it above the masterhead.
<?php putRevSlider(“vimeo-hero”,”homepage”) ?>
<?php if ( $is_enabled ) : ?>
<div class=”x-flexslider x-post-slider”>
<ul class=”x-slides”>July 22, 2016 at 11:00 pm #1099519
Prasant RaiModeratorHello There,
Thanks for writing in!
You can please revolution slider above masthead using Cornerstone. To do that look for “Slider Setting – Above Masthead” under the Settings tab.
Thanks.
July 23, 2016 at 7:52 am #1099794
mjamison3ParticipantHow do you get that area of Cornerstone to see those tabs, particularly for the revolution slider?
July 23, 2016 at 8:01 am #1099803
FriechModeratorJuly 23, 2016 at 8:12 am #1099817
mjamison3ParticipantWhen I go to Pages, there is no option to select the home/blog/index page.
July 23, 2016 at 8:20 am #1099825
ThaiModeratorHi 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 / passwordDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
Thanks.
July 23, 2016 at 8:23 am #1099826
mjamison3ParticipantThis reply has been marked as private.July 23, 2016 at 8:41 am #1099844
ChristopherModeratorHi there,
Copy wp-header.php from framework/views/ethos and put it in the same path inside child theme, replace existing code with following :
<?php // ============================================================================= // VIEWS/ETHOS/WP-HEADER.PHP // ----------------------------------------------------------------------------- // Header output for Ethos. // ============================================================================= ?> <?php x_get_view( 'global', '_header' ); ?> <?php if ( is_home() ) { echo '<div class="x-slider-container above">'; echo do_shortcode( '[rev_slider test]' ); echo '</div>'; } ?> <?php x_get_view( 'global', '_slider-above' ); ?> <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', '_navbar' ); ?> <?php x_get_view( 'ethos', '_breadcrumbs' ); ?> </header> <?php x_get_view( 'global', '_slider-below' ); ?> <?php x_get_view( 'ethos', '_landmark-header' ); ?>Note that you will need to update the [rev_slider test] shortcode in the do_shortcode() function with your own shortcode for this to work properly.
Hope it helps.
July 23, 2016 at 8:52 am #1099857
mjamison3ParticipantThat helped a lot. Thanks!
July 23, 2016 at 8:59 am #1099869
ChristopherModeratorYou’re welcome.
October 6, 2016 at 10:30 am #1205185
sunnyragamParticipantIntegrity 1 default video revolution slider and div tags does not work.
Conerstone says,
Warning: Missing argument 3 for Cornerstone_Enqueue_Extractor::preview_style_element() in /home/suryananda/public_html/cinemas/wp-content/plugins/cornerstone/includes/classes/builder/class-enqueue-extractor.php on line 19
October 6, 2016 at 10:51 am #1205220
RahulModeratorHey There,
Thank you for writing in!
We kindly ask that you open up a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions.
Thank you for understanding, Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1099264 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>

