Paradox Digital
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Is it possible to do this WITHOUT editing the plugin file? For example, copying that file to my theme folder and using at as an override, or like I stated in the first post, a custom remove/add shortcode function in my theme functions.php?
Don’t fancy editing the plugin file for it to be deleted on a plugin upgrade…
Thanks
Forum: Plugins
In reply to: [WP Job Manager] Logos go out of the frameTry changing the max-width and max-height properties of the images to 100%.
ul.job_listings .company_logo img { max-width: 100%; max-height: 100%; } .single_job_listing .company .company_logo img { max-width: 100%; max-height: 100%; }You might have to set a width/height on the actual .company_logo frames themselves, but that should stop the images going outside of them
Forum: Plugins
In reply to: [WP Job Manager] Jobs are displayed as regular blog postYou’ll need to create a single-job_listing.php template file, and upload it to your theme directory
Forum: Plugins
In reply to: [job_dashboard] to show all job listings, not just logged in usersMy bad, thought this was the support forum for the plugin!
Viewing 4 replies - 1 through 4 (of 4 total)