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:
<a href="<?php echo(types_render_usermeta( 'facebook2', array('output' => 'raw') )); ?>"><img src="https://domain.com/facebook.png"></a>
Relevant Documentation:
https://toolset.com/documentation/customizing-sites-using-php/functions/#url
This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.
Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.
Sun | Mon | Tue | Wed | Thu | Fri | Sat |
---|---|---|---|---|---|---|
9:00 – 13:00 | 9:00 – 13:00 | 9:00 – 13:00 | 9:00 – 13:00 | - | - | 9:00 – 13:00 |
14:00 – 18:00 | 14:00 – 18:00 | 14:00 – 18:00 | 14:00 – 18:00 | - | - | 14:00 – 18:00 |
Supporter timezone: Africa/Casablanca (GMT+01:00)
This topic contains 2 replies, has 2 voices.
Last updated by 3 years, 11 months ago.
Assisted by: Jamal.