• Resolved parrlumber

    (@parrlumber)


    In both the list and grid view, I’m getting odd word wrapping for the locations (even with the WP default themes), For instance:

    Aloha, Portlan
    d
    (NE), Vancouv
    er

    Looking at the source code, I see:

    <i class=”fa fa-location-arrow”></i>Aloha,&nbspPortland (NE),&nbspVancouver </div>

    I see that relates to the location.php page:

    <i class=”fa fa-location-arrow”></i><?php sjb_the_job_location(); ?>

    I would like to see if adding a “;” at the end of “&nbsp” will fix my formatting problem. But I can’t find the sjb_the_job_location() function. What file is it located in?

    https://www.ads-software.com/plugins/simple-job-board/

Viewing 1 replies (of 1 total)
  • Plugin Author PressTigers

    (@presstigers)

    parrlumber,

    sjb_the_job_location() function is located in the following file:
    simple-job-board/public/partials/simple-job-board-template-functions.php

    Thanks & Regards,
    PressTigers

Viewing 1 replies (of 1 total)
  • The topic ‘Odd word wrapping for locations’ is closed to new replies.