• Resolved inetrface

    (@inetrface)


    Hi,

    i have problem

    		if ( taxonomy_exists( 'job_listing_amenity' ) ) :
    			$fields['job']['job_amenities'] = array(
    				'label'       => esc_html__( 'Serviceauswahl', 'listar' ),
    				'type'        => 'term-multiselect',
    				'required'    => false,
    				'placeholder' => esc_html__( 'W?hle Service (Mehrfachauswahl)', 'listar' ) . '…',
    				'taxonomy'    => 'job_listing_amenity',
    				'priority'    => 4.8,
    			);
    		endif;

    This shows a dropdown menue where you can select some services.
    I want more checkboxes.
    But i don′t know to change the selection
    cu

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

    The active theme on your website Listar is likely adding the job_amenities taxonomy and the dropdown menu.

    For help with this extending feature, please get in touch with the theme authors directly.

    You can reach them here https://themeforest.net/item/listar-wordpress-directory-theme/23923427/support

    Best,

    Thread Starter inetrface

    (@inetrface)

    i try,
    but this is normal code or there something special.
    Sorry i konw only office products.

    Hi again,

    The code is written in PHP. You will need a bit of PHP coding knowledge to modify it. Since this code is not part of the WP Job Manager plugin, I am unable to help further.

    You can reach the plugin/theme developers for help here https://themeforest.net/item/listar-wordpress-directory-theme/23923427/support.

    You can also look into one of these services for help:

    https://jobs.wordpress.net/

    Thanks!

    @inetrface
    Maybe the field editor plugin provided by myles would be a great and easy to use solutin for you. With that plugin you can edit and configure new fields during the job submission flow
    Link:https://plugins.smyl.es/wp-job-manager-field-editor/

    Thread Starter inetrface

    (@inetrface)

    Thank you all.
    Yes the
    https://plugins.smyl.es/wp-job-manager-field-editor/
    looks like similar that what i get.
    The only thing what i think it will better for user is when he can click a checkbox
    Now is a dropdown menue with multiselect.
    For each service you must select the dropdownmenue.
    For many service is not so nice.
    The Template lisfinity is good but more cars or similar.
    I looking more for a community plattform where you search for members but like
    the Template listar with a listings.

    cu

    Thread Starter inetrface

    (@inetrface)

    I buy the field edior, yes works for me.
    The only problem i get on mobile phone i see the select option.
    In Firefox i see nothing.

    Original Code with multiselect dropdown and close

    		if ( taxonomy_exists( 'job_listing_amenity' ) ) :
    			$fields['job']['job_amenities'] = array(
    				'label'       => esc_html__( 'Serviceauswahl', 'listar' ),
    				'type'        => 'term-multiselect',
    				'required'    => false,
    				'placeholder' => esc_html__( 'W?hle Service (Mehrfachauswahl)', 'listar' ) . '…',
    				'taxonomy'    => 'job_listing_amenity',
    				'priority'    => 4.8,
    			);
    		endif;

    Now i change and see nothing are the same?

    		if ( taxonomy_exists( 'job_listing_amenity' ) ) :
    			$fields['job']['job_amenities'] = array(
    				'label'       => esc_html__( 'Serviceauswahl', 'listar' ),
    				'type'        => 'term-multiselect',
    				'required'    => false,
    				'placeholder' => esc_html__( 'W?hle Service (Mehrfachauswahl)', 'listar' ) . '…',
    				'taxonomy'    => 'job_listing_amenity',
    				'priority'    => 4.8,
    			);
    		endif;
    Thread Starter inetrface

    (@inetrface)

    Here you see i can′t select in Firefox

    Image

    Thread Starter inetrface

    (@inetrface)

    Got it, no child and it works

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Select Service in Box’ is closed to new replies.