Home Forums WoodMart support forum Pagination on breadcrumbs

Pagination on breadcrumbs

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #728333

    moyano1991
    Participant

    Hello,

    I have noticed an issue with the breadcrumbs when using the **infinite scroll** feature.

    For example, when I scroll down in the **T-shirts** category (and this happens in other categories as well), more products are automatically loaded as expected. However, when the next products are loaded, the breadcrumb at the top changes and displays **“Page 2”**.

    If I continue scrolling and more products are loaded, it changes to **“Page 3”**, then “Page 4”, and so on.

    Is there a way to remove **“Page 2”, “Page 3”, “Page 4”, etc from the breadcrumbs, so that the breadcrumb always shows only the current category?

    Thank you very much for your help.

    #728427

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    You can try this code in Theme Settings > Custom CSS:

    body.tax-product_cat .wd-breadcrumbs span.wd-last {
        display: none !important;
    }

    Best Regards

    #728497

    moyano1991
    Participant

    I don’t think this is a good solution because, for example, for the shirts in the “Football” category, if you apply that style, since there is only one page, it automatically removes the word “Football” from the breadcrumbs.

    I’ve attached some screenshots as evidence.

    Attachments:
    You must be logged in to view attached files.
    #728538

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Sorry for the inconvenience. You can control this behavior directly from the theme settings.

    Please go to Theme Settings > Product Archive > Product Grid

    and disable the “Keep the page number in the URL” option: https://postimg.cc/ThD5rmBY

    This option controls whether the page number is added to the URL when additional products are loaded using the Load More button/infinite scroll. When disabled, the page number will also no longer appear in the breadcrumbs.

    Best Regards

    #728648

    moyano1991
    Participant

    Perfecto, its working! you can close the ticket

    #728653

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    You’re Most Welcome!

    Feel free to write back anytime. If you need further assistance, we are always here to help you.

    If you have a minute, we’d truly appreciate your feedback — it helps us improve the product and shape future updates more effectively. We’d love your feedback on our theme:
    https://www.trustpilot.com/review/xtemos.com

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards.

Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘Pagination on breadcrumbs’ is closed to new replies.