Skip Navigation

[Resolved] There are however 2 remaining issues

This thread is resolved. Here is a description of the problem and solution.

Problem:

Q1) I have tried to figure out how to create a bootstrap grid but have not been successful.

Q2) I will have to go to the country page and manually tick the new city / region taxonomy every time a new city / region is added. Not a huge problem but great of there is a way to do it dynamically.

Solution:

Q1) Since you are using Bootstrap framework in your website, so you can format the outputs using Bootstrap, for example:

https://toolset.com/forums/topic/there-are-however-2-remaining-issues/#post-1231291

Q2) If it is a single WordPress page, for example "spain", it is required to setup a connection with taxonomy "property locations".
you can assign it with term "spain" of taxonomy "property locations"
Then setup a nested view, for example:

https://toolset.com/forums/topic/there-are-however-2-remaining-issues/#post-1231291

Relevant Documentation:

This support ticket is created 5 years, 6 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Our next available supporter will start replying to tickets in about 0.76 hours from now. Thank you for your understanding.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Hong_Kong (GMT+08:00)

This topic contains 2 replies, has 2 voices.

Last updated by johnh-18 5 years, 6 months ago.

Assisted by: Luo Yang.

Author
Posts
#1231289

Dear Luo,
Thank you for your quick response.
By following your advice to create another normal wordpress page and display a nested view I think the problem is more or less solved apart from a bit of styling - see hidden link or hidden link
There are however 2 remaining issues
a/ how to get the text to sit next to the image - see attached screen shot. I have tried to figure out how to create a bootstrap grid but have not been successful
b/ creating a page for each country is not a problem but what would be good is if there is a way to dynamically link the country page with new level 2 locations taxonomies, ie cities/regions. They way the page is built (Taxonomy is set by the page where this View is inserted) , I will have to go to the country page and manually tick the new city / region taxonomy every time a new city / region is added. Not a huge problem but great of there is a way to do it dynamically.
Best regards / john

#1231291
grid.JPG

Dear John,

Q1) how to get the text to sit next to the image
Since you are using Bootstrap framework in your website, so you can format the outputs using Bootstrap, see our document:
For example, you can edit your content template, click the button "Grid", and format the contents, see screenshot Grid.JPG

I suggest you follow Bootstrap document to achieve what you want:
hidden link

If you need more assistance for it, please provide a test site, also point out the problem page URL and content template URL

Q2) How and where do you want to set the dynamically link?
If it is a single WordPress page, for example "spain", it is required to setup a connection with taxonomy "property locations".
you can assign it with term "spain" of taxonomy "property locations"
Then setup a nested view, for example:
1) parent taxonomy view
- query terms of taxonomy
- filter by:
Taxonomy is set by the page where this View is inserted
- display below child taxonomy view

2) Child taxonomy view
- query terms of taxonomy "property locations"
- filter by:
Select taxonomy terms whose parent is the value set by the parent view.
- in view's loop display:
The term's information

#1235437

My issue is resolved now. Thank you!
And as always, brilliant support / john