Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter jessi-ray

    (@jessi-ray)

    Oh, and for your usefulness, here is the snippet of header code where I have the slideshow.

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
        "https://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="https://www.w3.org/1999/xhtml">
    <head>
    
    <meta name="writing alone" content="writing alone, site, short stories, short story, blog, fantasy, video games, literature, pages">
    
      <link href="https://www.godsibb.net/wptest/wp-content/themes/godsibbevo/style.css" rel="stylesheet" type="text/css">
    <title>Godsibb EVO test skin</title>
    
    </head>
    <body>
    <?php wp_enqueue_script("jquery"); ?>.
    <div id="hold">
    
    <div id="banner">
    <div id="tab">
    
    </div>
    <img src="https://www.godsibb.net/wptest/wp-content/themes/Godsibb2.0/images/Godsibbnet.png" class="toplogo" alt="godsibb.net"/>
    
    <div id="logo">
    <?php if ( function_exists( 'meteor_slideshow' ) ) { meteor_slideshow(); } ?>
    </div>
    
    </div>
    Plugin Author Josh Leuze

    (@jleuze)

    Hi Jessi, none of the JavaScript or CSS files that the slideshow needs to run are loading. The head section of your page where these scripts should be looks pretty empty, are you including the wp_head tag in your theme’s head section?

    <?php wp_head(); ?>

    are you saying go to header.php and put in this exactly or does something go between the ()

    <?php wp_head(); ?>

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Meteor Slides] Images but no Slideshow’ is closed to new replies.