I am using Divi 4.0.6 and I saw that most of Toolset issues were resolved in a previous version and I got the following issue, before I contact Divi support I just wanted to run by you the following issue I am experiencing.
In the Theme builder I am building a template for single post "All Articles". It is working fine and I can display the content of the fields properly. I have a url field called "article-source" were the content is being displayed properly but I would like to test if the field is not equal to blank and then displaying with some specific content. For some reason the test is no working.
Could you check that my string is correct and if you have any idea on how to make it work, unless it is really a Divi issue.
Appreciate your help.
This is a known issue (though we haven't published an erratum about it yet, sorry), and the problem appears to lie with the global $post object being manipulated in Divi's Theme Builder and not pointing to the current post.
We have contacted Divi with all the details and hopefully they will be able to fix.
It may expedite things if you contact their support so that they know there is demand from their customers to resolve the problem.
A quick follow-up to say that my colleague proposes you add the attribute id='$current_page' to your conditional shortcodes to override the post ID and you may find that works.