Hi @whaynederland,
You can solve your first issue by going to Styling > Sidebar and enabling “Collapsible Sub-Categories (Requires Hierarchical)”. Note: Make sure to click on “Save Changes”.
Does that work for you?
As for your second issue, you can use the following Custom CSS to solve it:
.upcp-tabbed-product-name {
font-family: Assistant;
}
Thanks for the response,
This both didn’t work for me.
I also would like to have the list view: http://prntscr.com/nj0xsp to be the standard one and hide the other options.
Hi @whaynederland,
For the layouts issue, you can hide the other views by adding the “excluded_layouts” attribute to your shortcode. The expected shortcode should be like so:
[product-catalogue id="X" excluded_layouts="Detail,Thumbnail"]
For the font issue, you said that it was not working for the single product page correct? I tested the Custom CSS code I gave you and it works. You can try to enforce by using “!important”, however I did not need to.
.upcp-tabbed-product-name {
font-family: Assistant !important;
}
For the collapsing issue, do you have any cache plugins installed? If so, could you delete your cache. Does it work now?