Home Forums WoodMart support forum Add page per product bar beside pagination option

Add page per product bar beside pagination option

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

    xsports81
    Participant

    Hello.

    Is it possible to show product per page bar and on the bottom of the page beside the pagination option?

    Thanks in advance.
    Kind Regards George

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

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .wd-products-per-page {
        position: absolute;
        bottom: 0;
        margin-left: 50px;
    }

    And see if this works for you. Otherwise, it requires Customizations.

    Best Regards

    #325984

    xsports81
    Participant

    Hello.

    Thanks, it works, but it needs to be displayed in line. Also, I need both products-per-page, One on top and one on bottom.

    Best Regards

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

    Hello,

    Please provide the URL of the shop page to check it myself and help you out accordingly.

    Sorry but it is not possible to get it for above and below the products.

    It requires customizations and this is beyond our limitations and support policy.

    Regards.
    Xtemos Studios.

    #326023

    xsports81
    Participant

    In which file I must make the customizations in order to achieve that?

    Regards George.

    #326152

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .wd-products-per-page {
        position: absolute;
        width: 300px;
        bottom: 0;
    }

    To move the products per page under with the pagination in one line.

    And you can find the file under “woodmart/woocommerce/archive-product.php” you can customize at your own risk.

    Regards.
    Xtemos Studios.

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