• Resolved seanvalier1

    (@seanvalier1)


    meteor slider homepage responsive theme

    Hello i’ve been trying to get the meteor slides plugin working on the responsive theme. I’ve search everything on wordpress and google and can’t get it to work. I’ve just started the web site and would like to put a slide on the first page in the feature box ( like the first post ).

    I tried replacing the code with what you said:

    <?php get_header(); ?>

    <div id=”featured” class=”grid col-940″>

    <?php if ( function_exists( ‘meteor_slideshow’ ) ) { meteor_slideshow(); } ?
    </div><!– end of #featured –>

    <?php get_sidebar(‘home’); ?>
    <?php get_footer(); ?>

    The image is ther but it’s hidden. I’ve tried on pages as well and it’s the same thing.
    In firebug i get this

    <img alt=”” src=”https://isaureart.ch/wp-content/uploads/2012/09/paint1web1-436×200.jpg&#8221; class=”meteor-shim” style=”visibility: hidden;”>

    Please someone help me.
    https://www.isaureart.ch/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter seanvalier1

    (@seanvalier1)

    If anyone has the same problem I got an answer

    cbattle wrote:

    You can try adding the following to your style sheet. This seemed to work for me.
    .meteor-shim {visibility:visible !important;}
    Also, I didn’t modify the template file; I just put the shortcode into the page, like this:
    [meteor_slideshow]
    Hope this helps! Good luck…
    Corinne

    I have this problem too and I tried Corinne’s suggestion but it didn’t work. This is what I did…

    <?php get_header(); ?>

    <div id=”featured” class=”grid col-940″>
    [meteor_slideshow]
    </div><!– end of #featured –>

    <?php get_sidebar(‘home’); ?>
    <?php get_footer(); ?>

    .meteor-shim {visibility:visible !important;}

    But my homepage is still looking like the default homepage! Anyone can help?

    ps. I’m a CSS/Code idiot and a WordPress noob!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘meteor slider homepage responsive theme 1.7.7’ is closed to new replies.