• Resolved page52

    (@page52)


    Hello, is it possible to add ‘all’ to the job category and job type filter dropdowns?
    I know that if nothing is selected it’s already showing all, but it’s helpful to indicate to our website users.

Viewing 8 replies - 1 through 8 (of 8 total)
  • Hi @page52,

    Thanks for writing to us.

    Unfortunately, this is not possible by default. We would suggest you take help from the WP plugin developer to do code modifications for you.

    Feel free to reach out for further assistance.

    Regards,

    Thread Starter page52

    (@page52)

    Aaah what a pity. Thank you for letting me know!

    Thread Starter page52

    (@page52)

    Let me know if I should open a new thread for this, but I just wanted to know

    – The category drop down – can it say ‘job category’ instead of just ‘category’?
    – Is there a way to hide the SELECT down arrow arrow?
    – Is there a way to hide the job description but still show the apply button? I’m using classic layout with option ‘Display Job Listing without Company Logo’.

    Thanks!

    Hi @page52,

    Thanks for writing to us.

    Please find the answers to your queries below:

    1. Unfortunately, by default you cannot change “Category” to “Job Category” it requires customization.
    2. >Unfortunately, by default you cannot remove the arrow of the drop-down menu it requires customization.
    3. For the last query please check as by default in Classic Layout the button text is “Read More” instead of “Apply Now”. If you are getting the text “Apply Now” by default then you are using “Modern Layout”. In modern layout to hide the description please select the option “Display Job Listing without Job Detail” from the “Job Listing Contents” section.

    We would suggest you take help from the WP plugin developer to do code modifications for you.

    Feel free to reach out for further assistance.

    Regards,

    Thread Starter page52

    (@page52)

    Sorry, my mistake – it does say ‘Read More’; so I am using the Classic layout. I’ve tried to hide the description with CSS but that hides the button too. I’d love for the page to show:

    Job Title
    Category
    Post Date
    Button

    Is that possible?

    Hi @page52,

    Please add the following CSS in the style.css file of your activated theme hopefully this will resolve your issue:

    .sjb-page .sjb-listing .list-data .v1 .job-description p:first-of-type {
    	display: none;
    }

    Feel free to reach out for further assistance.

    Regards,

    Thread Starter page52

    (@page52)

    Oh yay, this was exactly what I was looking for! Worked perfectly, thank you so much.

    Hi @page52,

    We’re glad to know that everything’s working fine now.

    We would request you to leave us a 5-star review against our continuous efforts on Simple Job Board @ https://wordpress.org/support/plugin/simple-job-board/reviews/

    Don’t be hesitant to reach out for assistance.

    Regards,

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘“All” Option in Category and Type Dropdown’ is closed to new replies.