Passer la navigation

[Résolu] Toolset custom fileds not working with AVADA

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

Problem:
Toolset custom fileds not working with AVADA

Solution:
Here is the official Doc about how you can use AVADA with Toolset:
=> https://toolset.com/course-lesson/using-toolset-with-avada/#what-we-want-to-get-from-toolset-and-what-we-want-to-get-from-avada

Relevant Documentation:

This support ticket is created Il y a 4 years, 2 months. 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.

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

Fuseau horaire du supporter : Asia/Kolkata (GMT+05:30)

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

Dernière mise à jour par toddM-2 Il y a 4 years, 2 months.

Assisté par: Minesh.

Auteur
Publications
#2323291

I'm trying to use the AVADA theme and the postcards feature to create various dynamic items that pull from custom fields on a single Toolset generated post type. For some reason, AVADA will "see" the Post Type and the Featured Image created with Toolset, but not the custom fields.

If I use the Advanced Custom Fields plugin, with the custom post type created with toolset, it works fine. I'm wondering if there is something that I'm missing or a box I need to check to make AVADA see those custom fields.

Do the Toolset custom fields only work with the Toolset template builder?

Please let me know.

Thanks in advance for your help.

#2323577

Minesh
Supporter

Les langues: Anglais (English )

Fuseau horaire: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

Here is the official Doc about how you can use AVADA with Toolset:
=> https://toolset.com/course-lesson/using-toolset-with-avada/#what-we-want-to-get-from-toolset-and-what-we-want-to-get-from-avada

I hope this helps.

#2326855

I read through the documentation and I was able to use short codes for specific custom fields.

Last Question:
Is there a way to use a short code for an entire template or grid? For example, I have most of the page created with Avada. I need to add a grid section created with toolset to the top of that page. Is that possible?

Thanks again for your help.

#2326865

Minesh
Supporter

Les langues: Anglais (English )

Fuseau horaire: Asia/Kolkata (GMT+05:30)

So, what if you create a grid section using Toolset using the Content Template from: Toolset => Content Templates

And then try to display the content template using the shortcode:

[wpv-post-body view_template='ct-slug']

Where:
-replace 'ct-slug' with your content template slug.

does that helps?

#2326989

My issue is resolved now. Thank you!