• Resolved Karen_R

    (@karen_r)


    I have just taken over the admin for a site that’s using Job Manager Version 0.7.20 by Gary Pendergast – when I click the link for support details it’s bringing me here so I assume this is the correct support forum!
    The site is a php array to call [job_field10], [job_field11], [job_field13], [job_field14], [job_field15] but all that’s displaying on the front end is this shortcode and not the job types.

    <?php $job_array = array('[job_field10]','[job_field11]','[job_field13]','[job_field14]','[job_field15]');
    $prefix = '';
                                   foreach(array_filter($job_array) as $jobs_array)
                                   {
                                    echo $prefix . '' .$jobs_array;
                                    $prefix = ', ';
                                      }
    
    ?>

    I also see there’s a version 0.7.25 available but I’m not seeing it as a straightforward WP update, do I need to do a clean install?

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Thomas Townsend

    (@smb-dev)

    One reason you may be observing this is you are not using the most recent version of Job Manger. The current version is 7.25 and has fixes and enhancements to work with the current version of WordPress.

    Before you update from the older version, it’s very IMPORTANT you read this article and follow the process. http://www.wp-jobmanager.com/knowledgebase/job-manager-update-from-7-20/

    Please provide your URL / Domain for any further updates- assistance.

    Thread Starter Karen_R

    (@karen_r)

    I followed the instructions and updated the plugin but still had the same issue.

    I followed all the troubleshooting tips but still no joy, so I have had to remove the php call but I’m still having an issue with not all the shortcodes displaying, for example [job_field2]isn’t displaying even though there is a start date listed for each job. Any ideas what would cause this please?
    Site is: http://www.carlton-recruitment.com

    Plugin Author Thomas Townsend

    (@smb-dev)

    You have a lot of custom styling going on it could also be a conflict with another plugin and or your theme.

    I would be willing to take a look at the back-end to see whats up. Message support AT WP-jobmanager dot com.

    Plugin Author Thomas Townsend

    (@smb-dev)

    Posted Over a month ago with NO Reply – marking this as resolved.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Job Type displaying shortcode on front end’ is closed to new replies.