Forum Replies Created

Viewing 11 replies - 1 through 11 (of 11 total)
  • Hi,

    agree with rvoelker above, i can’t find the file upload system in checkout working well. Hopefully you can fix this issue as soon as you could.

    Thanks for building this great plugin!

    masbill

    (@masbill)

    i think the plugin author should consider using FB ‘share button’ rather than just the like button in next update. i did the trick that sarankumar share, but in every plugin update i must do the same thing.

    Sorry for jumping in, do you have any tutorial to do that, Fahad? i just curious is this plugin compatible to replace title of feed with image/website logo?

    Thread Starter masbill

    (@masbill)

    Thanks.. i am trying this and works for me, still exploring this plugin anyway..

    One more question, how about display the custom fields to frontend and make it searcheable in Job Filter/Resume Filter??

    i think for next update you should include custom fields to Job Filter/Resume Filter as well. Your plugin would be perfect! ??

    Thank You..

    Thread Starter masbill

    (@masbill)

    Mike: ok! Thanks! maybe i should try your suggestion.. and waiting for your next update at resume manager’s plugin ??

    @tripflex: wow! such another great work! i think this plugin would be necessarily need by wpjobmanager. Ok! i’ve already download that plugin, Thank you! ?? if it really help to my project, don’t worry, i’ll pay! :p BTW do you realize about recent update of wpjobmanager is not touch 1.14.0 yet?

    Thread Starter masbill

    (@masbill)

    Hi mike thank you for your answer..

    Ok! maybe you are not full responsible to predefined regions plugin, i change my question: how do i change the “Location” into Predefined Taxonomy like “Resume Categories” so i can define location and user can choose it, rather than user input their own location (it will avoid misstyping).

    Thank you…

    Thread Starter masbill

    (@masbill)

    Hi Mike! thanks for the answer, i have already follow your instruction and i think there is a positive progress.

    But the problem now, i am very confuse about where the system fetch the ‘Name’ element of form. for experiment purpose, i tried to change the search_location name to search_location1

    <input type="text" name="search_location" id="search_location1" placeholder="<?php _e( 'Any Location', 'wp-job-manager' ); ?>" value="<?php echo esc_attr( $location ); ?>" />

    after that i change all elements regarding to search_location to search_location1 in wp-job-manager-function.php, but the search result return error. normally, the ‘name’ element is variable that could be fetch/post if the variable name in system (backend) are similar.

    maybe for now, i need to know, where the system post the input data from search form (front end – job-filters.php), so i could add them to be posted in filter wp-job-manager-function.php using custom function (as you mention above).

    Many thanks, mike for building this great plugin and your fast assistance ??

    Thread Starter masbill

    (@masbill)

    i have already add the necessary function, but why there is still no effect to result? the ajax result is still not return any response?

    is wp-job-manager-function.php the only file i must change? beside job-filters.php of course.

    by the way i also try to include the ‘region’ search term taxonomy like this:

    if ( ! function_exists( 'get_job_listing_region' ) ) :
    /**
     * Outputs a form to submit a new job to the site from the frontend.
     *
     * @access public
     * @return array
     */
    function get_job_listing_region () {
    	return get_terms( "job_listing_region", array(
    		'orderby'    => 'name',
    		'order'      => 'ASC',
    		'hide_empty' => false,
    	) );
    }
    endif;

    am i on the right track to add more search element to it (but using taxonomy, not meta)?

    Thanks mike.. if i am success to add this search element, i’d like write tutorial (based on experience) to help others who have the same problem with me now ??

    Thread Starter masbill

    (@masbill)

    Thanks for the reply mike,

    Now i am trying to do that by adding a necessary function to wp-job-manager-functions.php, create a salary function below “// Keyword search – search meta as well as post content”, and after that i will mix the query to “// Merge post ids” am i on the right track? would you like to tell me about another php files i should change?

    Thanks once again..

    Thread Starter masbill

    (@masbill)

    i have already add the search form, but it wont display any result when users input data to it.

    Forum: Plugins
    In reply to: [WP Job Manager] Job Search

    Hi mike, i have a similar problem maybe with Uprootednut, maybe Uprootednut ask you about how to add the salary search form in job filters? so users could search it.

Viewing 11 replies - 1 through 11 (of 11 total)