Search:

Search: Search took 1.00 seconds.

  1. [SOLVED] The dev team replied; - JOmark

    The dev team replied;





    - JOmark
  2. Replies
    0
    Views
    1,753

    Sticky: How to change words in the theme

    How to change the words / strings in your theme:

    1.extract your hirebee.zip.
    2.find the hirebee.pot file.
    3.edit the extension (pot) to po.
    4.open the po file with poedit (or any other similar...
  3. Jomark Actually I think this would be the full code so...

    Actually I think this would be the full code so that the button only appears for Job Seekers not Listers:

    <?php if (!is_user_logged_in() || (is_user_logged_in() &&...
  4. Replies
    5
    Views
    464

    Add this to your CSS dd.title { width: 390px...

    Add this to your CSS

    dd.title {
    width: 390px !important;
    }
    dd.location {
    width: 70px !important;
    }
    dd.date {
    width: 60px !important;
  5. Replies
    3
    Views
    1,258

    in includes/theme-support.php check these lines...

    in includes/theme-support.php check these lines below. You may comment out or add another if statement.

    if (
    get_option('jr_resume_listing_visibility')=='public'
    ||...
Results 1 to 5 of 5