• Resolved adamb2011

    (@adamb2011)


    Hi, I have installed wp job manager plugin, but when I view the job details the job apply button does not display with the job description.

    I have tested other themes such as twenty and the button appears.

    Many Thanks
    B

    https://www.leanrec.com

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi adamb2011,

    I’ve had a look at your website and can confirm that button does indeed show up in the code, BUT your theme styles are giving it a white background. Therefore a white background button on top of a white page background will effectively “hide” it from users.

    You will need to the following CSS:
    .application_button {
    background: #000 /*Or whatever colour code you want to use */
    }

    Alternative, you could also take a look at our plugin at https://tinygiantstudios.co.uk/product/job-styles/ . It allows you to set styles for virtually all elements on WP Job Manager without knowing any code.

    Hope it helps ??

    Thread Starter adamb2011

    (@adamb2011)

    Thanks very much, it worked
    Also in the theme custom setting there was as overall colour setting which was of course white.

    So white button background, white button text and white page background,
    it was never going to work. ??

    BTW this is what I put in the css too:

    .single_job_listing .application .application_button {background-color: rgba(102, 189, 245, 1);
    }

    Thanks for saving my bacon!!

    Cheers
    B

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘wp job manager plugin issue with spacious theme’ is closed to new replies.