Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • By using a CSS solution as suggested above you will be downloading unneeded resources. A better approach may be to:

    • Copy content-job_listing.php, content-single-job_listing-company.php, and content-summary-job_listing.php from plugins/wp-job-manager/templates to the root of your theme or child theme folder.
    • Open the files and delete <?php the_company_logo(); ?>;

    That did the trick for me. You may want to make additional html or CSS changes as well. Dragging the files to your theme folder will prevent them from being overwritten when the plugin is updated however it’s worth noting that in the documentation it says you may need to update your custom version in the future to maintain compatibility. It also says in the documentation to copy the folder structure of the plugin when copying to your theme and then update the theme version. This did not work for me. My changes were only applied with the files directly in the root.

    By using a CSS solution as suggested above you will be downloading unneeded resources. A better approach to remove the company logo may be to:

    • Copy content-job_listing.php, content-single-job_listing-company.php, and content-summary-job_listing.php from plugins/wp-job-manager/templates to the root of your theme or child theme folder.
    • Open the files and delete <?php the_company_logo(); ?>;

    That did the trick for me. You may want to make additional html or CSS changes as well. Dragging the files to your theme folder will prevent them from being overwritten when the plugin is updated however it’s worth noting that in the documentation it says you may need to update your custom version in the future to maintain compatibility. It also says in the documentation to copy the folder structure of the plugin when copying to your theme and then update the theme version. This did not work for me. My changes were only applied with the files directly in the root.

    • This reply was modified 6 years, 11 months ago by paul_808.
    • This reply was modified 6 years, 11 months ago by paul_808.
    • This reply was modified 6 years, 11 months ago by paul_808.
    • This reply was modified 6 years, 11 months ago by paul_808.
    • This reply was modified 6 years, 11 months ago by paul_808.
    • This reply was modified 6 years, 11 months ago by paul_808.
Viewing 2 replies - 1 through 2 (of 2 total)