• Hey all,

    I’m using the NextGen NivoSlider because of its simple handling.

    Now I like to add the Gallery description to my Slideshow. I want to place it above the slides while using a DIV container.

    I tried to implement the code posted by “Sprutt”. He added his code to the ngg-nivoslider-widget.php (at the end of the function named widget before the final echo call):

    $galleryTitle = trim( $gallery->title );
    $galleryDescription = trim( $gallery->galdesc );
    
    $output .= '<h1>' . $galleryTitle . '</h1>';
    $output .= '<div class="proj-page-descr">' . $galleryDescription . '</div>';

    My problm is, that all the time I insert a gallery description, there is a very big space under my slide.

    Does anybody has an idea?

    THX and many greets
    Roman

    http://wordpress.org/support/plugin/nextgen-nivoslider

    http://wordpress.org/plugins/nextgen-nivoslider/

  • The topic ‘Need help for adding Gallery description above the slide’ is closed to new replies.