• Resolved 121rebyc

    (@121rebyc)


    hi
    first I want to thanks for storefront theme is awesome and pro for base theme development,
    I want using master slider in homepage template file with full width , but it isn’t work fine because of susy grid system.
    I create shortcode after header in this file, but it is wrapped with main content and col-full class,

    how do I use slider in full width position ?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi 121rebyc, if you already using the child theme. You can add it after the </header> tag.
    Create new div tag, example
    <div class=”slider”><?php //YOUR SHORTCODE ?></div>

    Thread Starter 121rebyc

    (@121rebyc)

    but this isn’t work .any thing after get_header is add with main content and grid of content . I want full with slider outer of content and header column, and just for home page .
    thanks for reply

    I did solved this with action hook in functions file. using before_content function

    tried using a slider with metaslider. so it plops the slider right in the middle of the page and no obvious way to move it. plus the images are 1950 x 400 and they don’t go the width of the page. well I suppose one must know how to code to get this to work

    Hi, I got the code snippets (#10 in the list) from pootlepress.com & it worked.

    There are also code snippets examples in meta slider documentation to further customize into your child theme. Hope this helps!

    Atlantis Themes

    (@pangolinthemes)

    Hi

    We released a free extension of Storefront, that lets you add slider shortcode via WordPress customizer.

    https://wordpress.org/plugins/storefront-add-slider/

    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘use slider in storefront theme’ is closed to new replies.