• Resolved lassejrr

    (@lassejrr)


    Hi guys,

    I use the WordPress plugin for bullhorn. It works properly.

    But I would like to edit the Sidebar and header.

    Color, text, hide the state filter, hide bullhorn logo, ..

    When I browse the web I get good documentation about the GitHub career portal project. But they are working with a complete different file structure.

    How I can edit the plugin? (More than in the WordPress Backend is available)

    Thx&regards
    Lasse

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter lassejrr

    (@lassejrr)

    Can anyone help pls?

    Hello!

    To customize the career portal, you have to follow the documentation of the project on GitHub. The version that is distributed for the plugin is the compiled version of the one on GitHub. The proper way to make and save customizations is to fork and change the GitHub project. Please let me know if you have any more questions.

    The plugin author has previously recommended extending the plugin to make those kinds of changes.

    I currently have not done that so I my changes to the Bullhorn plugin get overwritten every time I update the plugin.

    For color changes, inside app.css there are 16 instances of the existing color. I change that to the color that I want.

    This is how I am removing the Bullhorn Logo and accompanying text, even though your changes will get overwritten in the next update:

    Inside app.css find the below displayed code and add display: none; in there as displayed below:

    aside > section > section.credits {
    margin-top: 4em;
    color: #797c7e;
    display: none;
    }

    I hope you find this useful. If not, I apologize.

    You’ll similarly have to dig through the code to find the state filter.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Customize Sidebar (Filter and Logo)’ is closed to new replies.