Search:

Search: Search took 1.00 seconds.

  1. jobroller/includes/theme-emails.php This line...

    jobroller/includes/theme-emails.php

    This line of code will tell you that theres 1 day left, you can change the number as you wish:


    if ($days_remaining==1) $days_text = '1'.__(' day',...
  2. Replies
    44
    Views
    5,656

    Fix Color of 'Latest Post' Links

    In file :: /jobroller/includes/theme-support.php

    Around line 28, change

    if (is_front_page() && ...
    to
    if (is_home() && ...


    function default_primary_nav() {
  3. Replies
    44
    Views
    5,656

    derci, I was able to figure out a solution to...

    derci,

    I was able to figure out a solution to the blog page functionality issue you are having.

    Step 1.) Create a new blog category, call it something like "blog-posts". Choosing "blog" won't...
  4. [SOLVED] You do not need to modify "admin-values.php" to...

    You do not need to modify "admin-values.php" to make this change.
    To modify go Jobroller admin => Settings => Resumes => "My Profile" Button Text: (Change or remove the text)
  5. Change tpl-submit.php line 19 to: if...

    Change tpl-submit.php line 19 to:


    if (!is_user_logged_in()) :
    $step = 1;
    else :
    $step = 2;
    if (!current_user_can('can_submit_job')) :
    redirect_myjobs();
    endif;
  6. Try this snippet in your functions file: ...

    Try this snippet in your functions file:


    function jr_rss_pre_get_posts($query) {
    if ($query->is_feed) $query->set('post_status','publish');
    return $query;
    }
    add_filter('pre_get_posts',...
  7. Replies
    10
    Views
    2,347

    [PLUGIN RECOMMENDED] Hi there, i use this plugin "Add Link to...

    Hi there,

    i use this plugin "Add Link to Facebook" and it works great with Jobs and blog posts. When you add a new job it will post that job at facebook page, and you can even make thousands of...
  8. [TUTORIAL] I've just tried islajobs' solution and got stuck!...

    I've just tried islajobs' solution and got stuck! On the front end, even if I selected a salary, it keeps coming back with "Salary is a required field" even though it was selected...

    Turns out...
  9. Replies
    7
    Views
    1,140

    [TUTORIAL] You have to edit submit-job-form.php and...

    You have to edit submit-job-form.php and submit-job-process.php. They're not shown in the WordPress editor, so you have to open them up from the jobroller folder you originally downloaded and saved...
  10. Definitely firebug is of great help when editing...

    Definitely firebug is of great help when editing css files.

    You may try editing the code below in the style.css;



    .container {
    color: #4F4F4F;
    font: 12px/1.5em...
  11. Hi Derci, Good idea to install firefox and use...

    Hi Derci,

    Good idea to install firefox and use Firebug to identify which parts of a theme are controlled by which pages.
  12. Replies
    2
    Views
    343

    This can often be caused by incorrect permalinks...

    This can often be caused by incorrect permalinks settings, so my first guess is that you're using the default rather than the recommended settings (specifically, step 10)? What are you currently...
  13. Replies
    3
    Views
    562

    You may edit it through the loop-job.php.

    You may edit it through the loop-job.php.
  14. Replies
    20
    Views
    5,466

    [SOLVED] Salary not working - FIXED!

    I have the latest version of JobRoller and detected this problem too. After some debugging I was able to fix it. Just edit confirm-job-process.php , located on the jobroller theme...
Results 1 to 14 of 14