• Resolved Momshof

    (@momshof)


    Hi – I have created the following custom attributes and have placed them in my single page formatting:

    #_ATT{Facebook url}
    #_ATT{Twitter url}
    #_ATT{Instagram url}
    #_ATT{YouTube url}

    1. On the indiv event page itself – the url the person has entered shows up as plain text – not a link to whichever social media page it is for. Can anyone assist on how to make these attributes a link to open up whatever url is provided by the person submitting the event in a new tab?

    2. Would anyone be able to assist with instead of these attributes showing the url itself to lick on – have it show the appropriate social media icon? I have the icon images available.

    Thanks for your help!

    https://wordpress.org/plugins/events-manager/

Viewing 1 replies (of 1 total)
  • The basic clickabe link should be possible like this, assuming you’re making your users start links with the necessary http://

    <a href="#_ATT{Facebook url}">#_ATT{Facebook url}</a>

    You may need to write some custom code to incorporate the icons, etc.

Viewing 1 replies (of 1 total)
  • The topic ‘making custom attribute a link & show icon vs. url’ is closed to new replies.