• I am new to WordPress and first day with NextGEN Gallery. I am using the Revolution Pro Media theme and am in the home.php file. It seems set up to show 6 thumbnails. Is it possible to have more than 6 and have them scroll horizontally?
    Here is my site:
    http://www.socialjusticejournalism.org/

    Here is the code I am using now:

    <div class="hpflickr">
    
                <h4>Featured Student Stories -- Know a great social justice story? Click here to<A HREF="mailto:CabriniComDept@gmail.com" target="_blank"> <b>email</b>. </a></h4>
    <?php $homegallery = '[gallery=1]';
       $homegallery = apply_filters('the_content', $homegallery );
       echo $homegallery; ?>
    
          </div>

    I am very new to this so I will need simple explanations. Thanks so much!!!
    Jerry

Viewing 3 replies - 1 through 3 (of 3 total)
  • jerryzurek, that’s a FLICKR peace of code :). NextGen gallery has NOTHING to do with it. It you want nextgen gallery there, you should try the widget, maybe repeating the widget 6 times with the same flickr proportions to fit it, or prepare a slideshow with the same whole width dimension.

    Thread Starter 723252

    Thanks, enrico,

    I don’t understand what you mean when you say “I should try the widget.” I don’t even know what a widget is, much less how to try it. Where do I find a widget and what do I do with it. I am sorry that I am so dumb but I am completely new to this.

    go to wp-admin -> design/presentation then u will see the widget tab. but b4 that u have to activate the “nextgen widget” first. but i dun think that will do the job for scrolling gallery

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘NextGEN Gallery: Can images SCROLL horizontally?’ is closed to new replies.