• Resolved lopez321

    (@lopez321)


    Hi!

    I want to display few albums on page.
    There is code:

    <h1>Gallery 2018</h1>
    [ngg_images source="albums" container_ids="8" display_type="photocrati-nextgen_basic_compact_album" gallery_display_type="photocrati-nextgen_basic_thumbnails" galleries_per_page="0" enable_breadcrumbs="1" template="default" 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"]
    <h1>Gallery 2017</h1>
    [ngg_images source="albums" container_ids="5" display_type="photocrati-nextgen_basic_compact_album" gallery_display_type="photocrati-nextgen_basic_thumbnails" galleries_per_page="0" enable_breadcrumbs="1" 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"]
    <h1>Gallery 2016</h1>
    [ngg_images source="albums" container_ids="4" display_type="photocrati-nextgen_basic_compact_album" gallery_display_type="photocrati-nextgen_basic_thumbnails" galleries_per_page="0" enable_breadcrumbs="1" 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"]
    <h1>Gallery 2015</h1>
    [ngg_images source="albums" container_ids="3" display_type="photocrati-nextgen_basic_compact_album" gallery_display_type="photocrati-nextgen_basic_thumbnails" galleries_per_page="0" enable_breadcrumbs="1" 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"]
    <h1>Gallery 2014</h1>
    [ngg_images source="albums" container_ids="2" display_type="photocrati-nextgen_basic_compact_album" gallery_display_type="photocrati-nextgen_basic_thumbnails" galleries_per_page="0" enable_breadcrumbs="1" 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"]
    <h1>Gallery 2013</h1>
    [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" 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"]

    When I open one of the galleries, the remaining code from the album page also appears on the page.

    <h1>Gallery 2018</h1>
    {gallery code}
    <h1>Gallery 2017</h1>
    
    <h1>Gallery 2016</h1>
    
    <h1>Gallery 2015</h1>
    
    <h1>Gallery 2014</h1>
    
    <h1>Gallery 2013</h1>

    How can I display only gallery code without h1?

Viewing 1 replies (of 1 total)
  • Plugin Contributor Imagely

    (@imagely)

    @lopez321 – Unfortunately, this is a known issue and not one we have a solution for at this time if you need to retain the “title” for each of the albums on the page where all of the albums are being displayed.

    Thanks!

    – Cais.

Viewing 1 replies (of 1 total)
  • The topic ‘Albums display on page’ is closed to new replies.