Tagged: 

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #781917

    Hi,

    I’m setting up the the WP Job Manager plugin on my website. I appreciate this is a Plugin, so not sure that the Enfold team can help me but thought I’d ask as the level of support you get here is much better than WordPress.org.

    If the job page is opened on a desktop device and the browser window is of a reasonable size, the job thumbnails appears no problem. If the browser is resized (making it smaller, or opened on a mobile device), the images disappear.

    Does anyone have any ideas how I can avoid this?

    You will also see on the website, that the Job Filter options are all displayed – both the parent and child category filters. Is there anyway of just getting the parent category filters to display?

    Many thanks for your time.

    Tim

    #782035

    Hey Timothy,
    Try this code in the General Styling > Quick CSS field:

    @media only screen and (max-width: 767px){
    ul.job_listings li.job_listing a img.company_logo {visibility: visible!important;}}

    Please clear your cache :)
    I don’t know which ones are the child category filters

    Best regards,
    Mike

    #782046

    Hi Mike,

    That has worked which is fantastic, thank you very much!

    With regards to the filtering issue…

    The parent filters are:

    Latest Pilot Jobs
    Low Hour Pilot Jobs
    Flight Instructor and General Aviation Jobs
    Cabin Crew Jobs and Airline and Airport Ground Jobs

    All the other filter listing are Child (sub) listings to Latest Pilot jobs and I don’t want them to be a viewable filter option – I only want the above ‘parent’ filters to be viewable options.

    Is there anyway to achieve this?

    Many thanks for your help.

    Kind Regards,

    Tim

    #782064

    I’ve been having a play with the Shortcodes hoping that something like this will work…

    [jobs show_pagination=”true” show_categories=false categories=”latest-pilot-jobs”]

    Unfortunately it hasn’t!

    Kind Regards,

    Tim

    #782072

    Hi,
    Yes it is possible but your site does not have a class just for the parent filters, so it would take a lot of time, and since it’s a third party plugin I can’t spend that much time on it.
    But I will try to tell you how to do it :)
    Download this: https://www.dropbox.com/s/oxcyro6fn6touvq/job.txt?dl=0
    Find every “class=” and copy it to another file:

    class="aer-lingus-pilot-jobs"

    Paste it with a dot in front and comma at end:

    .aer-lingus-pilot-jobs,

    When you have them all in one long row add them to the front of this in your Quick CSS:

    .jazz-aviation-pilot-recruitment, .jazeera-airways-pilot-recruitment {
    display: none !important;
    }

    Leave out the ones you want to show, and clear your cache :)
    postimage

    Best regards,
    Mike

    #782077

    That’s brilliant Mike, I’ve had a quick test and it works.

    Thank you very much for your help – Enfold support is top notch.

    Kind Regards,

    Tim

    #782087

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Job Images Disappear Due Browser Resize’ is closed to new replies.