Search:

Search: Search took 1.00 seconds.

  1. Replies
    2
    Views
    409

    [SOLVED] You may disable it through the Jobroller...

    You may disable it through the Jobroller Settings>>Jobs specifically the "Enable Job Salary Field?:" dropdown option.
  2. Replies
    15
    Views
    1,104

    I think I've found the issue. ...

    I think I've found the issue.

    includes/classes/packs.class.php - lines 101 and 102:

    $this->job_count = $result->job_count;
    $this->job_limit = $result->job_limit;

    Change to:
    ...
  3. Thread: Edit Job Problem

    by pepsi
    Replies
    6
    Views
    428

    I just wanted to mention that I logged this fault...

    I just wanted to mention that I logged this fault but I just missed out on it being fixed for the v1.2 release.. The team have found a solution I believe and so I'm awaiting word on this...
  4. Replies
    3
    Views
    750

    [SOLVED] I have updated mine and it works just fine. Just...

    I have updated mine and it works just fine. Just to be sure do a backup of your database before upgrading.
  5. Replies
    3
    Views
    513

    [SOLVED] You can edit it through the theme-support.php .

    You can edit it through the theme-support.php .
  6. It's all done in theme-emails.php. Out of the...

    It's all done in theme-emails.php. Out of the box, the only evidence I've seen of JobRoller branding itself in emails is at the very bottom of the email, it says
    "Regards,
    JobRoller"

    Changing...
  7. I will move this thread to the Jobroller Mods and...

    I will move this thread to the Jobroller Mods and Tutorial section for community support.
  8. Yes you can simply add text before the codes in...

    Yes you can simply add text before the codes in the featured-jobs.php .
  9. Replies
    19
    Views
    2,208

    [FEATURE CONSIDERED] I agree, it would be really nice to be able to...

    I agree, it would be really nice to be able to offer employers the ability to search a database of resumes.

    Resume Database Access: Gain access to thousands of job seeker resumes in the area.
  10. Replies
    5
    Views
    541

    [SOLVED] Just adjust the width value of the code below in...

    Just adjust the width value of the code below in style-pro-blue.css or whatever color style css you are using.



    #header .logo_wrap {
    width:100%;
    }
  11. Replies
    5
    Views
    541

    [SOLVED] Just remove the code below in the header.php ; ...

    Just remove the code below in the header.php ;



    <div id="mainNav"><?php wp_nav_menu( array( 'theme_location' => 'aprimary', 'container' => '', 'depth' => 1, 'fallback_cb' =>...
  12. Replies
    44
    Views
    5,653

    Yes. There are a few ways to skin this cat. ...

    Yes. There are a few ways to skin this cat. I'll let you in on a secret. Let's use the method that doesn't require plugins: the WordPress 3 custom menu!

    In wp-admin, go to Appearance --> Menu. ...
  13. Replies
    44
    Views
    5,653

    How to assign "Latest Jobs' the correct link when working with a static home page

    Sure! Let's call this "Method 1", because it involves modifying a line of code in your job roller theme. Make a note for yourself reminding you of what you are about to edit. In my themes, I like...
Results 1 to 13 of 13