Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • in reply to: Images over blog post #2617
    bradb
    Member
    Post count: 3

    Thanks! to those who may search here for the same answer this is what worked for me:

    add your rev slider shortcode in place of the example:

    <?php echo do_shortcode( ‘[showcase_layerslider revslider_shortcode=”main” full_width=”yes” width=”1/1″ el_position=”first last”]’ ) ?>

    add this just under:

    <?php get_header(); ?>

    on the following pages:

    page.php

    category.php

    archive.php

    single.php

    You may have to play a bit with the margins but now its on every page site wide.

     

    Thanks!

    in reply to: Images over blog post #2457
    bradb
    Member
    Post count: 3

    I figured out the first question:

    .recent-post figure { display: none !important; }

    I still need help on the second question though.

Viewing 2 posts - 1 through 2 (of 2 total)