NextGen Gallery doesn’t load
-
I would like to use ALM but I’ve some problems.
On my page I use this statement for displaying the posts:
[ajax_load_more post_type=”post” category=”bangkok” order=”ASC” post_per_page=”1″ max_page=”0″]I would like to load the posts with full content, so that I can scroll through all filtered posts.
<article> <h1><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h1> <p class="entry-meta"> <?php the_time("F d, Y"); ?> </p> <p> <?php the_content(); ?> </p> </article>The post are displayed properly an infinite scrolling is working fine, but I have some NextGen Gallery-Slideshows in my posts and there is only a placeholder shown with a small picture and the text “NextGen gallery Click to edit”. This image is normaly shown in design mode.
Any idea what to do?
Thanx in advance!
Alex
The topic ‘NextGen Gallery doesn’t load’ is closed to new replies.