Digital experiences for all disciplines
New Landing › How can we help? › Atelier › Several issues: Product sorting, category margins, etc
New Landing › How can we help? › Atelier › Several issues: Product sorting, category margins, etc
- This topic has 11 replies, 4 voices, and was last updated 8 years by Kyle – SUPPORT.
-
Posted in: Atelier
-
May 3, 2016 at 10:27 am #265012
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.May 4, 2016 at 4:31 pm #2654131) 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!
May 9, 2016 at 10:22 am #266086Hey 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.May 10, 2016 at 11:15 am #266379Hi,
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.
May 10, 2016 at 11:48 am #266397This reply has been marked as private.May 11, 2016 at 6:20 pm #266920You can make it anything you want, ex:
– What errors do you get when you change it?
Thanks.
May 17, 2016 at 11:34 am #268021It 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.
May 17, 2016 at 12:16 pm #268038I 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
May 17, 2016 at 2:11 pm #268094Yup 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.May 18, 2016 at 10:35 am #268270Add this to your custom css:
.woocommerce .widget_product_categories ul li a { padding: 6px 0 6px; }
– Kyle
May 19, 2016 at 6:02 am #268571Ah, that works. Great to have you back Kyle.
May 19, 2016 at 7:30 am #268574Great, no problem
-
Posted in: Atelier
You must be logged in and have valid license to reply to this topic.