Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #180936

    with enfold, is it possible to replicate the image slider at the top of this theme?

    http://www.mvpthemes.com/braxton/

    maybe a post slider with 3 columns, no margins, and some kind of negative margins on the right and left?

    #181259

    Hi logan2d!

    I managed to get this on my local installation:

    I generated a post slider shortcode and then added it after the <body> tag starts in the header.php file:
    <?php echo do_shortcode("[av_postslider link='category' columns='3' items='9' offset='0' contents='no' preview_mode='auto' image_size='portfolio' autoplay='no' interval='5']"); ?>

    Regards,
    Josue

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘image carousel showing multiple images’ is closed to new replies.