• Resolved Rys

    (@ryn_90)


    Hi Guys,

    Once I put this code in my page, the loading image is all I see. I am testing my site locally, does it make a difference?

    Ryan

Viewing 5 replies - 1 through 5 (of 5 total)
  • reklamer

    (@reklamer)

    a similar problem, Slideshows loaded but nothing shows.
    may be a was wrong somethere

    <?php if (function_exists(“nggSlideshowWidget”))
    { nggSlideshowWidget(“id=1, width=610px, height=261px”); }
    ?>

    Thread Starter Rys

    (@ryn_90)

    Thanks for your help, I tried a different plugin which works with NextGen Gallery. It is the JJ NextGen JQuery Slider. It is slightly more complicated to setup, but it’s really cool.

    reklamer

    (@reklamer)

    I know php very bad, I’m not a coder.
    Demo JJ NextGen JQuery Slider very impressive but can you help me WHERE is paste part of plugin in template.

    This is in the widget?
    <div id=”slider”>
    <img src=”<?php bloginfo(“template_url”); ?>/images/slide_1.jpg” alt=”” />
    <img src=”<?php bloginfo(“template_url”); ?>/images/slide_2.jpg” alt=”” />
    <img src=”<?php bloginfo(“template_url”); ?>/images/slide_3.jpg” alt=”” title=”This is an example of a caption” />
    <img src=”<?php bloginfo(“template_url”); ?>/images/slide_4.jpg” alt=”” />
    </div>

    This is in the index.php or not ?
    <!– Include jQuery –>
    <?php wp_enqueue_script(‘jquery’); ?>
    <?php wp_head(); ?>
    <!– Include the Nivo Slider CSS file –>
    <link rel=”stylesheet” href=”<?php bloginfo(“template_url”); ?>/scripts/nivoslider/nivo-slider.css” type=”text/css” media=”screen” />
    <!– Include the Nivo Slider JS file –>
    <script src=”<?php bloginfo(“template_url”); ?>/scripts/nivoslider/jquery.nivo.slider.pack.js” type=”text/javascript”></script>
    <!– Set up the Nivo Slider –>
    <script type=”text/javascript”>
    jQuery(window).load(function() {
    jQuery(‘#slider’).nivoSlider();
    });
    </script>

    reklamer

    (@reklamer)

    I know php very bad, I’m not a coder.
    Demo JJ NextGen JQuery Slider very impressive but can you help me WHERE is paste part of plugin in template.

    This is in the widget?
    <div id=”slider”>
    <img src=”<?php bloginfo(“template_url”); ?>/images/slide_1.jpg” alt=”” />
    <img src=”<?php bloginfo(“template_url”); ?>/images/slide_2.jpg” alt=”” />
    <img src=”<?php bloginfo(“template_url”); ?>/images/slide_3.jpg” alt=”” title=”This is an example of a caption” />
    <img src=”<?php bloginfo(“template_url”); ?>/images/slide_4.jpg” alt=”” />
    </div>

    This is in the index.php or not ?
    [Code moderated as per the Forum Rules. Please use the pastebin]

    Thread Starter Rys

    (@ryn_90)

    Well basically you need to download the plugin on wordpress to allow the user of the shortcode. Then go to the usage page for the nivo slider, and insert the links to the necessary css and javascript files. Then it should be working.

    Let me know if you have any problems!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: NextGEN Gallery] Slideshow not Loading’ is closed to new replies.