• Resolved ABoooo

    (@aboooo)


    I’ve installed NextGEN Basic plugin. I’ve created a gallery and an album. If I insert album on a page and I click on it, it opens my blog post instead of a gallery. Any clue what I’ve done wrong?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Imagely

    (@imagely)

    @aboooo – Sorry to read you are having a concern with your installation although there is not enough information here for us to many many suggestions. Please share the specific URL where you have inserted the album display; and, also share the generated shortcode for that specific display, too.

    Thanks!

    – Cais.

    Thread Starter ABoooo

    (@aboooo)

    Thanks for your reply. I cannot share a page as it isn’t online yet. I have a one pager. I’ve created a page with an album. I call then this content with:

    <?php
                        function show_post_gallery($path) {
                            $post = get_page_by_path($path);
                            $content = apply_filters('the_content', $post->post_content);
                            echo $content;
                        }
    
                        show_post_gallery('galerie');
                        ?>

    So far it’s OK, but when I click on the album I get blog post content instead of galleries in album.
    Shortcode is:

    
    [ngg_images source="albums" container_ids="1" display_type="photocrati-nextgen_basic_compact_album" gallery_display_type="photocrati-nextgen_basic_thumbnails" galleries_per_page="0" enable_breadcrumbs="1" template="/home/www/web174/html/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/view/album-compact.php" enable_descriptions="0" override_thumbnail_settings="0" thumbnail_width="240" thumbnail_height="160" thumbnail_crop="0" order_by="sortorder" order_direction="ASC" returns="included" maximum_entity_count="500"]

    If you give me some e-mail address I can give you login data.

    • This reply was modified 6 years, 10 months ago by ABoooo.
    • This reply was modified 6 years, 10 months ago by ABoooo.
    • This reply was modified 6 years, 10 months ago by ABoooo.
    • This reply was modified 6 years, 10 months ago by ABoooo.
    • This reply was modified 6 years, 10 months ago by ABoooo.
    Plugin Contributor Imagely

    (@imagely)

    @aboooo – Please send us a Bug Report (https://imagely.com/report-bug/ … please reference this topic) so we can get a better look under the page at your site.

    Please include as many details as you can about your site and the issue at hand so we can move on this as fast as possible.

    Thanks!

    – Cais.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘NextGen album doesn’t open gallery’ is closed to new replies.