Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Mike Jolley (a11n)

    (@mikejolley)

    Small and weird? You can add CSS to your theme to customise all elements however you want – you don’t need to *edit* any css, just add new rules like you would to style any other element on your page.

    Thread Starter kristinanewyork

    (@kristinanewyork)

    The buttons don’t look at all like the ones in my theme. and some buttons are running into each other.

    Plugin Author Mike Jolley (a11n)

    (@mikejolley)

    Do you have an example of this happening? The buttons have the .button classname, so it may simply be your theme styles based on a different class.

    Thread Starter kristinanewyork

    (@kristinanewyork)

    Do you have a “private message” option? I don’t want my site link to be public. Anyway, I had to add custom css (see below) to get the buttons to looks like my theme. Which worked for the “job-manager-form.” When I did the same for “job_listing_preview_title” I have a problem where the buttons don’t line up in one line, nor they stack on top of each other. I would have to go into plugin template and remove
    for the to line up. I don’t see which theme they would ever work in correctly. Do you have a solution without going into HTML?
    Thanks,
    Kristina

    .job-manager-form .button{
    position: relative;
    display: inline-block;
    width: auto;
    height: 44px;
    line-height: 44px;
    margin: 0;
    padding: 0 36px;
    border: 2px solid #4F90BA;
    font-size: 14px;
    font-weight: 700;
    font-family: inherit;
    text-align: left;
    color: #fff;
    background-color: #4F90BA;
    text-decoration: none;
    cursor: pointer;
    outline: 0;
    font-style: normal;
    text-transform: uppercase;
    text-shadow: none;
    letter-spacing: 2px;
    white-space: nowrap;
    -webkit-transition: color .1s linear,background-color .1s linear,border-color .1s linear;
    -moz-transition: color .1s linear,background-color .1s linear,border-color .1s linear;
    -ms-transition: color .1s linear,background-color .1s linear,border-color .1s linear;
    -o-transition: color .1s linear,background-color .1s linear,border-color .1s linear;
    transition: color .1s linear,background-color .1s linear,border-color .1s linear;
    -webkit-box-sizing: initial!important;
    -moz-box-sizing: initial!important;
    box-sizing: initial!important;
    }
    .job-manager-form .button:hover{
    background-color: #fff;
    color: #4F90BA;
    }

    Plugin Author Mike Jolley (a11n)

    (@mikejolley)

    I would have to go into plugin template and remove
    for the to line up.

    What you removed did not come through in your message. Everything should be possible with css. You can send me a link to the site via https://wpjobmanager.com/contact/ if you want and mention this thread.

    Thread Starter kristinanewyork

    (@kristinanewyork)

    I would have to remove a break (br) between “Submit” and “Edit” buttons.
    Thank you, Mike, for the reply. I sent you a private message. On second thought I think it’s my theme’s fault that the button design is not proliferating through the site. Anyway, looking forward to your reply.
    Cheers,
    C

    Plugin Author Mike Jolley (a11n)

    (@mikejolley)

    I’ll reply there then; tl;dr its a theme issue. I’ll send more details.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Design’ is closed to new replies.