I have created nested views Parent taxonomy (unformatted) and Child post (Bootstrap 4col) - This is working fine.
Every time the parent view change to another taxonomy, it starts on a new row. I would like the new taxonomy to follow in the next column instead of starting a new row?
This is out it looks now - I haven't applied any CSS yet so it is messy. hidden link
What I would like to achieve hidden link
Maybe I shouldn't use a taxonomy for the Sponsor type and just have a custom field?
Hello. Thank you for contacting the Toolset support.
if you do not want to categorize the posts I do not know why you use the nested views?
Are you using taxonomy view to display only posts that belong to such taxonomy category? Can you please share the code you are using with both the views or access details.
*** Please make a FULL BACKUP of your database and website.***
I would also eventually need to request temporary access (WP-Admin and FTP) to your site. Preferably to a test site where the problem has been replicated if possible in order to be of better help and check if some configurations might need to be changed.
I have set the next reply to private which means only you and I have access to it.
Again - I do not know why you use parent taxonomy view as you already display the taxonomy term attached to post in your child view using the shortcode [wpv-post-taxonomy type="exhibitor-type"].
What if you remove the parent view and change the taxonomy query filter to your child view to "Any of the following" and select the terms you wanted and display just child view?
Yes - you cannot combine both term and post sorting as both queries are different.
There is no way I can offer you due to how view loops are structured. Either you should follow the way I suggested you to go with one view or you need to keep the current structure.
Ok I did as you suggested here is the result. hidden link
My issue is I want all the Platinum Sponsor first, then Gold, the Silver, then Exhibitors and then Media Partner (the taxonomy slug is build for this order type)
Minesh isn't available, I will take care this thread.
I assume you are going to query "Exhibitors" posts, and order the result by taxonomy "Exhibitors-type", no line break between terms of taxonomy "Exhibitors-type".
As a workaround, you can use a custom select field "Exhibitors-type" instead of taxonomy "Exhibitors-type", then you will be able to setup a post view:
- Query "Exhibitors" post
- Order the result by custom field "Exhibitors-type"
- And display the result without line break.