Support » Plugin: WP Job Manager » Edit Listing/Submit Listing Buttons Not Clickable

  • Resolved glach26

    (@glach26)


    I do want to start off saying that this is an awesome plugin, and I have recommended it to others! I’m actually just dealing with an issue that I can’t seem to resolve. When I go to submit a job and I preview it, the Edit Listing and Submit Listing buttons are not clickable. I actually contacted you (Mike) before about this, and you said it’s my theme’s css. The position was relative, and I’m assuming that meant it should be absolute. Nevertheless, I tried adding custom css to my theme and changing the h2 to have absolute position, but that didn’t fix it. I’m wondering if you have any suggestions or ways I could fix this? I would be most appreciative! Nevertheless, thanks again for the great plugin as well as your time and help!

    PS-I actually emailed you about this as well, but I figured it would be good to post this in case others need the solution!

    http://wordpress.org/plugins/wp-job-manager/

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

    (@mikejolley)

    I remember. The heading styles are awful, but you can work around it.

    Here is some CSS which will work:

    #job_preview .button {
    position:relative;
    z-index: 10;
    }

    Add that to the theme CSS, it will ensure the buttons are ‘above’ the heading.

    Thread Starter glach26

    (@glach26)

    Okay so I hate to say it, but I added the above CSS and it didn’t work. The buttons are still not clickable. I added the CSS exactly as above to my theme’s custom css field. Is there anything else I was supposed to do? Thanks again!

    Plugin Author Mike Jolley (a11n)

    (@mikejolley)

    Thats because you have non-css in your custom css: http://glui.me/?i=sic32hh5z3kadt7/2014-01-30_at_21.33.png/ There is some code there that is invalid.

    Thread Starter glach26

    (@glach26)

    I want to apologize for my lack of knowledge haha! But was it invalid because there was no space? I added the space, but that did not fix the issue. Is there something else I need to do? Thanks!

    Plugin Author Mike Jolley (a11n)

    (@mikejolley)

    No not the space, the function/add_filter part. Thats PHP not CSS.

    Thread Starter glach26

    (@glach26)

    Holy cow! I didn’t even see that! I must have accidentally copied that over with some other css! Thanks a ton! That did it!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Edit Listing/Submit Listing Buttons Not Clickable’ is closed to new replies.