Skip Navigation

[Resolved] Elementor no dynamic key options

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

Problem:

Display custom user field in Elementor editor.

Solution:

You can use Views shortcode directly, for example, you can display current logged-in users 's fields with shortcode [wpv-user], like this:

[wpv-user field="wpcf-custom-user-field"]

And if it is a custom user field created with Types plugin, you can use Types shortcodes directly

Relevant Documentation:

https://toolset.com/documentation/customizing-sites-using-php/functions/

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 SteffenM1628 5 years, 8 months ago.

Assisted by: Luo Yang.

Author
Posts
#1214416
Bildschirmfoto 2019-03-14 um 21.10.12.png

I am trying to:

hey there. i use elementor and i can´t select any dynamic keys (toolset fields).
Screenshot attached.

thanks

#1214527

Hello,

The problem you mentioned above is abnormal, please check these:
1) You are using the latest version of Toolset plugins + Elementor plugins, you can download Toolset plugins here:
https://toolset.com/account/downloads/

2) follow our document to use Toolset fields in Elementor templates:
https://toolset.com/documentation/user-guides/using-toolset-with-elementor-page-builder/create-templates-for-custom-post-types-with-elementor-and-toolset/#how-to-use-toolset-fields-in-elementor-templates

3) Check if there is any PHP/JS error in your website:
https://toolset.com/documentation/programmer-reference/debugging-sites-built-with-toolset/

4) In case it is a compatibility problem, please deactivate other plugins, and switch to wordpress default theme 2019, and test again

5) If the problem still persists, please provide a copy of your website, also point out the problem page URL, describe detail steps to duplicate the same problem, I need to test and debug it in my localhost, thanks
https://toolset.com/faq/provide-supporters-copy-site/

#1214664

Hey luo yang,

Thanks for you support. Found the Problem. All fields i had made in toolset are user fields. thats the reason why no fields where selectable in elementor. is there in future a support for toolset userfields coming?

cheers

#1215211

There isn't such a plan yet, you can add a feature request for it:
https://toolset.com/home/contact-us/suggest-a-new-feature-for-toolset/
Our developers will evaluate it.

Currently, you can use Views shortcode directly, for example, you can display current logged-in users 's fields with shortcode [wpv-user], like this:
[wpv-user field="wpcf-custom-user-field"]

And if it is a custom user field created with Types plugin, you can use Types shortcodes directly:
https://toolset.com/documentation/customizing-sites-using-php/functions/

#1218330

My issue is resolved now. Thank you!