@presstigers If I am interested in displaying the job locations on a Google Map can you send me some documentation on the SJB code structure to implement such a feature?
Thanks,
I figured out the issue thanks Takayuki. I needed to clear cache with the cache plugin I was using.
To elaborate I the visual composer element has an id
example output inspect element when page is loaded
<div id=’my-id”>Hello I want to be able to display this same text by using Custom Content Shortcut if possible </div>
I have tried
[pass field=my-id vc=true]
[loop id={my-id}]
[content]
[/loop]
[/pass]
but have had no luck
Thanks again