Skip Navigation

[Resolved] I would like to use an Avada variable in my View

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

Problem:

Convert custom fields of other plugins under control of Types plugin.

Solution:

Please check this document:

https://toolset.com/faq/how-do-i-convert-existing-custom-types-and-fields-to-types-control/#converting-custom-fields

section "Converting custom fields"

After control those custom fields, then you will be able to display the custom fields value with Types shortcode [types ...], you can insert the shortcodes within Views UI, for example:

https://toolset.com/documentation/getting-started-with-toolset/create-templates-to-display-custom-posts/designing-a-template-without-any-page-builder/#adding-fields-to-the-template
Adding fields to the template

Relevant Documentation:

https://toolset.com/faq/how-do-i-convert-existing-custom-types-and-fields-to-types-control/#converting-custom-fields

This support ticket is created 5 years, 8 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.

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 4 replies, has 2 voices.

Last updated by kristofG 5 years, 8 months ago.

Assisted by: Luo Yang.

Author
Posts
#1215452

I have already brought pyre_page_title_bar_bg under Toolset Post Field Control, but I cannot figure out how to insert it into my View.

#1216715

Hello,

I suggest you check these:
1) Follow our document to control custom fields:
https://toolset.com/documentation/user-guides/letting-cred-edit-custom-fields-created-by-other-plugins/

2) Follow our document to insert the custom field shortcodes into content:
https://toolset.com/documentation/getting-started-with-toolset/create-templates-to-display-custom-posts/

#1216925

Hi,
I have checked both links but I have not found how the shortcode needs to be used exactly.
I have already tried
[pyre_page_title_bar_bg] and [wpv_pyre_page_title_bar_bg]

#1217350

I assume we are talking about some custom post fields created by other plugins, you are going to convert them under Types control.

Please check this document:
https://toolset.com/faq/how-do-i-convert-existing-custom-types-and-fields-to-types-control/#converting-custom-fields

section "Converting custom fields"

After control those custom fields, then you will be able to display the custom fields value with Types shortcode [types ...], you can insert the shortcodes within Views UI, for example:
https://toolset.com/documentation/getting-started-with-toolset/create-templates-to-display-custom-posts/designing-a-template-without-any-page-builder/#adding-fields-to-the-template
Adding fields to the template

If you need more assistance for it, please provide a test site with the same problem, also point out the problem page URL and view URL.

#1218407

My issue is resolved now. Thank you!