• Hi,

    I have the Revolution Pro Business theme. My problem is that I would like to have a gallery in the right sidebar on the front page. I cant figure out how to do this.

    Picture of the layout

    Does anyone know how to add a gallery in the space to the right? I use NextGen gallery plugin.

Viewing 4 replies - 1 through 4 (of 4 total)
  • If you want to replace the headlines strip all the code in the hpfeatured top div and replace with this OR create hpfeaturedtop2 in the style sheet copy the hpfeaturedtop styling to it and then on the home.php above the first hpfeaturedtop put

    <div class="hpfeaturedtop2">
    <?php
    $showalbum = '[album=delnorte_album,compact]';
    $showalbum = apply_filters('the_content', $showalbum );
    echo $showalbum;
    ?>
    </div>

    code from this post

    Thread Starter gotnoname

    (@gotnoname)

    Thank you, that did the trick!

    Thread Starter gotnoname

    (@gotnoname)

    4k:

    The code works great, but I would like it to open a new site and show the whole gallery, not just in the right column (when I click the gallery in the right column I want it to open a new page that displays the whole gallery on a separet page(.

    Is this possible?

    Edit: to clearify what I mean:

    This is how it currently works:
    -On the front page it looks correctly – https://stianthoresen.com/1.JPG
    – When I click on the gallery it shows up like this (not what I want): https://stianthoresen.com/3.JPG

    -Instead I want it to look like this: https://stianthoresen.com/3.JPG

    the last two links are the same.

    For display issues it might be best to contact Alex.

    https://alexrabe.boelinger.com/forums/

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘revolution theme sidebar problem’ is closed to new replies.