New Landing How can we help? Atelier Several issues: Product sorting, category margins, etc

Viewing 12 posts - 1 through 12 (of 12 total)
  • Posted in: Atelier
  • #265012
    wunderloot
    Member
    Post count: 14

    Hi there,

    After the 4.5.1 update, have a few issues:

    1. Products no longer sort alphabetically, even though the back end is set to that. (Pic of settings attached)
    2. Is it possible to add to the sorting options, such that products can be sorted alphabetically? (Pic of current woocommerce sorting options attached)
    3. How do I get rid of the breadcrumbs that appear on the shop and product pages?
    4. How do I get rid of the “previous” and “next” arrows on the product pages?
    5. I used a CSS code copied from the forum to reduce the line height of the product categories, but it only works for the parent categories. The child categories are still very far apart. How do I get them to be standardised?

    Thanks!

    Attachments:
    You must be logged in to view attached files.
    #265413
    David Martin – Support
    Moderator
    Post count: 20834

    1) They currently look alphabetically sorted for me: http://www.wunderloot.com/wundershop/ did you amend this?

    2) You want to display the option to sort like this? http://www.wunderloot.com/wundershop/?orderby=alphabetical

    Please test this plugin: https://wordpress.org/plugins/woocommerce-extra-product-sorting-options/screenshots/

    3 & 4) Please use this custom CSS:

    nav.woocommerce-breadcrumb {
        display: none;
    }
    
    .product-navigation {
        display: none;
    }

    5)

    You need to amend your CSS, from this:

    .woocommerce .widget_product_categories ul:not(.children) > li > a {
        color: #111;
        line-height: 0.5;
    }

    To this:

    .woocommerce .widget_product_categories ul > li > a {
        color: #111;
        line-height: 0.5;
    }

    Thanks!

    #266086
    wunderloot
    Member
    Post count: 14

    Hey David,

    1. Yes, I had to manually delete the order number from each product – I don’t know why they appeared in the first place. It happened after the wordpress update I think.

    2. Yes – I will try out the plugin and let you know if it works.

    3 & 4. These seem to work for the product pages, but the breadcrumbs are still visible on the shop pages.

    5. This doesn’t seem to work – and it reverted the parent categories back to the original 1.5 line height too.

    6. I now have issues with sale prices not showing, both on the catalogue and the product pages.

    Attachments:
    You must be logged in to view attached files.
    #266379
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    3, 4 & 5 – Please add a WP login for me.

    6) This will likely be caused by a 3rd party plugin or outdated WP core, theme files or plugins.

    Thanks.

    #266397
    wunderloot
    Member
    Post count: 14
    This reply has been marked as private.
    #266920
    David Martin – Support
    Moderator
    Post count: 20834

    You can make it anything you want, ex:

    – What errors do you get when you change it?

    Thanks.

    #268021
    wunderloot
    Member
    Post count: 14

    It just doesn’t allow me to type or change anything in that box with the product tag base. I actually just want it to state the product tag without it saying “product-tag” in the link. So for example, right now it’s:

    http://www.wunderloot.com/product-tag/knockaround/

    I want it to be:

    http://www.wunderloot.com/knockaround/

    Can this be done?

    I’m still having issues with the line spacing of the categories too.

    #268038
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    I think you can’t remove the tag slug.

    Can you explain further the issue in the spacing of the categories? some screenshot or something similar.

    Thanks

    -Rui

    #268094
    wunderloot
    Member
    Post count: 14

    Yup it’s under Issue #5 of my original query. I’ve reattached the screenshot. I’m trying to make the line space decrease across all the categories whether parent or child.

    Attachments:
    You must be logged in to view attached files.
    #268270
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this to your custom css:

    .woocommerce .widget_product_categories ul li a {
      padding: 6px 0 6px;
    }
    

    – Kyle

    #268571
    wunderloot
    Member
    Post count: 14

    Ah, that works. Great to have you back Kyle.

    #268574
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Great, no problem

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register