• Resolved macarrier

    (@macarrier)


    Hi there!

    Great plugin! Does what’s expected. Though, I have an issue in responsive. The filters won’t open on click using Chrome. Didn’t check other browsers.

    http://16d.3dc.myftpupload.com/solution/job-search/

    I’m using WP Job Openings 2.0.0 and Pro Pack for WP Job Openings 1.3.1.

    Thanks for your time!

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support vidyakv

    (@vidyakv)

    Hi @macarrier,

    Thanks for reaching out to us.

    This issue is due to a conflict with your theme. Your theme is attaching an additional class of ‘selection-box’ to all dropdown elements on the page. This is preventing the user from clicking the dropdowns.

    To fix this issue, please add these styles to your theme customizer’s additional CSS section and let us know the result.

    .awsm-filter-item .selection-box {
    position: static;
    }
    .awsm-filter-item .selection-box::before,
    .awsm-filter-item .selection-box::after {
    display: none;
    } 

    Regards,
    Vidya K V

    Thread Starter macarrier

    (@macarrier)

    that did the trick alright.

    Thanks!

    • This reply was modified 6 years ago by macarrier.
    Plugin Support vidyakv

    (@vidyakv)

    Hi,

    Welcome! Happy we could help you out. Between if you have a moment, I would very much appreciate it if you could quickly rate our plugin here, just to help us spread the word.

    Thanks
    Vidya K V

    • This reply was modified 6 years ago by vidyakv.
Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Filter not opening in responsive’ is closed to new replies.