Skip Navigation

[Résolu] Display multiple instance fields as bullet points in content template

Ce fil est résolu. Voici une description du problème et la solution proposée.

Problem:
Display multiple instance fields as bullet points in content template

Solution:

You are going to display a custom multiple instance field "Service/supply type", you can use shortcode [wpv-for-each] to display the fields as what you want, for example

https://toolset.com/forums/topic/trying-to-provide-access-to-backup-for-larger-database/#post-1078388

Relevant Documentation:

https://toolset.com/documentation/user-guides/views-shortcodes/#wpv-for-each

This support ticket is created Il y a 6 années et 3 mois. 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.

Aucun de nos assistants n'est disponible aujourd'hui sur le forum Jeu d'outils. Veuillez créer un ticket, et nous nous le traiterons dès notre prochaine connexion. Merci de votre compréhension.

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)

Ce sujet contient 6 réponses, a 2 voix.

Dernière mise à jour par Luo Yang Il y a 6 années et 3 mois.

Assisté par: Luo Yang.

Auteur
Publications
#1078274

Jas

Hi, I'm just trying to reply to my other current ticket but before I can submit, the system forces you to do a data dump or share access info, "For files larger than (120M) you can use file-sharing services and share the access information with us here privately." My database size is too big so I need second option but I don't know how to provide the access info as it just only allows me to upload a file from my computer. This seems a little silly to begin with as I just wanted to ask a question about what Luo told me to do...

#1078312

Hello,

I assume we are talking about this ticket:
https://toolset.com/forums/topic/bullet-points-in-content-template/

You just need to put your backup in google drive disk, and share the link in the private message box.

See our document:
https://toolset.com/faq/provide-supporters-copy-site/

for sharing purposes, you could use services like DropBox and Google Drive among others.

#1078315

Jas

Yes it woudn't let me share the link though... (I copied and pasted off Dropbox).

lien caché

#1078318

I can download the file, but it seems to be a broken file, I can not unzip it, and it is only 5.6 M size, please check it.

You can also provide your website credentials in below private message box, I just need to debug it in a live website.

#1078388

Thanks for the details, I can login your website.

I assume we are talking about this post:
lien caché

You are going to display a custom multiple instance field "Service/supply type", you can use shortcode [wpv-for-each] to display the fields as what you want, for example, edit the content template "Template for City Services 2", setup the "Services Offered" codes as below:

<strong>Services Offered:</strong>
<ul>[wpv-for-each field="wpcf-service-offered"]
 	<li list-style-type: none;>[types field='service-offered' separator=''][/types]</li>
[/wpv-for-each]</ul>

More help:
https://toolset.com/documentation/user-guides/views-shortcodes/#wpv-for-each

#1078544

Jas

Thank you so much Luo Yang. That totally did it. A picture of exactly what to type was super helpful! Made my day!

#1078815

You are welcome.