• Resolved pmoondi

    (@pmoondi)


    I’m using pods on a site which allows my users to create profiles showcasing their work.

    I’ve added a File / Image / Video field for users to upload their CV/Resume in PDF format.

    The theme I’m using displays the result under a tab called CV/Resume. See this link:

    The display shows the file as a text-only URL (not a link).

    I would like to automatically display a link to that URL instead, and have it be named “View CV/Resume”.

    Any idea how or where I could tackle this? Bit of a beginner here.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter pmoondi

    (@pmoondi)

    Here’s the code which I think displays the URL that is submitted:

    
    if( function_exists('kaya_media_section') ){
    							echo '<div class="single_tabs_content_wrapper">';
    								kaya_tab_section($cpt_slug_name);
    								echo '</div>';
    						}					
    						if( function_exists('kaya_media_section') ){
    							echo '<div class="single_tabs_content_wrapper">';
    								kaya_profile_tab_section();
    							kaya_media_section($cpt_slug_name);
    								kaya_custom_tabs_data();
    							echo '</div>';
    						}

    I think “kaya_media_section($cpt_slug_name);” is displaying the input. Any idea what I could replace that line of code with to make it a link that displays as “View CV” ?

    • This reply was modified 4 years, 7 months ago by pmoondi. Reason: code not displaying properly
    • This reply was modified 4 years, 7 months ago by pmoondi.
    • This reply was modified 4 years, 7 months ago by pmoondi.
    Plugin Author Jory Hogeveen

    (@keraweb)

    Hi @pmoondi

    I’m not familiar with these functions. What plugin are you using that adds these functions?
    Please contact their support for help!

    Cheers, Jory

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘File/Media/Video field displaying a text-only URL’ is closed to new replies.