• Resolved netbloke

    (@netbloke)


    I am simply hoping I can embed a slideshow within an actual theme.

    I tried the normal code but of course it was not processed (ie [slideshow id=11 w=691 h=40] ).

    Any ideas on how to make this work would be greatly appreciated!

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

    (@netbloke)

    I found a solution to this myself. It is not the perfect fix but it works. You can read about it here.

    Hello,

    There is a shorter and easier way to insert it in the loop of your theme…

    <?php
    $showgallery = ‘[slideshow=1]’;
    $showgallery = apply_filters(‘the_content’, $showgallery );
    echo $showgallery;
    ?>

    You have to set in NGG/Options/Slideshow/ The size of the pic’s in your theme…then adjust the ones in the post or pages to desired size, and of course, the number of your real gallery number where it says [slideshow=X]
    I am looking how to make the slideshow, show as background in the header…and that is only in the CSS…Do you know how?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Adding nextgen-gallery slideshow in to theme’ is closed to new replies.