• Hi, I’m having problems with a list of jobs that was imported from another site, it turns out that the url of the job is not complete, I mean, is not showing the …/jobs/…. in the URL, my question is where can I edit that link in order to add the …/jobs/… to the url?
    And here’s the weird thing the “Apply Now” link hast the …/jobs/… in the URL.
    Was there something wrong with the import?
    I really need your help.
    Thanks.

    My version of WordPress is 4.2.2
    The Plugin Version is 0.7.23

    https://ww.wp.xz.cn/plugins/job-manager/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter an1m3rul3z

    (@an1m3rul3z)

    Update: Not even editing the XML file to add /jobs/ within the URL is working, is there anything else I can do?
    Thanks.

    Plugin Author Thomas Townsend

    (@smb-dev)

    When your migrating data from another JM install you have to ensure that the DB has been cleaned before you import.

    We outlined this step for others that were migrating from an older version of JM. I suggest you review this and start over. Since every server set-up is unique we have no way of knowing your set-up.

    Following these steps should get you up and running, but you can’t skip steps.

    http://www.wp-jobmanager.com/knowledgebase/job-manager-update-from-7-20/

    Thread Starter an1m3rul3z

    (@an1m3rul3z)

    Got it, and solved my problem! Thanks
    Also I have another question, how can I modify the template the detailed job page uses? I’m not talking about the one where all the jobs appear but the one that appears when we click one of the jobs.
    (I hope I made myself clear)
    Thanks in advance.

    Plugin Author Thomas Townsend

    (@smb-dev)

    (I hope I made myself clear)

    Absolutely LOL.

    What your looking for is the (Individual Job Template) the shortcodes directly beneath the Job List Template.

    If I have helped you in some small way it would be very helpful if you could provide a review.

    Thread Starter an1m3rul3z

    (@an1m3rul3z)

    Ok that part I got it, I’m talking about the whole page not just the individual job part, let’s say that I want to add a sidebar or to edit something within that page, where can I edit that? Because for the Job List page we can choose the template that we want to use, what I’m referring to is something like that 🙂

    Thanks.

    Plugin Author Thomas Townsend

    (@smb-dev)

    The data (fields) that are part of the Job Lists (individual and lists) are derived from the fields you add and or modify from Job Form Settings.

    Display settings are the styling of that data. That is controlled via the shortcodes for either a detailed list or short overview and when the link is clicked on you can show detail view of more data determined by the field length within the job field loop (Job List Template)

    Example

    `job_field_loop]
    [if_job_field]
    <tr>
    <th scope=”row”>[job_field_label]</th>
    <td>[job_field length=”200″]</td>
    </tr>
    [/if_job_field]
    [/job_field_loop]

    You really need a staging instance of your site to experiment with. There are so many different variables using these shortcodes that you really just have to experiment until you find the layout you want.

    Once you have the data set looking the way you want, additional styling can be achieved by copying the display.css to your themes child theme and or taking a look at other plugin options to assist with the styling.

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘[job_link] not working properly’ is closed to new replies.