Viewing 6 replies - 1 through 6 (of 6 total)
  • I’m not understanding what you are saying, I’ve checked and I don’t see anywhere in Job Manager that even mentions links to stylesheets. Can you provide more info, eg. Click Job Manager > Settings > ????? or whatever you are doing to get to the screen where you are viewing your stylesheets. Did you mean Appearance > Editor >

    If you can give more info I’ll try to help.

    Thread Starter Cliff

    (@cliftong84)

    Hi, thanks for helping.

    Under Plugins > Editor > Job Manager one of the plugin files is display.css. After clicking on that file, at the top it says “Editing job-manager/css/display.css (inactive).”

    Also, if you check the source of my application page you see this reference to the Job Manager stylesheet:

    <link rel='stylesheet' id='jobman-display-css' href='https://jameshartman.net/websites/ascensionhospice.com/wp-content/plugins/job-manager/css/display.css?ver=0.7.14' type='text/css' media='all' />

    I checked several other sites that use Job Manager, and they all seem to reference this css. See this one for example.

    My page is just referencing the table styles in the main style.css.

    Hi Cliff. Try adding the following code to the bottom of your style sheet in Plugin > Editor > Job Manager > display.css and see if it makes a difference. This should over ride the styles from the main styles.css. If this works then make whatever adjustment you want there. Let me know how you get on.

    #content table {
    	border: none;
    	margin: 0 -1px 24px 0;
    	text-align: left;
    	width: 100%;
    }
    #content tr th,
    #content thead th {
    	color: #888;
    	font-size: 12px;
    	font-weight: bold;
    	line-height: 18px;
    	padding: 9px 0px;
    }
    #content tr td {
            vertical-align:top;
    }
    #content tr.odd td {
    	background: #fff;
    }

    Thread Starter Cliff

    (@cliftong84)

    That took care of the problem. Thanks so much for taking the time to help!

    I am having this same issue, .css files all say ‘inactive’ I tried adding the code suggested to the bottom of my display.css but it not work for me! Any other suggestions??

    All .css files say ‘inactive’ for me as well.

    I tried adding the code suggested to the bottom of my display.css but it not work!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Plugin: Job Manager] Plugin stylesheets inactive’ is closed to new replies.