Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author kandrews

    (@kandrews)

    Huh, this error was brought up before, but I thought I had fixed it.
    I will take a look at this on Monday. It should be an easy fix.

    Thread Starter Vamsi Pulavarthi

    (@vamsitech)

    Just so you have some more info…

    I tried this on a fresh Windows install and all jobs are showing in the dropdown.
    I tried this on a fresh new linux install and only 5 jobs are showing. Even on an updated linux install, only 5 jobs are showing. This leads me to think you code depends on something on the OS. Font know hat but as a SA I always complain my testers dont give enough info. So making an attempt to give more.

    On the updated site, I painstakingly went through each row in the DB to delete all rows after deactivating. Still no difference.

    Plugin Author kandrews

    (@kandrews)

    Weird because I test and develop on linux.

    Which version are you running?
    If 2.5.2, then try editing a line in includes/form.php.

    Find: $getJobsArg = array( 'numberposts' => -1,

    Replace: $getJobsArg = array( 'numberposts' => '-1',

    If the quotes don’t help, try switching -1 with a large number like 1000.

    Thread Starter Vamsi Pulavarthi

    (@vamsitech)

    Hi Keith –
    I tried putting all sorts of #’s there but wasn’t working. I think it was a problem with the theme and you using similar name for something. I went into the Theme settings and updated the theme settings to show atleast 25 by default and it worked.

    Thread Starter Vamsi Pulavarthi

    (@vamsitech)

    This is solved for now but I would suggest you looking it with a theme from Elegant Themes. Not sure if the problem is with your code or theirs or both.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: Resume Submissions & Job Postings] Resume form Regarding job dropdown’ is closed to new replies.