Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Mike Jolley (a11n)

    (@mikejolley)

    Might vary with themes, but something like:

    ul.job_listings li .location:before {
    display:inline-block;
    width:16px;
    height:16px;
    -webkit-font-smoothing:antialiased;
    font-family:job-manager!important;
    text-decoration:none;
    font-weight:400;
    font-style:normal;
    vertical-align:top;
    font-size:16px;
    margin:0 2px 0 0;
    *overflow:auto;
    *zoom:1;
    *display:inline;
    content:'\e81d';
    }
    Thread Starter macroads

    (@macroads)

    Its working now…
    Thanks a lot Mike

    Hi.

    In the css code, I have found the code “font-famil : job-manager”.
    But in the plugin zip file, I can’t find font file called as “job-manager”.
    And on my page, code value has been broken. ex: \e804.

    How can I fix this now?

    Thanks.

    Plugin Contributor Adam Heckler

    (@adamkheckler)

    Yakub Yankowski,

    Please create your own thread per the Forum Welcome policy:

    https://codex.wordpress.org/Forum_Welcome#Where_To_Post

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Display location icon before location in joblisting’ is closed to new replies.