• Hi, thanks very useful plugin.

    I cannot set Salary Unit to MONTH.
    I set MONTH and save, change the value to YEAR.

    edit source file below, I resolved.

    file: admin\partials\civic-job-posting-optional-fields.php
    Line:147

    before:
    <option value=”YEAR” <?php selected( $salary_unit, ‘MONTH’ ); ?>><?php _e( ‘YEAR’, ‘civic-job-posting’ ); ?></option>

    after:
    <option value=”YEAR” <?php selected( $salary_unit, ‘YEAR’ ); ?>><?php _e( ‘YEAR’, ‘civic-job-posting’ ); ?></option>

Viewing 1 replies (of 1 total)
  • Plugin Author Tasos Fel

    (@tasoscivicuk)

    Hi Toshiyuki,

    Thank you for your note. It was a typo error. The issue has been fixed.

    • This reply was modified 5 years, 4 months ago by Tasos Fel.
Viewing 1 replies (of 1 total)
  • The topic ‘Cannot set Salary Unit to MONTH’ is closed to new replies.