The problem here is when you use a WYSIWYG custom field as a dynamic source for Elementor, the field renders the entire page rather than the desired content.
Solution:
This can be worked around by using our Types shortcode for the WYSIWYG field with the suppress_filters enabled.
Try using the text editor widget for elementor but rather than loading the WYSIWYG content using the dynamic content option try using the types shortcode with the supress_filters parameter.
We have 4 social media link fields set up as custom fields for the Freelancer content type. I'm setting up the Freelancer template and adding these fields to display. They are currently displaying the full URL as a text link. I would like to change the output to show icons instead for each social media network. I want them to remain as clickable links. Any advice on how to achieve this in the easiest way?
Solution:
You can setup the link with HTML codes manually, for example:
Problem:
The issue here is that the user wanted to check if their custom field is empty using the conditional shortcode and display some content if it is.