• Resolved eufernando

    (@eufernando)


    I have a problem with the Job Application button, I want to get the details and put a direct link from a URL or Email. I saw in the documents that when changing the job-application.php file to the following:
    
    

    <?php if ( $apply = get_the_job_application_method() ) :
    if ( $apply->type === ‘url’ ) {
    $application_href = $apply->url;
    } elseif ( $apply->type === ’email’ ) {
    $application_href = sprintf( ‘mailto:%1$s%2$s’, $apply->email, ‘?subject=’ . rawurlencode( $apply->subject ) );
    }
    ?>
    <div class=”application”>
    “><?php _e( ‘Apply for job’, ‘wp-job-manager’ ); ?>
    </div>
    <?php endif; ?>`

    I made this change but the button remains in the same way hasn’t changed anything.`

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Alba (a11n)

    (@ctdealba)

    Hi @eufernando

    I see that you are following the instructions “Customizing the application process”. Please note, as per our documentation, all code examples on this site are provided for developer reference/guidance only, and we cannot guarantee that they will always work as expected. Our support policy does not include assistance with modifying or debugging code from any code examples, and they may be changed or removed if we find they no longer work due to changes in our plugins.

    https://wpjobmanager.com/support-policy/

    Best,
    Alba

    Plugin Support Jay

    (@bluejay77)

    Hi @eufernando,

    It has been more than one week since we have heard from you, so I’m marking this topic as resolved.

    But if you have any further questions or need some more help, you’re welcome to reply here or open another thread.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Button Job Application Problem’ is closed to new replies.