• Hi, i want the slide show i have created to appear in full width under my portfolio but when i paste the required code in to my page.home file it doesn’t show up. It also doesn’t show up when i try to use the widget. Can you help?

    the code in my page.home template file is:

    <?php /*
    Template Name: Home
    */ ?>
    <?php get_header(); ?>
    <div id=”content” class=”full”>

    <?php get_template_part( ‘part-projects-home’); ?>

    <?php
    //get_template_part( ‘part-featured-pages’);
    ?>

    <?php
    //get_template_part( ‘part-testimonials-home’);
    ?>

    <?php if ( function_exists( ‘meteor_slideshow’ ) ) { meteor_slideshow(); } ?>

    <?php get_template_part( ‘part-posts-home’); ?>

    <div id=”homeContent” class=”full homeSection clearfix”>
    <?php while (have_posts()) : the_post(); ?>
    <div class=”inside”>
    <?php the_content(); ?>
    </div>
    <?php endwhile; ?>
    </div>
    </div>

    <?php get_footer(); ?>

    http://wordpress.org/plugins/meteor-slides/

Viewing 2 replies - 1 through 2 (of 2 total)
  • If it doesn’t show up, I guess you didn’t paste the code at the right place?

    Plugin Author Josh Leuze

    (@jleuze)

    Does it work at all with the shortcode or anything else? You probably have a theme or plugin conflict with JavaScript that is hiding the slideshow. Can you post a link to the site you’re working on?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘I cant get the slides to appear on my home page.’ is closed to new replies.