Home Forums WoodMart support forum Theme Sorting is not working

Theme Sorting is not working

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

    Faisal Awan
    Participant

    Hi,
    I am trying to sort the products as per my requirements, but it is working only at the backend. On the frontend, sorting is not working. Please fix it. Thanks

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

    Hello,

    The custom CSS added under Appearance > Customize > Additional CSS is hiding the sorting dropdown on the archive pages. Please remove or adjust the CSS related to the sorting element, and the sorting dropdown will become visible again.

    Like this: https://postimg.cc/HjJDGLL6

    Best Regards,

    #689873

    Faisal Awan
    Participant

    plz remove the additional CSS to resolve the sorting issue.

    #689894

    Hello,

    We’ve reviewed the CSS added under Appearance > Customize > Additional CSS, and the issue is caused by the following rule on line 33.

    .shop-loop-head .wd-shop-tools:last-child { 
        display: none; 
    }

    This CSS hides the sorting dropdown on the shop/archive pages. I have commented out this specific line from the Additional CSS, and the sorting option is showing fine. Check back your site and check the issue.

    Best Regards,

    #689898

    Faisal Awan
    Participant

    You didn’t get my point. I am not talking about the sorting as you show to hide the CSS (screenshot attached). I am talking about the sorting functionality. I have attached screenshots for your reference.
    For example, I reorder laptop category products, and when I show the results, there are no changes on the front end. I think now you understand my point.
    https://mobiphix.ca/product-category/laptops/

    • This reply was modified 6 days, 15 hours ago by Faisal Awan.
    Attachments:
    You must be logged in to view attached files.
    #689911

    Hello,

    Sorry for the inconvenience. The issue occurs because the shop page is currently set to display products sorted by “Most recent.” To restore the default sorting behavior, please navigate to Appearance > Customize > WooCommerce > Product Catalog, and under Default product sorting, select “Default product sorting.”

    If you have any questions feel free to contact us.

    Best Regards,

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