• Hello. VERY new to WordPress and I am trying to figure out how to make a slideshow using the Next Gen Gallery, which is the latest version. I have been able to install the plugin, make a gallery, and upload the files.

    I am modeling my localhost site off of https://www.joshuagoldresources.com which only lists the one plugin.

    My view source is below and seems to be pretty much inline with the view source of the other site.

    <link rel='stylesheet' id='NextGEN-css'  href='https://localhost/wordpress/wp-content/plugins/nextgen-gallery/css/nggallery.css?ver=1.0.0' type='text/css' media='screen' />
    <link rel='stylesheet' id='shutter-css'  href='https://localhost/wordpress/wp-content/plugins/nextgen-gallery/shutter/shutter-reloaded.css?ver=1.3.4' type='text/css' media='screen' />
    <script type='text/javascript' src='https://localhost/wordpress/wp-includes/js/comment-reply.min.js?ver=3.5.1'></script>
    <script type='text/javascript'>
    /* <![CDATA[ */
    var shutterSettings = {"msgLoading":"L O A D I N G","msgClose":"Click to Close","imageCount":"1"};
    /* ]]> */
    </script>
    <script type='text/javascript' src='https://localhost/wordpress/wp-content/plugins/nextgen-gallery/shutter/shutter-reloaded.js?ver=1.3.3'></script>
    <script type='text/javascript' src='https://localhost/wordpress/wp-includes/js/jquery/jquery.js?ver=1.8.3'></script>
    <script type='text/javascript' src='https://localhost/wordpress/wp-content/plugins/nextgen-gallery/js/jquery.cycle.all.min.js?ver=2.9995'></script>
    <script type='text/javascript' src='https://localhost/wordpress/wp-content/plugins/nextgen-gallery/js/ngg.slideshow.min.js?ver=1.06'></script>

    As well, I added the following to my header.php file…using the twentyeleven theme by the way.

    <?php echo do_shortcode(‘[nggallery id=1]’); ?>

    but I see many conflicting syntaxes.

    I want it to look just like https://www.joshuagoldresources.com but of course with different pics.

    https://www.ads-software.com/extend/plugins/nextgen-gallery/

  • The topic ‘Next Gen Gallery slideshow in header not working WP3.5.1’ is closed to new replies.