Replies: 0
Hello, I am interested in creating a metaslider that is full width on each of our category pages. I have code for the home page which works fine but does not work on the other pages.
Any ideas on how to achieve this?
The code I found to enter in the functions php is here:
add_action( ‘init’, ‘child_theme_init’ );
function child_theme_init() {
add_action( ‘storefront_before_content’, ‘woa_add_full_slider’, 5 );
}
function woa_add_full_slider() { ?>
<div id=”slider”>
<?php echo do_shortcode(“[metaslider id=34 restrict_to=home percentwidth=100]”); ?>
</div>
<?php
}
Thanks for the help.
the website is: hemingwayscatboutique.com