Skip Navigation

[Resolved] Unable pass dymanic value from the CPT to Divi blurb module except blog module.

This support ticket is created 4 years, 10 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 3 replies, has 2 voices.

Last updated by Luo Yang 4 years, 10 months ago.

Assisted by: Luo Yang.

Author
Posts
#1792365
Toolset Types - Divi Blurb Module Issues_Page_2.jpg
Toolset Types - Divi Blurb Module Issues_Page_1.jpg

I am trying to:
Pass the dynamic value from custom port type "Business Profiles" to the Divi Blurb Module.

Link to a page where the issue can be seen:
hidden link

I expected to see:
the business profile value.

Instead, I got:
Data can ONLY be shown on Divi Blog Module but not from Divi Blurb Module. Divi support has reviewed the issues and unable to identify the cause and is instructed to contact Toolset support. What's so strange if used ACF plugin, I can pass data dynamically to Divi Blurb Module, obviously the Toolset Types plugin is deactivated/uninstalled. Thanks

#1792649

Hello,

It is a compatibility issue, please provide a full copy of your website in below private message box, you can put the package files in your own google drive disk, also point out the problem page URL, where and how do you want Toolset Types plugin to pass the dynamically field value, I need to test it in my localhost, thanks

#1793655

Thanks for the details, I am downloading the files, will update here if find anything

#1793691

I can install the duplicator files in my localhost, please edit the problem page you mentioned above:
hidden link

There isn't custom field "mainphone" and "email" in that page, so it won't display any result in front-end:
hidden link

I assume you are going to display those custom fields from post "E REFUNDS RECOVERY SERVICES" (ID: 237939):
hidden link

Please open above URL in your website, you should be able to see both "mainphone" and "email" work fine.

In your case, you need to specific the source post ID: 237939, for example, use shortcode:

[types field='mainphone' item='237939'][/types]
[types field='email' item='237939'][/types]

More help:
https://toolset.com/documentation/programmer-reference/views/views-shortcodes/item-attribute/