• Resolved denism300

    (@denism300)


    Does not work on archive pages. In the plugin settings, the corresponding checkbox is checked

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author Archetyped

    (@archetyped)

    Please provide a link to a page that exhibits the issue you are experiencing and I would be glad to take a closer look.

    Thread Starter denism300

    (@denism300)

    Plugin Author Archetyped

    (@archetyped)

    Hi, there do not appear to be any image links on the pages you provided. Without links, there is nothing for visitors to click on and launch the lightbox.

    See SLB’s documentation on adding image links to posts for more details.

    If you are still experiencing an issue, please provide a link to an archive page with image links and I would be glad to take another look.

    Thread Starter denism300

    (@denism300)

    the site is no longer accessible from those links.
    new, working links:

    https://www.7773777.ru/produkcziya-zavoda-metallokonstrukczij/

    https://www.7773777.ru/uslugi/

    screenshot of one of the problematic images below

    screenshot of plugin settings

    • This reply was modified 1 year, 3 months ago by denism300.
    Plugin Author Archetyped

    (@archetyped)

    Thank you for the updated links.

    Can you please provide more details on the structure of these pages? For example, are the image links added directly to the template or via a page builder plugin?

    Category pages generally display posts in that category, but there does not appear to be post content at the links you provided.

    Note that content added directly to templates via WordPress’ Full Site Editor (FSE) is not currently supported by SLB. Support for FSE blocks is planned, so if that is how the image links are added to the archive pages you added, you can add your vote for the feature at that link to prioritize its development.

    Thread Starter denism300

    (@denism300)

    Can you please provide more details on the structure of these pages? For example, are the image links added directly to the template or via a page builder plugin?

    The gallery was added to the page via the admin panel using a shortcode.
    No page-builder is used, only the standard WP editor + plugins Classic Editor and Advanced Editor Tools

    Category pages generally display posts in that category, but there does not appear to be post content at the links you provided.

    Yes, these are custom category pages, they do not display posts of this category, however, the output of the category description is implemented using standard WP functions. Code https://www.7773777.ru/uslugi/ below

    <?php get_header(); ?>
    <div class="container main-section">
        <div class="row">
            <div class="col-12 breadcrumbs">
                <?php get_template_part('inc/template-breadcrumbs'); ?>
            </div>
        </div>
        <div class="row">
            <?php get_template_part('sidebar', 'left'); ?>
            <main id="zmk-content" class="col-12 col-lg-8 category-page--content site-content">
                <header class="site-content--header">
                    <?php the_archive_title('<h1 class="page-title">', '</h1>'); ?>
                </header>
                <?php the_archive_description('<div class="page-description no-bg">', '</div>'); ?>
            </main><!-- #main -->
            <?php get_template_part('sidebar', 'right'); ?>
        </div>
    </div>
    <?php
    get_footer();
    Plugin Author Archetyped

    (@archetyped)

    Thank you for the additional details. Content in archive descriptions (output via the_archive_description()) are not currently supported by SLB, but you can vote for this feature to be added on SLB’s official support forum (click on the ?? in the corner of the first post).

    Also, archive descriptions are simple text fields and do not processes shortcodes (such as gallery shortcodes) by default. Can you please provide the link to the plugin you are using to add editor/shortcode functionality to the archive description field so that it may be tested with SLB as well?

    Thanks.

    Thread Starter denism300

    (@denism300)

    Also, archive descriptions are simple text fields and do not processes shortcodes (such as gallery shortcodes) by default. Can you please provide the link to the plugin you are using to add editor/shortcode functionality to the archive description field so that it may be tested with SLB as well?

    Yoast SEO adds an editor to the page for editing (not creating) an archive. adds an editor to the page for editing (not creating) a category. After that, it becomes possible to insert gallery shortcodes (and not only)

    Plugin Author Archetyped

    (@archetyped)

    Yoast SEO adds an editor to the page for editing (not creating) an archive. adds an editor to the page for editing (not creating) a category.

    Thanks!

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Not working on archive page’ is closed to new replies.