Tagged: x
-
AuthorPosts
-
September 8, 2016 at 4:19 pm #1167062
damienschaeferParticipantHi,
I am following the instructions supplied in this thread https://community.theme.co/forums/topic/slider-in-category-archive/ to try to add my “elk-head” revolution slider to my category pages and it just does not seem to work. Will you take a look at http://grinningelk.scenicfigure.com/category/electrics/ and see what the problem may be? Here is the code I have included in my child theme’s wp-header.php.<?php
// =============================================================================
// VIEWS/INTEGRITY/WP-HEADER.PHP
// —————————————————————————–
// Header output for Integrity.
// =============================================================================?>
<?php x_get_view( ‘global’, ‘_header’ ); ?>
<?php x_get_view( ‘global’, ‘_slider-above’ ); ?>
<?php
if (is_category()):
echo do_shortcode(‘[rev_slider alias=”elk-head”]’);
endif;
?><header class=”<?php x_masthead_class(); ?>” role=”banner”>
<?php x_get_view( ‘global’, ‘_topbar’ ); ?>
<?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’ ); ?>FYI: WordPress 4.6.1, X Version: 4.6.2, Cornerstone Version 1.3.2
Thanks!
DSeptember 9, 2016 at 12:21 am #1167553
FriechModeratorSeptember 9, 2016 at 9:28 am #1168021
damienschaeferParticipantThis reply has been marked as private.September 9, 2016 at 9:31 am #1168026
damienschaeferParticipantThis reply has been marked as private.September 9, 2016 at 4:19 pm #1168551
FriechModeratorHi There,
Like I said your code is fine, slider shows up fine now.
Did you resolve the issue? Is that just a static image? If so, I advice to add that banner as an image
<?php // ============================================================================= // VIEWS/INTEGRITY/WP-HEADER.PHP // ----------------------------------------------------------------------------- // Header output for Integrity. // ============================================================================= ?> <?php x_get_view( 'global', '_header' ); ?> <?php x_get_view( 'global', '_slider-above' ); ?> <?php if (is_category()): ?> <img class="header-banner" src="http://grinningelk.scenicfigure.com/wp-content/uploads/2016/09/grinning-elk-header2.jpg" alt="grinning elk" style="width:100%;" /> <?php endif; ?> <header class="<?php x_masthead_class(); ?>" role="banner"> <?php x_get_view( 'global', '_topbar' ); ?> <?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' ); ?>It’ll improve the site performance.
Thanks.
September 10, 2016 at 9:37 am #1169283
damienschaeferParticipantIt is working! Thanks again!
DamienSeptember 10, 2016 at 9:43 pm #1169718
Rue NelModeratorYou’re welcome!
We’re glad we were able to help you out. -
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1167062 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>

