Tagged: job
-
AuthorPosts
-
April 23, 2017 at 10:32 am #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
April 23, 2017 at 8:22 pm #782035Hey 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 filtersBest regards,
MikeApril 23, 2017 at 8:41 pm #782046Hi 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 JobsAll 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
April 23, 2017 at 10:11 pm #782064I’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
April 23, 2017 at 10:37 pm #782072Hi,
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 :)
Best regards,
MikeApril 23, 2017 at 10:50 pm #782077That’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
April 23, 2017 at 11:25 pm #782087 -
AuthorPosts
- The topic ‘Job Images Disappear Due Browser Resize’ is closed to new replies.