Forum Replies Created

Viewing 14 replies - 1 through 14 (of 14 total)
  • Thread Starter arunmx

    (@arunmx)

    Thank you all.
    especially, Ritgo.
    Thank you for staying up with me on this.
    I will have to figure out this challenge.
    My goal is to have each job category open its won page. Currently I have only two jobs and holding off adding more as both jobs are showing up on same page one on top of each other regardless which link I click.
    https://www.episource.com/about/job-opportunities/

    Thank you both for continuos support.
    best

    Thread Starter arunmx

    (@arunmx)

    that worked.
    thanks
    Question:
    where can I find this page created by Job Manager?
    https://www.episource.com/about/jobs/apply/1147/

    thanks

    Thread Starter arunmx

    (@arunmx)

    Thanks.
    But something is not right.
    1. Now, First Click on Job Opportunities on main page
    2. Second click on specific job LINK.
    3. Click on Apply now at the bottom of the job.
    4. Opens up seperate page (which I like) then click again apply now to fill the form.
    Like to take out step # 3.
    Lick to click on Specific Job Hyper link on step # 2 and it should go to Step # 4 .
    Thanks a lot.

    Thread Starter arunmx

    (@arunmx)

    Hi. corrected that. Closed the shortcode as per instruction.
    Still shows both jobs in a same page.
    thanks

    [job_loop]
    <div class=”job[job_row_number] job[job_id] [job_odd_even]”>
    <table class=”job-table[if_job_highlighted] highlighted[/if_job_highlighted]”>
    <tr>
    <th scope=”row”>Title</th>
    <td>[job_icon] [job_link][job_title][/job_link]</td>
    </tr>
    [if_job_categories]
    <tr>
    <th scope=”row”>Categories</th>
    <td>[job_category_links]</td>
    </tr>
    [/if_job_categories]
    [job_field_loop]
    [if_job_field]
    <tr>
    <th scope=”row”>[job_field_label]</th>
    <td>[job_field]</td>
    </tr>
    [/if_job_field]
    [/job_field_loop]
    <tr>
    <td></td>
    <td class=”jobs-applynow”>[job_link]APPLY NOW[/job_link]</td>
    </tr>
    </table>
    </div>

    [/job_loop]

    [if_job_page_count]
    <div class=”job-nav”>
    <div class=”previous”>[job_page_previous_link]Page [job_page_previous_number][/job_page_previous_link]</div>
    <div class=”this”>Jobs [job_page_minimum]-[job_page_maximum] of [job_total]</div>
    <div class=”next”>[job_page_next_link]Page [job_page_next_number][/job_page_next_link]</div>
    </div>
    [/if_job_page_count]

    Thread Starter arunmx

    (@arunmx)

    Thank you ever so much for continuous support.
    I followed your instructions and the links in front page https://www.episource.com/about/jobs/ still pulls both job in a single page.
    I need both job links to open their own single page by their respective job.

    Here is the codes for Template:
    [job_loop]
    <div class=”job[job_row_number] job[job_id] [job_odd_even]”>
    <table class=”job-table[if_job_highlighted] highlighted[/if_job_highlighted]”>
    <tr>
    <th scope=”row”>Title</th>
    <td>[job_icon] [job_link][job_title]</td>
    </tr>
    [if_job_categories]
    <tr>
    <th scope=”row”>Categories</th>
    <td>[job_category_links]</td>
    </tr>
    [/if_job_categories]
    [job_field_loop]
    [if_job_field]
    <tr>
    <th scope=”row”>[job_field_label]</th>
    <td>[job_field]</td>
    </tr>
    [/if_job_field]
    [/job_field_loop]
    <tr>
    <td></td>
    <td class=”jobs-applynow”>[job_link]APPLY NOW[/job_link]</td>
    </tr>
    </table>
    </div>

    [/job_loop]

    [if_job_page_count]
    <div class=”job-nav”>
    <div class=”previous”>[job_page_previous_link]Page [job_page_previous_number][/job_page_previous_link]</div>
    <div class=”this”>Jobs [job_page_minimum]-[job_page_maximum] of [job_total]</div>
    <div class=”next”>[job_page_next_link]Page [job_page_next_number][/job_page_next_link]</div>
    </div>
    [/if_job_page_count]

    Thread Starter arunmx

    (@arunmx)

    Thank you ever so much.
    I am trying to split both job in two separate pages.
    see what happens, if I click on first link or second link on this page: https://www.episource.com/about/job-opportunities/, it opens the same page and shows both jobs in a single page.
    As I will be adding more jobs, I need to show these jobs in their own independent pages, one job per page.
    so that when user clicks on One job description it will only open that job.
    Hope this explains.
    again, thank you for your help.
    best

    Thread Starter arunmx

    (@arunmx)

    I am so sorry. I cannot figure this out.
    now, when I click on the link of the job description with Apply Now (Medical record technician (Apply Now). I just want to open that page only.
    And same for second job: Risk Adjustment Coding Specialist (Appli Now)
    https://www.episource.com/about/job-opportunities/

    thanks

    Thread Starter arunmx

    (@arunmx)

    My goal is to remove the second page with table and just use the main page /Jobs.
    Here the applicant will click on “Apply Now” on specific job link and that will open a separate page just for that job.
    will this shortcode do that?
    If yes, where do I enter this short code. Please forgive me , not a good tech myself.
    thanks

    Thread Starter arunmx

    (@arunmx)

    Here you go:
    https://www.episource.com/about/job-opportunities/
    I want to connect to the TWO separate pages to these two links in Blue with (Apply Now).
    Currently, it opens the another page then click on each job. I want to eliminate that page. it seems too many clicks.
    thank you so much.

    Thread Starter arunmx

    (@arunmx)

    Thanks Thomas,
    I tried the solution you offered but not sure if the page was created. If it did, where can I see the page?
    thanks again.

    Thread Starter arunmx

    (@arunmx)

    I found it. I didn’t understand the item # 2, Individual Job Template. How do I create a LINK to the Individual Job Page, please?
    thanks

    Thread Starter arunmx

    (@arunmx)

    I am sorry. But where or which file I need to make this change to?
    thanks

    Thread Starter arunmx

    (@arunmx)

    Job Manager version: 7.25

    Thomas,
    I really like the template you have as # 2, Individual Job.
    How do I create similar template?
    thanks

    2. Individual Job details

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