I am trying to: I have a conditional block that if a user has provided a medical bio url in the uw-medicine-bio field, it gets displayed onto the users profile with the URL text being "UW Medicine Bio" and then the text links to the URL that was provided.
I'm using the code:
[wpv-conditional if="($(uw-medicine-bio) ne '')"]
UW Medicine Bio
[/wpv-conditional]
We are using the Beaver Builder powerpack theme. Attached is a screenshot of the URL settings as well.
Link to a page where the issue can be seen: hidden link
I expected to see: see screenshot of the editor formatting view attached to this ticket. I expected to see the linked text "UW Medicine Bio"
Instead, I got:The code is displaying instead of the text with the linked url. See either the link listed above where the issue can be seen. Or the screenshot attached labeled uw medicine bio url published formatting view.
Hello. Thank you for contacting the Toolset support.
Can you please share admin access details and let me check how you configured your custom field.
*** Please make a FULL BACKUP of your database and website.***
I would also eventually need to request temporary access (WP-Admin) to your site. Preferably to a test site where the problem has been replicated if possible in order to be of better help and check if some configurations might need to be changed.
I have set the next reply to private which means only you and I have access to it.
I see that you are using the Beaver Builder to build the Toolset content template.
I've added the conditional shortcode as given under:
[wpv-conditional if="($(uw-medicine-bio) ne '')"]
<a href="[types field='uw-medicine-bio' output='raw'][/types]" target=""_blank"" rel=""noopener""> UW Medicine Bio </a>
[/wpv-conditional]