Support » Plugin: WP Job Manager » Styling Issue

Viewing 6 replies - 1 through 6 (of 6 total)
  • Looks good to me!

    Thread Starter vaughnji

    (@vaughnji)

    Thank you, but shouldn’t the job post extend all the way to the right? For what reason would it stop where it does? It doesn’t appear this way in any demo I’ve seen.

    Looks like the theme is injecting css classes into the job list (‘two-col-left’ and ‘col8’). Have you contacted ColorLabs?

    Thread Starter vaughnji

    (@vaughnji)

    No, I wouldn’t even know what to ask them. I’m not the most familiar with code so, I’m looking for a little direction.

    Plugin Author Mike Jolley (a11n)

    (@mikejolley)

    I think you need to ask them what code of theirs is inserting the class, and how you can prevent it.

    It’s coming from the post_class function https://github.com/mikejolley/WP-Job-Manager/blob/master/wp-job-manager-template.php#L552

    Fix with css for now:

    ul.job_listings li.job_listing, ul.job_listings li.no_job_listings_found {
    width: 100% !important;
    }
    Thread Starter vaughnji

    (@vaughnji)

    Okay, ColorLabs said that they’ve encountered this bug with this plugin before – basically, Backbone and WP Jobs both use the same class, so then the website gets confused about which styling to use. They have both now been overridden in an override.css file. This seems to have worked.

    Thanks!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Styling Issue’ is closed to new replies.