Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • I’ve got the same problem. Feed is working, but the post is empty as stated above.

    Thread Starter spitblog

    (@spitblog)

    Fixed it.

    Edited imagebrowser.php and wrapped an excluding is_feed()-condition around the section being started with:

    <div class="ngg-imagebrowser-nav">

    <?php if (!is_feed()) { ?>
            <div class="ngg-imagebrowser-nav">
                    <div class="back">
                            <a href="<?php echo $image->previous_image_link ?>">&amp;#96
    68; <?php _e('Back', 'nggallery') ?></a>
                    </div>
                    <div class="next">
                            <a href="<?php echo $image->next_image_link ?>"><?php _e
    ('Next', 'nggallery') ?> ►</a>
                    </div>
                    <div class="counter"><?php _e('Picture', 'nggallery') ?> <?php e
    cho $image->number ?> <?php _e('of', 'nggallery')?> <?php echo $image->total ?><
    /div>
                    <div class="ngg-imagebrowser-desc"><p><?php echo $image->descrip
    tion ?></p></div>
            </div>
            <?php } ?>
    Thread Starter spitblog

    (@spitblog)

    The problem has been caused by the Podpress 7.3 plugin. I downgraded to 7.2 and everything’s fine again.

Viewing 3 replies - 1 through 3 (of 3 total)