Hello,
I have searched the forum and could not find an answer.
The problems I have with Woocommerce displays on the theme is as follows:
1. BREADCRUMB. It does not display when you view products in a category, the list view. It does display when you view an individual product.
2. SUBCATEGORIES & PRODUCTS. I have subcategories in the categories so I have set them to display. The problem is that there is no line break between the subcategories and where the products start.
I have purchased a licence (my second love the theme) and could provide that and the URL in a private message if needed.
Thank you in advance.
Hi,
1) The Woocommerce breadcrumbs are commented out in the code. You can uncomment the breadcrumbs from the woocommerce template to make them display – http://screencast.com/t/PVp3i4U72.
2) Please provide us with a link to your problem so we can take a look. If you do not want to post the link here on the forum, you can send us an email at contact@tagdiv.com. Please paste a link to this topic as well so we know who you are.
Thank you!
-
This reply was modified 10 years by
Bogdan B..
I have sent an email with DEV URL, a link to affected page.
As you can see the subcategories (2) start then you have products starting on the very same line, no line break where I would like them to be separated from the products so products start on a new line.
Thank you!
Kind Regards
JC
Hello,
You can edit your shop page in visual composer and add a product categories element which will have the desired effect. You also have some controls from the element settings.
http://screencast.com/t/SAEhPu2HnpxW – http://screencast.com/t/jJMgWK042uz
Thank you!
Hi Bogdan,
The problem is I have plenty of categories with subcategories, up to 4 levels down. It’s not only the shop page.
I need to ensure all the category views are setup to display correct.
The solution you are suggesting I am already using on the home page. It does not replicate across the category views
Hi,
Unfortunately in order to get the other products to display on a separate line proves to be quite a difficult challenge. The page was designed in such a way that it detects which is the first and last element in a row and adds extra classes to them. Changing this order requires modifications to the woocommerce functionality and customizing it’s code in order to override the first and last elements in a row. It is a complicated task and requires quite a bit of custom work which unfortunately we cannot provide. You can hire a freelancer to do it for you if you want. Unfortunately there is no easy solution for this.
Thank you!
Hello,
The theme live search returns only posts. Products however are returned after pressing the search button. If you want to change this behavior, you have to change the theme core files to set the products to display in live search also. If you do not want to alter the files you can maybe use a plugin, something like https://wordpress.org/plugins/yith-woocommerce-ajax-search/.
I hope this helps.
Thank you!
Hi,
I have found a way to make the live search option work with products:
Just add 'product' in td_data_source.php like so: http://screencast.com/t/DEdcyMvg
result: http://screencast.com/t/BRU1Wwp6jBW
Thank you!
AWESOME THANK YOU!!!
I have tried to do the setup on the child-theme but did not work. I then just added it to the parent theme folder I must just remember to update it when I update the theme but if you can include in the next update will be awesome.
SUPER THANK YOU!!!
