Tell us what you are trying to do?
I'm trying to create a content template to loop all products under the category
I've tried importing module and replicate but it either loops any product regardless the category or it repeats the same products x times.
Also layout is always 100% width so unable to display in three columns.
So in short I need help to set up properly the view, loop and content template, It did look like simple task but seems that can't get the correct logic to build it sorry! :/
Is there any documentation that you are following?
Toolset
I'm not seeing a view setup on this page. Could you send me a screenshot of the view on the backend that you are using so that I can see exactly how your setup is ?
Thanks for your help so far, now the layout seems to work (3 column) but the loop still not working as intended, if you look at the product taxonomy page looks like it loops products within each product and those products are not from the same category i.e. Roller Shutters (see screenshot)
hidden link
other minor issues
It shows the author name but I can't see that field on template
is not picking the excerpt assigned
Read more link is missing
Also any tips to get this view without building the CSS from scratch will be great hidden link
I see what is wrong with your setup. The problem is that your page here hidden link
This is listing out the items that are in the roller-shutter category, but you want to list out the taxonomies of each of the product that is being displayed.
Essentially this is really counter productive because if you're on the archive page for that product that already lists the information then you don't need to list out that post taxonomy.
What I believe you want to achieve is for each product be listed out in the 3 columns rather than the one correct? In order to do this you will need to create a custom archive by going to Toolset -> WordPress Archives and building your 3 column layout from there.
Finally your question here : "Also any tips to get this view without building the CSS from scratch will be great"
Ok, I've created the taxonomy archive but it doesn't let me edit the content, there's no update button (see screenshot) so I can't modify the design, sorry I may be missing something very obvious but seems that I'm going around in circles because this is the first thing I did before contacting you, then followed documentation and started the journey with views, loops and templates :/
Re your question:
What I believe you want to achieve is for each product be listed out in the 3 columns rather than the one correct?
- Just to make sure we are in the same page with this you mean for each product category display products (image, Name, excerpt , link to product) in three columns
i.e.
Category1 (taxonomy archive)
product1 product2 product3
Prorduct4 Product5 Product6
I'm a bit confused now, creating the wordpress taxonomy (which was already there) I need to create a new template to assign to the new wordpress taxonomy I just created, hence no way to edit the taxonomy template directly. But, then from the template itself I can't loop the products the way I want i.e. three columns so then I need to create a view,loop and template to control the output correct? if I just assign the template I can't change the column structure (3 columns) otherwise will repeat same content (see screenshot)
seems that is conflicting with both classic editor V.1.5 and WPBakery Page Builder 6.0.5 if either of those plugins is enabled wordpress taxonomies can't be edited
Sure no probs, do you want ftp access so you can download the plugin directly?
I've managed to install the custom template from the module and now the archive page works fine except for the CSS. it doesn't seem to bring the CSS with it, is there anything else apart from the template that I need to install?
I found the culprit, the Disable Gutenberg Editor was enabled on WPBakery builder and it seems is conflicting with Toolset block editor. Let me know if you still FTP access to investigate though!
So now my archive pages are working as intended but I'm now creating a carrousel of related products to go on the product template but it outputs all products regardless the category of the product displayed. Can I ask you to help me with that please?
Product page hidden link
Product category hidden link
Thanks for your help so far, now everything looks much easier than couple of days ago thanks to your support!