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
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
Thanks for the details, I am downloading the files, will update here if find anything
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/