montey11
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Job Manager] Remove webkit styling on category job searchhaha yes me too!
I wondered if you knew what it was wrapped in?
Is there somewhere you can disable or remove a bit of code for the enhancement script that’s applying it?
Forum: Plugins
In reply to: [WP Job Manager] Remove webkit styling on category job searchGreat worked. Thanks!!!!
What about the phone issue? Can I remove the border using CSS too?
Forum: Plugins
In reply to: [WP Job Manager] Remove webkit styling on category job searchif you look at the URL below at the Category box there is a little grey arrow over the theme black arrow. This needs removing. Anyway of hiding it with CSS?
https://drafts.design-vibe.co.uk/just/job-search/
If you look at these iphone5s screenshot its putting a border around category field.
Forum: Plugins
In reply to: [WP Job Manager] Remove webkit styling on category job searchIs there anyway of disabling that?
I can still see in Chrome that the little grey drop arrow is still there.
Also on my iphone5s its doing this: https://drafts.design-vibe.co.uk/just/img.PNG
Forum: Plugins
In reply to: [Multiple content blocks] Blocks not showing in WordPress AdminWorked a treat! Thanks buddy!
Forum: Plugins
In reply to: [WP Job Manager] Location list on custom search form HELP!That’s Brill, works a treat! THank you so much for your help!
Great Plugin!
Forum: Plugins
In reply to: [WP Job Manager] Location list on custom search form HELP!Thanks.
Like this
<label for="search_location"><?php _e( 'location', 'job_manager' ); ?></label> <!--<input type="text" name="search_location" placeholder="<?php _e( 'Any Location', 'job_manager' ); ?> />--> <select name="search_location" id="search_location"> <option value=""><?php _e( 'Select Location', 'job_manager' ); ?></option> <option value="Aberdeen"><?php selected( isset( $_GET['search_location'] ) && 'Aberdeen' === $_GET['search_location'], true ); ?></option> <option value="Norfolk"><?php selected( isset( $_GET['search_location'] ) && 'Norfolk' === $_GET['search_location'], true ); ?></option> </select>
Forum: Plugins
In reply to: [WP Job Manager] Location list on custom search form HELP!Thanks buddy.
Any chance you could provide an example i could copy and paste it would be really helpful. I’m sure it would benefit other users too! Please ??
Forum: Plugins
In reply to: [WP Job Manager] Location list on custom search form HELP!Forum: Plugins
In reply to: [WP Job Manager] Location list on custom search form HELP!Thanks for replying.
I do get that yes but it doesn’t seem to do anything just lists all jobs. However, when I use the job board search for location it doesn’t add search_location it just adds #s=1 on the end?
I have a salary field in the job board search added using functions i’m not sure if this is causing issues?