Problem:
The user was adding a map with markers using a view from the theme template, using the do_shortcode function.
Solution:
Because the user is passing an argument to the shortcode using another shortcode(nested shortcodes), we need to use the Toolset function wpv_do_shortcode instead of do_shortcode.
Problem:
The user is using URL fields to store social networks URLs, he would like to display this using custom images in the links.
Solution:
Toolset won't generate the social network icons, so you will have to build the link yourself. Use the output="raw" argument to get the URL.
For example: